From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 2 13:50:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8093616A4DA for ; Sat, 2 Sep 2006 13:50:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F2143D53 for ; Sat, 2 Sep 2006 13:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k82DoJPQ045245 for ; Sat, 2 Sep 2006 13:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k82DoJjs045244; Sat, 2 Sep 2006 13:50:19 GMT (envelope-from gnats) Resent-Date: Sat, 2 Sep 2006 13:50:19 GMT Resent-Message-Id: <200609021350.k82DoJjs045244@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1339116A4DE for ; Sat, 2 Sep 2006 13:43:04 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F3043D66 for ; Sat, 2 Sep 2006 13:43:00 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 320B25B; Sat, 2 Sep 2006 21:42:56 +0800 (CST) Message-Id: <20060902134256.320B25B@netnews.NCTU.edu.tw> Date: Sat, 2 Sep 2006 21:42:56 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: geraud@gcu.info, gslin@gslin.org Subject: ports/102788: [PATCH] devel/p5-Object-InsideOut: update to 1.52 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Sep 2006 13:50:23 -0000 >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: