Summary: | [patch update] databases/p5-DBI 1.630 -> 1.631 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kurt Jaeger <fbsd-ports> | ||||
Component: | Individual Port(s) | Assignee: | Frederic Culot <culot> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | wg | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Kurt Jaeger
2014-01-31 16:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer (via the GNATS Auto Assign Tool) Responsible Changed From-To: perl->culot I'll take it. Author: culot Date: Mon Feb 3 17:45:10 2014 New Revision: 342461 URL: http://svnweb.freebsd.org/changeset/ports/342461 QAT: https://qat.redports.org/buildarchive/r342461/ Log: - Update to 1.631 [1] - Simplify COMMENT Changes: http://search.cpan.org/~timb/DBI-1.631/Changes#Changes_in_DBI_1.631 PR: ports/186303 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Modified: head/databases/p5-DBI/Makefile head/databases/p5-DBI/distinfo Modified: head/databases/p5-DBI/Makefile ============================================================================== --- head/databases/p5-DBI/Makefile Mon Feb 3 17:17:14 2014 (r342460) +++ head/databases/p5-DBI/Makefile Mon Feb 3 17:45:10 2014 (r342461) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= DBI -PORTVERSION= 1.630 +PORTVERSION= 1.631 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= The perl5 Database Interface. Required for DBD::* modules +COMMENT= Perl5 Database Interface, required for DBD::* modules LICENSE= ART10 GPLv1 LICENSE_COMB= dual Modified: head/databases/p5-DBI/distinfo ============================================================================== --- head/databases/p5-DBI/distinfo Mon Feb 3 17:17:14 2014 (r342460) +++ head/databases/p5-DBI/distinfo Mon Feb 3 17:45:10 2014 (r342461) @@ -1,2 +1,2 @@ -SHA256 (DBI-1.630.tar.gz) = 51160d355586edc57ff016f19d475fc74866790b3bb9ec527548d025a4575fa3 -SIZE (DBI-1.630.tar.gz) = 588554 +SHA256 (DBI-1.631.tar.gz) = d70a7420863055917fe204c83e6a83838c58f7483baa68499727720899cdd511 +SIZE (DBI-1.631.tar.gz) = 589096 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |