1.1.2 -'bin/toader-gallery' throws a warning message if nothing is matched the specified action. -'Toader::Render::Gallery' properly initiliazes 'Toader::Template' now.
Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->culot I'll take it.
Author: culot Date: Mon May 19 12:19:36 2014 New Revision: 354529 URL: http://svnweb.freebsd.org/changeset/ports/354529 QAT: https://qat.redports.org/buildarchive/r354529/ Log: - Update to 1.1.2 [1] - Add LICENSE (Artistic 1 & GPL 1) - define BUILD_DEPENDS to avoid warnings - Remove leading article from COMMENT PR: ports/189075 [1] Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer) Modified: head/www/p5-Toader/Makefile head/www/p5-Toader/distinfo Modified: head/www/p5-Toader/Makefile ============================================================================== --- head/www/p5-Toader/Makefile Mon May 19 11:44:50 2014 (r354528) +++ head/www/p5-Toader/Makefile Mon May 19 12:19:36 2014 (r354529) @@ -2,16 +2,19 @@ # $FreeBSD$ PORTNAME= Toader -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net -COMMENT= A CMS meant to be used from the terminal and integrated into a VCS for rendering static pages +COMMENT= CMS meant to be used from the terminal and integrated into a VCS for rendering static pages -RUN_DEPENDS= p5-Config-Tiny>=2.14:${PORTSDIR}/devel/p5-Config-Tiny \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Config-Tiny>=2.14:${PORTSDIR}/devel/p5-Config-Tiny \ p5-Email-MIME>=1.911:${PORTSDIR}/mail/p5-Email-MIME \ p5-File-MimeInfo>=0.16:${PORTSDIR}/devel/p5-File-MimeInfo \ p5-Error-Helper>=1.0.0:${PORTSDIR}/devel/p5-Error-Helper \ @@ -29,6 +32,7 @@ RUN_DEPENDS= p5-Config-Tiny>=2.14:${PORT p5-Text-Tags>=0.04:${PORTSDIR}/textproc/p5-Text-Tags \ p5-Pod-WikiDoc>=0.18:${PORTSDIR}/textproc/p5-Pod-WikiDoc \ p5-Script-isAperlScript>=1.0.0:${PORTSDIR}/devel/p5-Script-isAperlScript +RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS Modified: head/www/p5-Toader/distinfo ============================================================================== --- head/www/p5-Toader/distinfo Mon May 19 11:44:50 2014 (r354528) +++ head/www/p5-Toader/distinfo Mon May 19 12:19:36 2014 (r354529) @@ -1,2 +1,2 @@ -SHA256 (Toader-1.1.1.tar.gz) = 7fac98d4c0e6c5d3438d7db5e4d6fb4dd9cf3f4ba6eb79b9f9d01c37f4c5cd64 -SIZE (Toader-1.1.1.tar.gz) = 99624 +SHA256 (Toader-1.1.2.tar.gz) = bb27c12bc2ed881c4b7129c3f5a5744334c904d0ff984b397439dcd340e0b24f +SIZE (Toader-1.1.2.tar.gz) = 100231 _______________________________________________ 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, with minor changes. Thanks!