Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 09:46:50 +0000 (UTC)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308596 - head/databases/p5-DBIx-Tree
Message-ID:  <201212100946.qBA9kobM078720@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobez
Date: Mon Dec 10 09:46:49 2012
New Revision: 308596
URL: http://svnweb.freebsd.org/changeset/ports/308596

Log:
  Update to 1.96.
  
  Changes: http://cpansearch.perl.org/src/RSAVAGE/DBIx-Tree-1.96/CHANGES

Modified:
  head/databases/p5-DBIx-Tree/Makefile
  head/databases/p5-DBIx-Tree/distinfo
  head/databases/p5-DBIx-Tree/pkg-plist

Modified: head/databases/p5-DBIx-Tree/Makefile
==============================================================================
--- head/databases/p5-DBIx-Tree/Makefile	Mon Dec 10 09:37:42 2012	(r308595)
+++ head/databases/p5-DBIx-Tree/Makefile	Mon Dec 10 09:46:49 2012	(r308596)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	DBIx-Tree
-PORTVERSION=	1.94
+PORTVERSION=	1.96
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,9 +15,9 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl module for generating a tree from a self-referential table
 
-BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
-TEST_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
+BUILD_DEPENDS=	p5-DBI>=1.622:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS=	p5-DBI>=1.622:${PORTSDIR}/databases/p5-DBI
+TEST_DEPENDS=	p5-DBD-SQLite>=1.37:${PORTSDIR}/databases/p5-DBD-SQLite
 
 MAKE_JOBS_SAFE=  yes
 

Modified: head/databases/p5-DBIx-Tree/distinfo
==============================================================================
--- head/databases/p5-DBIx-Tree/distinfo	Mon Dec 10 09:37:42 2012	(r308595)
+++ head/databases/p5-DBIx-Tree/distinfo	Mon Dec 10 09:46:49 2012	(r308596)
@@ -1,2 +1,2 @@
-SHA256 (DBIx-Tree-1.94.tgz) = 46712601950ce09950a20819095ada792f79e6230fe4be730d1d54b9b4f21940
-SIZE (DBIx-Tree-1.94.tgz) = 17024
+SHA256 (DBIx-Tree-1.96.tgz) = dbbff906852b4da4783b51f79e5fc7efdb6e8f27b7d4829fc4887c8c4cd38bbd
+SIZE (DBIx-Tree-1.96.tgz) = 18079

Modified: head/databases/p5-DBIx-Tree/pkg-plist
==============================================================================
--- head/databases/p5-DBIx-Tree/pkg-plist	Mon Dec 10 09:37:42 2012	(r308595)
+++ head/databases/p5-DBIx-Tree/pkg-plist	Mon Dec 10 09:46:49 2012	(r308596)
@@ -1,8 +1,6 @@
 %%SITE_PERL%%/DBIx/Tree.pm
-%%SITE_PERL%%/auto/DBIx/Tree/autosplit.ix
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Tree/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Tree
-@dirrm %%SITE_PERL%%/auto/DBIx/Tree
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Tree
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
 @dirrmtry %%SITE_PERL%%/auto/DBIx
 @dirrmtry %%SITE_PERL%%/DBIx



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