ports/139895: Update port: deskutils/p5-ZConf-BGSet massive update from 0.2.0 to 1.0.0
Zane C.B.
vvelox at vvelox.net
Sat Oct 24 18:10:02 UTC 2009
>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 at 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
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/BGSet
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto
- at dirrm %%SITE_PERL%%/ZConf
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/BGSet
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+ at dirrmtry %%SITE_PERL%%/ZConf
--- p5-ZConf-BGSet.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list