Bug 189075 - Update: www/p5-Toader update from 1.1.1 to 1.1.2
Summary: Update: www/p5-Toader update from 1.1.1 to 1.1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-28 15:10 UTC by Zane C. Bowers-Hadley
Modified: 2014-05-19 13:20 UTC (History)
0 users

See Also:


Attachments
p5-Toader_Makefile.diff (329 bytes, patch)
2014-04-28 15:10 UTC, Zane C. Bowers-Hadley
no flags Details | Diff
file.diff (427 bytes, patch)
2014-04-28 15:10 UTC, Zane C. Bowers-Hadley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2014-04-28 15:10:00 UTC

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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-28 15:10:09 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-28 15:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2014-05-19 13:12:03 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-19 13:19:41 UTC
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"
Comment 5 Frederic Culot freebsd_committer freebsd_triage 2014-05-19 13:19:44 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!