From owner-svn-ports-head@FreeBSD.ORG Mon Jul 8 11:31:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5F9E4515; Mon, 8 Jul 2013 11:31:24 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 42E401DE6; Mon, 8 Jul 2013 11:31:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r68BVO3n046692; Mon, 8 Jul 2013 11:31:24 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r68BVN51046690; Mon, 8 Jul 2013 11:31:23 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201307081131.r68BVN51046690@svn.freebsd.org> From: Frederic Culot Date: Mon, 8 Jul 2013 11:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322489 - head/devel/p5-Workflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2013 11:31:24 -0000 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 (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 + +.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