Date: Sun, 4 Sep 2011 16:41:11 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: nistor@snickers.org Subject: ports/160452: [PATCH] databases/p5-DBIx-Abstract: update to 1.01 Message-ID: <20110904084111.EE26B44C2@sunpoet.net> Resent-Message-ID: <201109040850.p848o68U069251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160452 >Category: ports >Synopsis: [PATCH] databases/p5-DBIx-Abstract: update to 1.01 >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: Sun Sep 04 08:50:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 9 23:23:51 CST >Description: - Update to 1.01 Port maintainer (nistor@snickers.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-DBIx-Abstract-1.010.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBIx-Abstract/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 20 Aug 2011 01:36:46 -0000 1.3 +++ Makefile 4 Sep 2011 08:41:13 -0000 @@ -6,16 +6,19 @@ # PORTNAME= DBIx-Abstract -PORTVERSION= 1.006 +PORTVERSION= 1.010 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= nistor@snickers.org COMMENT= DBIx::Abstract - DBI SQL abstraction -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBIx-Abstract/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 20 Mar 2011 12:47:29 -0000 1.2 +++ distinfo 4 Sep 2011 08:41:13 -0000 @@ -1,2 +1,2 @@ -SHA256 (DBIx-Abstract-1.006.tar.gz) = 112749cc5fdaa8163e1db38b29d15965553805b13aac442e95ccf7af08d1577a -SIZE (DBIx-Abstract-1.006.tar.gz) = 20351 +SHA256 (DBIx-Abstract-1.01.tar.gz) = 65330edc6d1c51c0bdf07911eada70406d14c3fddad16df0d0da9a324183c70e +SIZE (DBIx-Abstract-1.01.tar.gz) = 29131 --- p5-DBIx-Abstract-1.010.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?20110904084111.EE26B44C2>