From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 4 08:50:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C29D1065673 for ; Sun, 4 Sep 2011 08:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0CE378FC1E for ; Sun, 4 Sep 2011 08:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p848o6XQ069252 for ; Sun, 4 Sep 2011 08:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p848o68U069251; Sun, 4 Sep 2011 08:50:06 GMT (envelope-from gnats) Resent-Date: Sun, 4 Sep 2011 08:50:06 GMT Resent-Message-Id: <201109040850.p848o68U069251@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2605F106566B for ; Sun, 4 Sep 2011 08:41:31 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id EA5BF8FC14 for ; Sun, 4 Sep 2011 08:41:30 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id EE26B44C2; Sun, 4 Sep 2011 16:41:11 +0800 (CST) Message-Id: <20110904084111.EE26B44C2@sunpoet.net> Date: Sun, 4 Sep 2011 16:41:11 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nistor@snickers.org Subject: ports/160452: [PATCH] databases/p5-DBIx-Abstract: update to 1.01 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: Sun, 04 Sep 2011 08:50:07 -0000 >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: