Bug 180229 - [Maintainer update:] devel/p5-Workflow
Summary: [Maintainer update:] devel/p5-Workflow
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: 2013-07-03 10:40 UTC by Sergei Vyshenski
Modified: 2013-07-08 12:40 UTC (History)
0 users

See Also:


Attachments
file.diff (917 bytes, patch)
2013-07-03 10:40 UTC, Sergei Vyshenski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Vyshenski 2013-07-03 10:40:00 UTC
	Update of devel/p5-Workflow to ver. 1.36
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-03 10:40:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-07-03 12:30:35 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-07-08 12:31:43 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-07-08 12:33:33 UTC
Author: culot
Date: Mon Jul  8 11:31:23 2013
New Revision: 322489
URL: http://svnweb.freebsd.org/changeset/ports/322489

Log:
  - Update to 1.36 [1]
  - Convert to optionsng
  - Add minimum version number for dependencies
  
  Changes:	http://search.cpan.org/dist/Workflow/Changes
  PR:		ports/180229 [1]
  Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)

Modified:
  head/devel/p5-Workflow/Makefile
  head/devel/p5-Workflow/distinfo

Modified: head/devel/p5-Workflow/Makefile
==============================================================================
--- head/devel/p5-Workflow/Makefile	Mon Jul  8 11:21:37 2013	(r322488)
+++ head/devel/p5-Workflow/Makefile	Mon Jul  8 11:31:23 2013	(r322489)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Workflow
-PORTVERSION=	1.35
+PORTVERSION=	1.36
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,30 +13,30 @@ COMMENT=	Simple, flexible system to impl
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Class-Observable>=0:${PORTSDIR}/devel/p5-Class-Observable \
-		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
-		p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock \
-		p5-Class-Factory>=0:${PORTSDIR}/devel/p5-Class-Factory \
-		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
-		p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
-		p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
-		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
-		p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
-		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
+RUN_DEPENDS=	p5-Class-Observable>=1.04:${PORTSDIR}/devel/p5-Class-Observable \
+		p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor \
+		p5-DBD-Mock>=0.1:${PORTSDIR}/databases/p5-DBD-Mock \
+		p5-Class-Factory>=1:${PORTSDIR}/devel/p5-Class-Factory \
+		p5-DateTime>=0.15:${PORTSDIR}/devel/p5-DateTime \
+		p5-Exception-Class>=1.1:${PORTSDIR}/devel/p5-Exception-Class \
+		p5-DateTime-Format-Strptime>=1:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
+		p5-XML-Simple>=2:${PORTSDIR}/textproc/p5-XML-Simple \
+		p5-Log-Dispatch>=2:${PORTSDIR}/devel/p5-Log-Dispatch \
+		p5-Log-Log4perl>=0.34:${PORTSDIR}/devel/p5-Log-Log4perl \
 		p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \
 		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
 		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
-BUILD_DEPENDS=	p5-Class-Observable>=0:${PORTSDIR}/devel/p5-Class-Observable \
-		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
-		p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock \
-		p5-Class-Factory>=0:${PORTSDIR}/devel/p5-Class-Factory \
-		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
-		p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
-		p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
-		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
-		p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
-		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
+BUILD_DEPENDS=	p5-Class-Observable>=1.04:${PORTSDIR}/devel/p5-Class-Observable \
+		p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor \
+		p5-DBD-Mock>=0.1:${PORTSDIR}/databases/p5-DBD-Mock \
+		p5-Class-Factory>=1:${PORTSDIR}/devel/p5-Class-Factory \
+		p5-DateTime>=0.15:${PORTSDIR}/devel/p5-DateTime \
+		p5-Exception-Class>=1.1:${PORTSDIR}/devel/p5-Exception-Class \
+		p5-DateTime-Format-Strptime>=1:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
+		p5-XML-Simple>=2:${PORTSDIR}/textproc/p5-XML-Simple \
+		p5-Log-Dispatch>=2:${PORTSDIR}/devel/p5-Log-Dispatch \
+		p5-Log-Log4perl>=0.34:${PORTSDIR}/devel/p5-Log-Log4perl \
 		p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \
 		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
 		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
@@ -80,28 +80,30 @@ MAN3=	Workflow.3 \
 	Workflow::Validator::InEnumeratedType.3 \
 	Workflow::Validator::MatchesDateFormat.3
 
-.if !defined(NOPORTEXAMPLES)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MEXAMPLES}
 PORTEXAMPLES=	*
 .endif
-.if !defined(NOPORTDATA)
+.if ${PORT_OPTIONS:MDATA}
 PORTDATA=	*
 .endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	*
 .endif
 
 post-install:
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
 	@${MKDIR} ${EXAMPLESDIR}
 	@(cd ${WRKSRC}/eg && ${COPYTREE_SHARE} ticket/\* ${EXAMPLESDIR}/)
 	@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
 .endif
-.if !defined(NOPORTDATA)
+.if ${PORT_OPTIONS:MDATA}
 	@${MKDIR} ${DATADIR}
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} struct/\* ${DATADIR}/)
 	@${ECHO_MSG} "===> SQL data structures installed in ${DATADIR}."
 .endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	@(cd ${WRKSRC}/ && ${CP} -R README Changes TODO doc ${DOCSDIR}/)
 	@${ECHO_MSG} "===> Docs are installed in ${DOCSDIR}."

Modified: head/devel/p5-Workflow/distinfo
==============================================================================
--- head/devel/p5-Workflow/distinfo	Mon Jul  8 11:21:37 2013	(r322488)
+++ head/devel/p5-Workflow/distinfo	Mon Jul  8 11:31:23 2013	(r322489)
@@ -1,2 +1,2 @@
-SHA256 (Workflow-1.35.tar.gz) = b23be19e87a8deeb122f88d54af9f5483ba0abe41c6ae51e2d4be862e00d8831
-SIZE (Workflow-1.35.tar.gz) = 173436
+SHA256 (Workflow-1.36.tar.gz) = 8a96eef7415d5d9006f52cccb151370541a6a862350d8e21a4b7bd7249201bb3
+SIZE (Workflow-1.36.tar.gz) = 175278
_______________________________________________
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"