From az@sunner.semmy.ru  Thu May 23 17:42:27 2013
Return-Path: <az@sunner.semmy.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 4F3C7719
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 May 2013 17:42:27 +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 08F732AA
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 May 2013 17:42:27 +0000 (UTC)
Received: from az by sunner.semmy.ru with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <az@sunner.semmy.ru>)
	id 1UfZWy-0003db-HD
	for FreeBSD-gnats-submit@freebsd.org; Thu, 23 May 2013 21:42:24 +0400
Message-Id: <E1UfZWy-0003db-HD@sunner.semmy.ru>
Date: Thu, 23 May 2013 21:42:24 +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] mail/opendkim - avoid using SITE_PERL 
X-Send-Pr-Version: 3.113
X-GNATS-Notify: umq@ueo.co.jp

>Number:         178865
>Category:       ports
>Synopsis:       [patch] mail/opendkim - avoid using SITE_PERL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 23 17:50:00 UTC 2013
>Closed-Date:    Sat May 25 08:06:26 UTC 2013
>Last-Modified:  Sat May 25 08:10:00 UTC 2013
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


	
>Description:
	Avoid using SITE_PERL.
	
>How-To-Repeat:
	
>Fix:

	

--- patch.diff begins here ---
Index: Makefile.features
===================================================================
--- Makefile.features	(revision 318886)
+++ Makefile.features	(working copy)
@@ -63,7 +63,7 @@
 .if ${PORT_OPTIONS:MLCOV}
 BROKEN=			Does not install
 BUILD_DEPENDS+=		lcov:${PORTSDIR}/devel/lcov \
-			${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
+			p5-GD>=0:${PORTSDIR}/graphics/p5-GD
 CONFIGURE_ARGS+=	--with-lcov
 .else
 CONFIGURE_ARGS+=	--without-lcov
--- patch.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu May 23 17:50:08 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: umq@ueo.co.jp
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/178865: [patch] mail/opendkim - avoid using SITE_PERL
Date: Thu, 23 May 2013 17:50:07 UT

 Maintainer of mail/opendkim,
 
 Please note that PR ports/178865 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178865
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Hirohisa Yamaguchi <umq@ueo.co.jp>
To: bug-followup@FreeBSD.ORG, az@FreeBSD.ORG
Cc:  
Subject: Re: ports/178865: [patch] mail/opendkim - avoid using SITE_PERL
Date: Sat, 25 May 2013 16:50:59 +0900

 Hi,
 
 At Thu, 23 May 2013 17:50:07 UT,
 Edwin Groothuis wrote:
 > 
 > Maintainer of mail/opendkim,
 > 
 > Please note that PR ports/178865 has just been submitted.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178865
 
 I approve the patch, thanks.
 
 -- 
 
 	Hirohisa Yamaguchi
 	  umq@ueo.co.jp
State-Changed-From-To: feedback->closed 
State-Changed-By: az 
State-Changed-When: Sat May 25 08:06:25 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178865: commit references a PR
Date: Sat, 25 May 2013 08:06:17 +0000 (UTC)

 Author: az
 Date: Sat May 25 08:06:10 2013
 New Revision: 319032
 URL: http://svnweb.freebsd.org/changeset/ports/319032
 
 Log:
   - Avoid using SITE_PERL in dependencies
   
   PR:		ports/178865
   Submitted by:	az
   Approved by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
 
 Modified:
   head/mail/opendkim/Makefile.features
 
 Modified: head/mail/opendkim/Makefile.features
 ==============================================================================
 --- head/mail/opendkim/Makefile.features	Sat May 25 07:46:10 2013	(r319031)
 +++ head/mail/opendkim/Makefile.features	Sat May 25 08:06:10 2013	(r319032)
 @@ -63,7 +63,7 @@ CONFIGURE_ARGS+=	--enable-identity_heade
  .if ${PORT_OPTIONS:MLCOV}
  BROKEN=			Does not install
  BUILD_DEPENDS+=		lcov:${PORTSDIR}/devel/lcov \
 -			${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
 +			p5-GD>=0:${PORTSDIR}/graphics/p5-GD
  CONFIGURE_ARGS+=	--with-lcov
  .else
  CONFIGURE_ARGS+=	--without-lcov
 _______________________________________________
 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:
