svn commit: r358762 - head/www/p5-Dancer2
Wen Heping
wen at FreeBSD.org
Sun Jun 22 02:04:46 UTC 2014
Author: wen
Date: Sun Jun 22 02:04:45 2014
New Revision: 358762
URL: http://svnweb.freebsd.org/changeset/ports/358762
QAT: https://qat.redports.org/buildarchive/r358762/
Log:
- Fix plist
Reported by: swill@ (Thanks !)
Modified:
head/www/p5-Dancer2/Makefile
head/www/p5-Dancer2/pkg-plist
Modified: head/www/p5-Dancer2/Makefile
==============================================================================
--- head/www/p5-Dancer2/Makefile Sun Jun 22 02:04:14 2014 (r358761)
+++ head/www/p5-Dancer2/Makefile Sun Jun 22 02:04:45 2014 (r358762)
@@ -3,6 +3,7 @@
PORTNAME= Dancer2
PORTVERSION= 0.141000
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: head/www/p5-Dancer2/pkg-plist
==============================================================================
--- head/www/p5-Dancer2/pkg-plist Sun Jun 22 02:04:14 2014 (r358761)
+++ head/www/p5-Dancer2/pkg-plist Sun Jun 22 02:04:45 2014 (r358762)
@@ -74,6 +74,7 @@ bin/dancer2
%%SITE_PERL%%/Dancer2/Plugins.pod
%%SITE_PERL%%/Dancer2/Serializer/Dumper.pm
%%SITE_PERL%%/Dancer2/Serializer/JSON.pm
+%%SITE_PERL%%/Dancer2/Serializer/Mutable.pm
%%SITE_PERL%%/Dancer2/Serializer/YAML.pm
%%SITE_PERL%%/Dancer2/Session/Simple.pm
%%SITE_PERL%%/Dancer2/Session/YAML.pm
@@ -136,6 +137,7 @@ bin/dancer2
%%PERL5_MAN3%%/Dancer2::Plugins.3.gz
%%PERL5_MAN3%%/Dancer2::Serializer::Dumper.3.gz
%%PERL5_MAN3%%/Dancer2::Serializer::JSON.3.gz
+%%PERL5_MAN3%%/Dancer2::Serializer::Mutable.3.gz
%%PERL5_MAN3%%/Dancer2::Serializer::YAML.3.gz
%%PERL5_MAN3%%/Dancer2::Session::Simple.3.gz
%%PERL5_MAN3%%/Dancer2::Session::YAML.3.gz
More information about the svn-ports-all
mailing list