ports/150755: Update port: devel/p5-Getopt-Long-Descriptive
Frederic Culot
frederic at culot.org
Mon Sep 20 11:20:02 UTC 2010
>Number: 150755
>Category: ports
>Synopsis: Update port: devel/p5-Getopt-Long-Descriptive
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 20 11:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Frederic Culot
>Release: FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
- update to 0.086
- minimum requirements for p5-Sub-Exporter dependency updated
- pkg-plist updated with dirrmtry instead of dirrm for directories where other
modules could get installed (pkg_delete shows warnings with actual dirrm)
Changes: http://search.cpan.org/dist/Getopt-Long-Descriptive/Changes
>How-To-Repeat:
>Fix:
diff -ruN p5-Getopt-Long-Descriptive.bak/Makefile p5-Getopt-Long-Descriptive/Makefile
--- p5-Getopt-Long-Descriptive.bak/Makefile 2010-09-20 13:01:54.302113938 +0200
+++ p5-Getopt-Long-Descriptive/Makefile 2010-09-20 13:03:54.128579592 +0200
@@ -6,7 +6,7 @@
#
PORTNAME= Getopt-Long-Descriptive
-PORTVERSION= 0.085
+PORTVERSION= 0.086
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,7 +15,7 @@
COMMENT= Getopt::Long with usage text
RUN_DEPENDS= p5-Params-Validate>=0.74:${PORTSDIR}/devel/p5-Params-Validate \
- p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+ p5-Sub-Exporter>=0.972:${PORTSDIR}/devel/p5-Sub-Exporter
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
diff -ruN p5-Getopt-Long-Descriptive.bak/distinfo p5-Getopt-Long-Descriptive/distinfo
--- p5-Getopt-Long-Descriptive.bak/distinfo 2010-09-20 13:01:54.296930318 +0200
+++ p5-Getopt-Long-Descriptive/distinfo 2010-09-20 13:04:23.522120112 +0200
@@ -1,3 +1,3 @@
-MD5 (Getopt-Long-Descriptive-0.085.tar.gz) = 164a77e4029f8a11b6cb4ff51bdc1bbc
-SHA256 (Getopt-Long-Descriptive-0.085.tar.gz) = 6d5d1fc48ae37cc0c801638dd0f03aff7669ac823715c977f1e016fdb1a4352d
-SIZE (Getopt-Long-Descriptive-0.085.tar.gz) = 12464
+MD5 (Getopt-Long-Descriptive-0.086.tar.gz) = cb0f222f4ed415adfac38f622b6853ed
+SHA256 (Getopt-Long-Descriptive-0.086.tar.gz) = 3ef9dd4b17af47c088cccacc4b12f84cb0eb6a21cc8363fde2bb4a525a666bda
+SIZE (Getopt-Long-Descriptive-0.086.tar.gz) = 12560
diff -ruN p5-Getopt-Long-Descriptive.bak/pkg-plist p5-Getopt-Long-Descriptive/pkg-plist
--- p5-Getopt-Long-Descriptive.bak/pkg-plist 2010-09-20 13:01:54.296930318 +0200
+++ p5-Getopt-Long-Descriptive/pkg-plist 2010-09-20 13:08:01.158668053 +0200
@@ -3,8 +3,8 @@
%%SITE_PERL%%/Getopt/Long/Descriptive/Opts.pm
%%SITE_PERL%%/Getopt/Long/Descriptive/Usage.pm
@dirrm %%SITE_PERL%%/Getopt/Long/Descriptive
- at dirrm %%SITE_PERL%%/Getopt/Long
- at dirrm %%SITE_PERL%%/Getopt
+ at dirrmtry %%SITE_PERL%%/Getopt/Long
+ at dirrmtry %%SITE_PERL%%/Getopt
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list