1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Upgrade to 1.2003.

This commit is contained in:
Jun Kuriyama 2010-12-21 03:02:03 +00:00
parent f51f598b24
commit e25fbe4724
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266678
3 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Dancer
PORTVERSION= 1.2000
PORTVERSION= 1.2003
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/X/XS/XSAWYERX
@ -45,6 +45,7 @@ MAN3= Dancer.3 \
Dancer::Error.3 \
Dancer::FileUtils.3 \
Dancer::HTTP.3 \
Dancer::Handler::Debug.3 \
Dancer::Introduction.3 \
Dancer::Logger.3 \
Dancer::Logger::Abstract.3 \

View File

@ -1,2 +1,2 @@
SHA256 (Dancer-1.2000.tar.gz) = 731135fcbba7e512b000663a4faf13bd544ad540a70e17f68434a26b9dcb4265
SIZE (Dancer-1.2000.tar.gz) = 197876
SHA256 (Dancer-1.2003.tar.gz) = ac8ae4b97967992678e3103cfb6b2e7905689d3ac78f19e84ec52c2ae38176b5
SIZE (Dancer-1.2003.tar.gz) = 202052

View File

@ -14,6 +14,7 @@ bin/dancer
%%SITE_PERL%%/Dancer/GetOpt.pm
%%SITE_PERL%%/Dancer/HTTP.pm
%%SITE_PERL%%/Dancer/Handler.pm
%%SITE_PERL%%/Dancer/Handler/Debug.pm
%%SITE_PERL%%/Dancer/Handler/PSGI.pm
%%SITE_PERL%%/Dancer/Handler/Standalone.pm
%%SITE_PERL%%/Dancer/Helpers.pm