Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  2 Sep 2006 21:42:56 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        geraud@gcu.info, gslin@gslin.org
Subject:   ports/102788: [PATCH] devel/p5-Object-InsideOut: update to 1.52
Message-ID:  <20060902134256.320B25B@netnews.NCTU.edu.tw>
Resent-Message-ID: <200609021350.k82DoJjs045244@freefall.freebsd.org>

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

>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@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@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:



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