Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2009 13:04:49 -0500
From:      "Zane C.B." <vvelox@vvelox.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/139895: Update port: deskutils/p5-ZConf-BGSet massive update from 0.2.0 to 1.0.0
Message-ID:  <1256407489.42579@vixen42.vulpes>
Resent-Message-ID: <200910241810.n9OIA2LV015966@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139895
>Category:       ports
>Synopsis:       Update port: deskutils/p5-ZConf-BGSet   massive update from 0.2.0 to 1.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 24 18:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Zane C.B.
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 7.2-STABLE #2: Tue Sep 22 17:59:50 CDT 2009
    root@vixen42.vulpes:/usr/obj/usr/src/sys/GENERIC



>Description:


This requires two ports not currently in the tree. I've submitted PRs for them. The are as listed below.
ports/139893
ports/139891

1.0.0	2009-10-24/03:30
		-Clean up warnings.
		-Remove autoinit and it now inits autormatically.
		-Set should now be set using either readSet or via passing ZConf with the specified default set.
		-'zconf' is now a ZConf object instead of a hash.
		-Add 'bin/zbgset-pt'.
		-Update 'Makefile.PL' to reflect new dependencies.
		-Update the scripts to reflect the new manner for specifing a set.


>How-To-Repeat:





>Fix:


--- p5-ZConf-BGSet.diff begins here ---
diff -u p5-ZConf-BGSet.orig/Makefile p5-ZConf-BGSet/Makefile
--- p5-ZConf-BGSet.orig/Makefile	2009-10-24 12:35:39.000000000 -0500
+++ p5-ZConf-BGSet/Makefile	2009-10-24 12:53:50.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ZConf-BGSet
-PORTVERSION=	0.2.0
+PORTVERSION=	1.0.0
 CATEGORIES=	deskutils perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/V/VV/VVELOX
@@ -17,7 +17,10 @@
 
 RUN_DEPENDS=	${SITE_PERL}/Image/Size/FillFullSelect.pm:${PORTSDIR}/graphics/p5-Image-Size-FillFullSelect \
 		${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
-		${LOCALBASE}/bin/hsetroot:${PORTSDIR}/graphics/hsetroot
+		${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
 
 PERL_CONFIGURE=	yes
 
diff -u p5-ZConf-BGSet.orig/distinfo p5-ZConf-BGSet/distinfo
--- p5-ZConf-BGSet.orig/distinfo	2009-06-16 02:27:23.000000000 -0500
+++ p5-ZConf-BGSet/distinfo	2009-10-24 12:51:46.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (ZConf-BGSet-0.2.0.tar.gz) = 167cd910e831ea6ef0f4b9e03cfa9c3c
-SHA256 (ZConf-BGSet-0.2.0.tar.gz) = 20e44d97488e1b3eef9c0c837bf3c0ff9606294ae5128773610ad96b2b5e29ff
-SIZE (ZConf-BGSet-0.2.0.tar.gz) = 14042
+MD5 (ZConf-BGSet-1.0.0.tar.gz) = 336ff2ac2d935b271c7b1898ac2e2e04
+SHA256 (ZConf-BGSet-1.0.0.tar.gz) = 144bf4784db270789a649a096fa6a4fde283fff27458b65b247d9b6c61fd237f
+SIZE (ZConf-BGSet-1.0.0.tar.gz) = 15085
diff -u p5-ZConf-BGSet.orig/pkg-descr p5-ZConf-BGSet/pkg-descr
--- p5-ZConf-BGSet.orig/pkg-descr	2009-10-24 12:51:33.000000000 -0500
+++ p5-ZConf-BGSet/pkg-descr	2009-10-24 12:52:56.000000000 -0500
@@ -3,5 +3,7 @@
 
 zbgset - Background setter.
 zbgset-admin - Manages the settings.
+zbgset-pt - Automatically populate a path based on fill type
+    and average gray.
 
 WWW: http://search.cpan.org/~vvelox/ZConf-BGSet/
diff -u p5-ZConf-BGSet.orig/pkg-plist p5-ZConf-BGSet/pkg-plist
--- p5-ZConf-BGSet.orig/pkg-plist	2009-10-24 12:51:25.000000000 -0500
+++ p5-ZConf-BGSet/pkg-plist	2009-10-24 12:54:47.000000000 -0500
@@ -1,8 +1,9 @@
 bin/zbgset
+bin/zbgset-pt
 bin/zbgset-admin
 %%SITE_PERL%%/ZConf/BGSet.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/BGSet/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/BGSet
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto
-@dirrm %%SITE_PERL%%/ZConf
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/BGSet
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+@dirrmtry %%SITE_PERL%%/ZConf
--- p5-ZConf-BGSet.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1256407489.42579>