From az@sunner.semmy.ru  Fri May 24 08:26:29 2013
Return-Path: <az@sunner.semmy.ru>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 56E70CD9
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 May 2013 08:26:29 +0000 (UTC)
	(envelope-from az@sunner.semmy.ru)
Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 1A71E883
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 May 2013 08:26:29 +0000 (UTC)
Received: from az by sunner.semmy.ru with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <az@sunner.semmy.ru>)
	id 1UfnKW-000Ckw-Au
	for FreeBSD-gnats-submit@freebsd.org; Fri, 24 May 2013 12:26:28 +0400
Message-Id: <E1UfnKW-000Ckw-Au@sunner.semmy.ru>
Date: Fri, 24 May 2013 12:26:28 +0400
From: Andrej Zverev <az@FreeBSD.org>
Sender: Andrej Zverev <az@sunner.semmy.ru>
Reply-To: Andrej Zverev <az@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] textproc/docproj
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178912
>Category:       ports
>Synopsis:       [patch] textproc/docproj
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    doceng
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 24 08:30:01 UTC 2013
>Closed-Date:    Fri May 24 16:22:27 UTC 2013
>Last-Modified:  Fri May 24 16:30:00 UTC 2013
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


	
>Description:
	- Remove unnecessary depend on PERL_LEVEL < 5.12
	
>How-To-Repeat:
	
>Fix:

	

--- patch.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 317733)
+++ Makefile	(working copy)
@@ -80,10 +80,6 @@
 RUN_DEPENDS+=	html2text:${PORTSDIR}/textproc/html2text
 .endif
 
-.if ${PERL_LEVEL} < 500804
-RUN_DEPENDS+=	p5-Digest-MD5>=2.51:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
 NO_BUILD=		yes
 USE_GHOSTSCRIPT_RUN=	yes
 PLIST_FILES=		#empty
--- patch.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->doceng 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 24 08:30:29 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178912 
State-Changed-From-To: open->closed 
State-Changed-By: gjb 
State-Changed-When: Fri May 24 16:22:10 UTC 2013 
State-Changed-Why:  
Committed as r318991.  Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=178912 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178912: commit references a PR
Date: Fri, 24 May 2013 16:21:57 +0000 (UTC)

 Author: gjb
 Date: Fri May 24 16:21:46 2013
 New Revision: 318991
 URL: http://svnweb.freebsd.org/changeset/ports/318991
 
 Log:
   Remove conditional RUN_DEPENDS with deprecated perl5.8.
   Bump PORTREVISION.
   
   PR:		ports/178912
   Submitted by:	az
   Approved by:	doceng (implicit)
 
 Modified:
   head/textproc/docproj/Makefile
 
 Modified: head/textproc/docproj/Makefile
 ==============================================================================
 --- head/textproc/docproj/Makefile	Fri May 24 16:20:31 2013	(r318990)
 +++ head/textproc/docproj/Makefile	Fri May 24 16:21:46 2013	(r318991)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	docproj
  PORTVERSION=	1.17
 -PORTREVISION=	10
 +PORTREVISION=	11
  CATEGORIES=	textproc
  MASTER_SITES=	# empty
  DISTFILES=	# empty
 @@ -94,8 +94,4 @@ RUN_DEPENDS+=	openjade:${PORTSDIR}/textp
  RUN_DEPENDS+=	jade:${PORTSDIR}/textproc/jade
  .endif
  
 -.if ${PERL_LEVEL} < 500804
 -RUN_DEPENDS+=	p5-Digest-MD5>=2.51:${PORTSDIR}/security/p5-Digest-MD5
 -.endif
 -
  .include <bsd.port.post.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
