ports/102788: [PATCH] devel/p5-Object-InsideOut: update to 1.52
Gea-Suan Lin
gslin at gslin.org
Sat Sep 2 13:50:23 UTC 2006
>Number: 102788
>Category: ports
>Synopsis: [PATCH] devel/p5-Object-InsideOut: update to 1.52
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 02 13:50:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Gea-Suan Lin
>Release: FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 1.52
- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid unused dependency
Port maintainer (geraud at gcu.info) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-Object-InsideOut-1.52.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Object-InsideOut/Makefile /home/staff/gslin/work/p5-Object-InsideOut/Makefile
--- /usr/ports/devel/p5-Object-InsideOut/Makefile Thu Aug 10 19:29:26 2006
+++ /home/staff/gslin/work/p5-Object-InsideOut/Makefile Sat Sep 2 21:39:17 2006
@@ -6,7 +6,7 @@
#
PORTNAME= Object-InsideOut
-PORTVERSION= 1.49
+PORTVERSION= 1.52
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Object
@@ -15,9 +15,9 @@
MAINTAINER= geraud at gcu.info
COMMENT= Object::InsideOut - Comprehensive inside-out object support module
-BUILD_DEPENDS= p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \
+RUN_DEPENDS= p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \
p5-Want>=0.10:${PORTSDIR}/devel/p5-Want
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
diff -ruN --exclude=CVS /usr/ports/devel/p5-Object-InsideOut/distinfo /home/staff/gslin/work/p5-Object-InsideOut/distinfo
--- /usr/ports/devel/p5-Object-InsideOut/distinfo Thu Aug 10 19:29:26 2006
+++ /home/staff/gslin/work/p5-Object-InsideOut/distinfo Sat Sep 2 21:39:36 2006
@@ -1,3 +1,3 @@
-MD5 (Object-InsideOut-1.49.tar.gz) = 4561fef433b7369025deb87197f14372
-SHA256 (Object-InsideOut-1.49.tar.gz) = 0ef7ab2cc5ef803540aa4bcf81c37289d2a19367f8f025d3bba8b0d956f77cfb
-SIZE (Object-InsideOut-1.49.tar.gz) = 68816
+MD5 (Object-InsideOut-1.52.tar.gz) = ddc5f8785177abf6a3a080b63d269e6f
+SHA256 (Object-InsideOut-1.52.tar.gz) = fd4808a963ee2bb9c58d623a6b2f570dc205020ad052b0bbd0378cdb20cb71a9
+SIZE (Object-InsideOut-1.52.tar.gz) = 78242
diff -ruN --exclude=CVS /usr/ports/devel/p5-Object-InsideOut/pkg-plist /home/staff/gslin/work/p5-Object-InsideOut/pkg-plist
--- /usr/ports/devel/p5-Object-InsideOut/pkg-plist Thu Aug 10 19:29:26 2006
+++ /home/staff/gslin/work/p5-Object-InsideOut/pkg-plist Sat Sep 2 21:42:12 2006
@@ -9,6 +9,7 @@
%%SITE_PERL%%/Object/InsideOut/Overload.pm
%%SITE_PERL%%/Object/InsideOut/Universal.pm
%%SITE_PERL%%/Object/InsideOut/Util.pm
+%%SITE_PERL%%/Object/InsideOut/attributes.pm
%%SITE_PERL%%/Object/InsideOut/lvalue.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut
--- p5-Object-InsideOut-1.52.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list