From vvelox@vvelox.net  Fri Jun 29 19:56:28 2012
Return-Path: <vvelox@vvelox.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 722B81065670
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Jun 2012 19:56:28 +0000 (UTC)
	(envelope-from vvelox@vvelox.net)
Received: from vulpes.vvelox.net (vulpes.vvelox.net [99.69.115.42])
	by mx1.freebsd.org (Postfix) with ESMTP id 4437D8FC1F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Jun 2012 19:56:28 +0000 (UTC)
Received: from vixen42.vulpes.vvelox.net (unknown [192.168.14.1])
	(Authenticated sender: kitsune)
	by vulpes.vvelox.net (Postfix) with ESMTPA id AECE83F659
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Jun 2012 14:58:33 -0500 (CDT)
Message-Id: <1340999938.862706.8286@vixen42.vulpes.vvelox.net>
Date: Fri, 29 Jun 2012 14:58:58 -0500
From: "Zane C.B-H." <vvelox@vvelox.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: Update port: deskutils/p5-ZConf-BGSet       SITE_PERL removal
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>Number:         169552
>Category:       ports
>Synopsis:       Update port: deskutils/p5-ZConf-BGSet       SITE_PERL removal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 29 20:00:25 UTC 2012
>Closed-Date:    Sat Jun 30 11:09:00 UTC 2012
>Last-Modified:  Sat Jun 30 11:10:08 UTC 2012
>Originator:     Zane C.B-H.
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:


System: FreeBSD 8.2-STABLE #8: Wed Oct 26 02:32:28 CDT 2011
    kitsune@vixen42.vulpes.vvelox.net:/usr/obj/usr/src/sys/vixen42



>Description:


Remove SITE_PERL stuff.


>How-To-Repeat:





>Fix:


--- p5-ZConf-BGSet_Makefile.diff begins here ---
--- Makefile.orig	2012-06-29 14:54:52.892323404 -0500
+++ Makefile	2012-06-29 14:57:11.105830428 -0500
@@ -16,12 +16,12 @@
 MAINTAINER=	vvelox@vvelox.net
 COMMENT=	Background management utitility and Perl module that uses ZConf
 
-RUN_DEPENDS=	${SITE_PERL}/Image/Size/FillFullSelect.pm:${PORTSDIR}/graphics/p5-Image-Size-FillFullSelect \
-		${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
+RUN_DEPENDS=	p5-Image-Size-FillFullSelect>=0.1.0:${PORTSDIR}/graphics/p5-Image-Size-FillFullSelect \
+		p5-ZConf>=:${PORTSDIR}/net/p5-ZConf \
 		${LOCALBASE}/bin/hsetroot:${PORTSDIR}/graphics/hsetroot \
-		${SITE_PERL}/Imager/AverageGray.pm:${PORTSDIR}/graphics/p5-Imager-AverageGray \
-		${SITE_PERL}/X11/Resolution.pm:${PORTSDIR}/x11/p5-X11-Resolution \
-		${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote
+		p5-Imager-AverageGray>=0.0.0:${PORTSDIR}/graphics/p5-Imager-AverageGray \
+		p5-X11-Resolution>=0.0.0:${PORTSDIR}/x11/p5-X11-Resolution \
+		p5-String-ShellQuote>=1.04:${PORTSDIR}/textproc/p5-String-ShellQuote
 
 PERL_CONFIGURE=	yes
 
--- p5-ZConf-BGSet_Makefile.diff ends here ---



>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Fri Jun 29 20:00:49 UTC 2012 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169552 
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 29 20:00:55 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169552 
Responsible-Changed-From-To: perl->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Fri Jun 29 20:16:50 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169552 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Sat Jun 30 11:08:59 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169552: commit references a PR
Date: Sat, 30 Jun 2012 11:09:03 +0000 (UTC)

 culot       2012-06-30 11:08:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils/p5-ZConf-BGSet Makefile 
   Log:
   - Remove SITE_PERL from *_DEPENDS [1]
   - Add BUILD_DEPENDS to silence build warnings
   
   PR:             ports/169552 [1]
   Submitted by:   Zane C.B-H. <vvelox@vvelox.net> (maintainer)
   
   Revision  Changes    Path
   1.10      +6 -5      ports/deskutils/p5-ZConf-BGSet/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
