svn commit: r378343 - head/databases/p5-DBIx-Class-Helpers
John Marino
marino at FreeBSD.org
Tue Feb 3 09:35:53 UTC 2015
Author: marino
Date: Tue Feb 3 09:35:51 2015
New Revision: 378343
URL: https://svnweb.freebsd.org/changeset/ports/378343
QAT: https://qat.redports.org/buildarchive/r378343/
Log:
databases/p5-DBIx-Class-Helpers: UNBREAK
I'm not sure what happened here. There was a good PR [1] to update
this port that properly changed the Makefile, distinfo, and the pkg-plist,
but tj@ updated the port independently but only changed the Makefile
(and moved PORTREVISION to 2 instead of resetting it to 0). Use the
changes outlined in the PR properly updates the version to 2.024001.
PR: 195195
Submitted by: Geoffroy Desvernay
Approved by: blanket (unbreak port)
Modified:
head/databases/p5-DBIx-Class-Helpers/Makefile
head/databases/p5-DBIx-Class-Helpers/distinfo
head/databases/p5-DBIx-Class-Helpers/pkg-plist
Modified: head/databases/p5-DBIx-Class-Helpers/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-Helpers/Makefile Tue Feb 3 07:48:23 2015 (r378342)
+++ head/databases/p5-DBIx-Class-Helpers/Makefile Tue Feb 3 09:35:51 2015 (r378343)
@@ -14,8 +14,6 @@ COMMENT= Simplify the common case stuff
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BROKEN= Missing distinfo
-
RUN_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \
p5-DBIx-Class>=0.08123:${PORTSDIR}/databases/p5-DBIx-Class \
p5-DBIx-Class-Candy>=0:${PORTSDIR}/databases/p5-DBIx-Class-Candy \
Modified: head/databases/p5-DBIx-Class-Helpers/distinfo
==============================================================================
--- head/databases/p5-DBIx-Class-Helpers/distinfo Tue Feb 3 07:48:23 2015 (r378342)
+++ head/databases/p5-DBIx-Class-Helpers/distinfo Tue Feb 3 09:35:51 2015 (r378343)
@@ -1,2 +1,2 @@
-SHA256 (DBIx-Class-Helpers-2.023000.tar.gz) = 9ab052d739b2569c9fd8055c123d18d2fac808395e43498c5469a5dd9c3fce35
-SIZE (DBIx-Class-Helpers-2.023000.tar.gz) = 67604
+SHA256 (DBIx-Class-Helpers-2.024001.tar.gz) = a9d29c96a86d217fd6e5d0e146ad5105df72168b1b1c184eceff5d3978769081
+SIZE (DBIx-Class-Helpers-2.024001.tar.gz) = 68704
Modified: head/databases/p5-DBIx-Class-Helpers/pkg-plist
==============================================================================
--- head/databases/p5-DBIx-Class-Helpers/pkg-plist Tue Feb 3 07:48:23 2015 (r378342)
+++ head/databases/p5-DBIx-Class-Helpers/pkg-plist Tue Feb 3 09:35:51 2015 (r378343)
@@ -44,6 +44,7 @@
%%SITE_PERL%%/DBIx/Class/Helper/Row/SubClass.pm
%%SITE_PERL%%/DBIx/Class/Helper/Row/ToJSON.pm
%%SITE_PERL%%/DBIx/Class/Helper/Schema/DateTime.pm
+%%SITE_PERL%%/DBIx/Class/Helper/Schema/DidYouMean.pm
%%SITE_PERL%%/DBIx/Class/Helper/Schema/GenerateSource.pm
%%SITE_PERL%%/DBIx/Class/Helper/Schema/LintContents.pm
%%SITE_PERL%%/DBIx/Class/Helper/Schema/QuoteNames.pm
@@ -97,6 +98,7 @@
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::SubClass.3.gz
%%PERL5_MAN3%%/DBIx::Class::Helper::Row::ToJSON.3.gz
%%PERL5_MAN3%%/DBIx::Class::Helper::Schema::DateTime.3.gz
+%%PERL5_MAN3%%/DBIx::Class::Helper::Schema::DidYouMean.3.gz
%%PERL5_MAN3%%/DBIx::Class::Helper::Schema::GenerateSource.3.gz
%%PERL5_MAN3%%/DBIx::Class::Helper::Schema::LintContents.3.gz
%%PERL5_MAN3%%/DBIx::Class::Helper::Schema::QuoteNames.3.gz
More information about the svn-ports-head
mailing list