ports/149318: Update port: databases/p5-DBIx-Custom

Frederic Culot frederic at culot.org
Thu Aug 5 13:00:19 UTC 2010


>Number:         149318
>Category:       ports
>Synopsis:       Update port: databases/p5-DBIx-Custom
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 05 13:00:18 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Frederic Culot
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Update to 0.1604:
- DBIx::Custom::SQLTemplate module renamed into DBIx::Custom::QueryBuilder
>How-To-Repeat:
>Fix:
diff -ruN p5-DBIx-Custom.bak/Makefile p5-DBIx-Custom/Makefile
--- p5-DBIx-Custom.bak/Makefile	2010-08-05 14:46:21.694448614 +0200
+++ p5-DBIx-Custom/Makefile	2010-08-05 14:53:37.023105748 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	DBIx-Custom
-PORTVERSION=	0.1503
+PORTVERSION=	0.1604
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -24,9 +24,9 @@
 MAN3=	DBIx::Custom.3 \
 	DBIx::Custom::MySQL.3 \
 	DBIx::Custom::Query.3 \
+	DBIx::Custom::QueryBuilder.3 \
+	DBIx::Custom::QueryBuilder::TagProcessor.3 \
 	DBIx::Custom::Result.3 \
-	DBIx::Custom::SQLite.3 \
-	DBIx::Custom::SQLTemplate::TagProcessor.3 \
-	DBIx::Custom::SQLTemplate.3
+	DBIx::Custom::SQLite.3
 
 .include <bsd.port.mk>
diff -ruN p5-DBIx-Custom.bak/distinfo p5-DBIx-Custom/distinfo
--- p5-DBIx-Custom.bak/distinfo	2010-08-05 14:46:21.694448614 +0200
+++ p5-DBIx-Custom/distinfo	2010-08-05 14:48:08.063182629 +0200
@@ -1,3 +1,3 @@
-MD5 (DBIx-Custom-0.1503.tar.gz) = e010eea20c2b8b8e26119aece4741f99
-SHA256 (DBIx-Custom-0.1503.tar.gz) = c8de0998c9e4ea4d0cce19226f90eb3964b86b927b57c8620ffd591e99ba6122
-SIZE (DBIx-Custom-0.1503.tar.gz) = 18720
+MD5 (DBIx-Custom-0.1604.tar.gz) = 30f51c0d9e1590d1078d0e9cc1e205f5
+SHA256 (DBIx-Custom-0.1604.tar.gz) = 3fbd1bd31d9966df2d45da299374742dc7949a2d39e0199476c5bfd9b755a7a9
+SIZE (DBIx-Custom-0.1604.tar.gz) = 18311
diff -ruN p5-DBIx-Custom.bak/pkg-plist p5-DBIx-Custom/pkg-plist
--- p5-DBIx-Custom.bak/pkg-plist	2010-08-05 14:46:21.693413845 +0200
+++ p5-DBIx-Custom/pkg-plist	2010-08-05 14:51:51.504496539 +0200
@@ -1,15 +1,15 @@
 %%SITE_PERL%%/DBIx/Custom.pm
 %%SITE_PERL%%/DBIx/Custom/MySQL.pm
 %%SITE_PERL%%/DBIx/Custom/Query.pm
+%%SITE_PERL%%/DBIx/Custom/QueryBuilder.pm
+%%SITE_PERL%%/DBIx/Custom/QueryBuilder/TagProcessor.pm
 %%SITE_PERL%%/DBIx/Custom/Result.pm
 %%SITE_PERL%%/DBIx/Custom/SQLite.pm
-%%SITE_PERL%%/DBIx/Custom/SQLTemplate/TagProcessor.pm
-%%SITE_PERL%%/DBIx/Custom/SQLTemplate.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Custom/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Custom
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
- at dirrm %%SITE_PERL%%/DBIx/Custom/SQLTemplate
+ at dirrm %%SITE_PERL%%/DBIx/Custom/QueryBuilder
 @dirrmtry %%SITE_PERL%%/DBIx/Custom/SQL
 @dirrmtry %%SITE_PERL%%/DBIx/Custom
 @dirrmtry %%SITE_PERL%%/DBIx
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list