Date: Sat, 6 Apr 2019 14:43:15 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498107 - in head: biology/p5-Bio-MAGETAB databases/p5-SQL-Translator devel/p5-Config-Model devel/p5-Google-ProtocolBuffers devel/p5-Inline devel/p5-Inline-C devel/p5-Module-ExtractUse ... Message-ID: <201904061443.x36EhFRt007857@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 6 14:43:14 2019 New Revision: 498107 URL: https://svnweb.freebsd.org/changeset/ports/498107 Log: Use real PORTVERSION of devel/p5-Parse-RecDescent Modified: head/biology/p5-Bio-MAGETAB/Makefile head/databases/p5-SQL-Translator/Makefile head/devel/p5-Config-Model/Makefile head/devel/p5-Google-ProtocolBuffers/Makefile head/devel/p5-Inline-C/Makefile head/devel/p5-Inline/Makefile head/devel/p5-Module-ExtractUse/Makefile head/devel/p5-Parse-RecDescent/Makefile head/graphics/p5-GraphViz/Makefile head/graphics/p5-GraphViz2/Makefile head/mail/p5-Mail-IMAPClient/Makefile head/textproc/p5-CSS/Makefile head/textproc/p5-Pod-WikiDoc/Makefile head/textproc/p5-Text-Hatena/Makefile head/textproc/p5-XML-Handler-Dtd2Html/Makefile Modified: head/biology/p5-Bio-MAGETAB/Makefile ============================================================================== --- head/biology/p5-Bio-MAGETAB/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/biology/p5-Bio-MAGETAB/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-Date-Manip>=5.44:devel/p5-Date-Manip \ p5-MooseX-FollowPBP>=0.04:devel/p5-MooseX-FollowPBP \ p5-MooseX-Types>=0.10:devel/p5-MooseX-Types \ p5-Params-Coerce>=0.14:devel/p5-Params-Coerce \ - p5-Parse-RecDescent>=1.965.001:devel/p5-Parse-RecDescent \ + p5-Parse-RecDescent>=1.965001:devel/p5-Parse-RecDescent \ p5-Text-CSV_XS>=0.32:textproc/p5-Text-CSV_XS \ p5-URI>=1.35:net/p5-URI TEST_DEPENDS= p5-Test-Exception>=0.26:devel/p5-Test-Exception Modified: head/databases/p5-SQL-Translator/Makefile ============================================================================== --- head/databases/p5-SQL-Translator/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/databases/p5-SQL-Translator/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \ p5-JSON>=2:converters/p5-JSON \ p5-Moo>=1.000003:devel/p5-Moo \ p5-Package-Variant>=1.001001:devel/p5-Package-Variant \ - p5-Parse-RecDescent>=1.967.009:devel/p5-Parse-RecDescent \ + p5-Parse-RecDescent>=1.967009:devel/p5-Parse-RecDescent \ p5-Spreadsheet-ParseExcel>=0.41:textproc/p5-Spreadsheet-ParseExcel \ p5-Template-Toolkit>=2.20:www/p5-Template-Toolkit \ p5-Text-RecordParser>=0.02:textproc/p5-Text-RecordParser \ @@ -36,10 +36,11 @@ TEST_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ OPTIONS_DEFINE= DIAGRAM DIAGRAM_DESC= Diagram generation support -NO_ARCH= yes -REINPLACE_ARGS= -i '' USES= perl5 USE_PERL5= configure + +NO_ARCH= yes +REINPLACE_ARGS= -i '' DIAGRAM_BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \ p5-Graph>=0:math/p5-Graph \ Modified: head/devel/p5-Config-Model/Makefile ============================================================================== --- head/devel/p5-Config-Model/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/devel/p5-Config-Model/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -23,7 +23,7 @@ RUN_DEPENDS= p5-Carp-Assert-More>=0:devel/p5-Carp-Asse p5-Mouse>=0:devel/p5-Mouse \ p5-MouseX-NativeTraits>=0:devel/p5-MouseX-NativeTraits \ p5-MouseX-StrictConstructor>=0:devel/p5-MouseX-StrictConstructor \ - p5-Parse-RecDescent>=1.90.0:devel/p5-Parse-RecDescent \ + p5-Parse-RecDescent>=1.900000:devel/p5-Parse-RecDescent \ p5-Path-Tiny>=0.70:devel/p5-Path-Tiny \ p5-Pod-POM>=0:textproc/p5-Pod-POM \ p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ Modified: head/devel/p5-Google-ProtocolBuffers/Makefile ============================================================================== --- head/devel/p5-Google-ProtocolBuffers/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/devel/p5-Google-ProtocolBuffers/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -15,10 +15,11 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ - p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent + p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/p5-Inline-C/Makefile ============================================================================== --- head/devel/p5-Inline-C/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/devel/p5-Inline-C/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -16,7 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ ${RUN_DEPENDS} RUN_DEPENDS= p5-Inline>=0.79:devel/p5-Inline \ - p5-Parse-RecDescent>=1.967.009:devel/p5-Parse-RecDescent \ + p5-Parse-RecDescent>=1.967009:devel/p5-Parse-RecDescent \ p5-Pegex>=0.58:devel/p5-Pegex TEST_DEPENDS= p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \ p5-Test-Warn>=0.23:devel/p5-Test-Warn \ Modified: head/devel/p5-Inline/Makefile ============================================================================== --- head/devel/p5-Inline/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/devel/p5-Inline/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -16,7 +16,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Parse-RecDescent>=1.800:devel/p5-Parse-RecDescent +RUN_DEPENDS= p5-Parse-RecDescent>=1.800000:devel/p5-Parse-RecDescent TEST_DEPENDS= p5-Inline-Files>=0:devel/p5-Inline-Files \ p5-Test-Warn>=0.23:devel/p5-Test-Warn Modified: head/devel/p5-Module-ExtractUse/Makefile ============================================================================== --- head/devel/p5-Module-ExtractUse/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/devel/p5-Module-ExtractUse/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -15,7 +15,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Parse-RecDescent>=1.967:devel/p5-Parse-RecDescent \ +RUN_DEPENDS= p5-Parse-RecDescent>=1.967000:devel/p5-Parse-RecDescent \ p5-Pod-Strip>=0:textproc/p5-Pod-Strip TEST_DEPENDS= p5-UNIVERSAL-require>=0.11:devel/p5-UNIVERSAL-require \ p5-Test-Deep>0:devel/p5-Test-Deep Modified: head/devel/p5-Parse-RecDescent/Makefile ============================================================================== --- head/devel/p5-Parse-RecDescent/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/devel/p5-Parse-RecDescent/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Parse-RecDescent -PORTVERSION= 1.967.015 +PORTVERSION= 1.967015 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Recursive descent parsing framework for Perl Modified: head/graphics/p5-GraphViz/Makefile ============================================================================== --- head/graphics/p5-GraphViz/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/graphics/p5-GraphViz/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -17,12 +17,13 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \ p5-File-Which>=1.09:sysutils/p5-File-Which RUN_DEPENDS= dot:graphics/graphviz \ p5-IPC-Run>=0.60:devel/p5-IPC-Run \ - p5-Parse-RecDescent>=1.965.001:devel/p5-Parse-RecDescent \ + p5-Parse-RecDescent>=1.965001:devel/p5-Parse-RecDescent \ p5-XML-Twig>=3.52:textproc/p5-XML-Twig TEST_DEPENDS= p5-Test2-Suite>=0.000030:devel/p5-Test2-Suite -NO_ARCH= yes USES= perl5 tar:tgz USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/graphics/p5-GraphViz2/Makefile ============================================================================== --- head/graphics/p5-GraphViz2/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/graphics/p5-GraphViz2/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -34,7 +34,7 @@ RUN_DEPENDS= dot:graphics/graphviz \ p5-Lingua-EN-PluralToSingular>=0.14:textproc/p5-Lingua-EN-PluralToSingular \ p5-Log-Handler>=0.84:devel/p5-Log-Handler \ p5-Moo>=2.001001:devel/p5-Moo \ - p5-Parse-RecDescent>=1.965.001:devel/p5-Parse-RecDescent \ + p5-Parse-RecDescent>=1.965001:devel/p5-Parse-RecDescent \ p5-Set-Array>=0.23:devel/p5-Set-Array \ p5-Text-Xslate>=1.2000:textproc/p5-Text-Xslate \ p5-Tree-DAG_Node>=1.06:devel/p5-Tree-DAG_Node \ @@ -46,9 +46,10 @@ TEST_DEPENDS= p5-Test-Pod>=1.48:devel/p5-Test-Pod OPTIONS_DEFINE= EXAMPLES -NO_ARCH= yes -USE_PERL5= configure USES= perl5 shebangfix tar:tgz +USE_PERL5= configure + +NO_ARCH= yes PORTEXAMPLES= * Modified: head/mail/p5-Mail-IMAPClient/Makefile ============================================================================== --- head/mail/p5-Mail-IMAPClient/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/mail/p5-Mail-IMAPClient/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -14,12 +14,13 @@ COMMENT= Perl5 module to talk to a IMAP4rev1 (RFC2060) LICENSE= ARTPERL10 RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \ - p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent \ + p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent \ p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-Authen-SASL>=0:security/p5-Authen-SASL USES= perl5 USE_PERL5= configure + CONFIGURE_ARGS= </dev/null .include <bsd.port.mk> Modified: head/textproc/p5-CSS/Makefile ============================================================================== --- head/textproc/p5-CSS/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/textproc/p5-CSS/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -15,10 +15,11 @@ COMMENT= Object oriented access to Cascading Style She LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent +BUILD_DEPENDS= p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent USES= perl5 USE_PERL5= configure + NO_ARCH= yes .include <bsd.port.mk> Modified: head/textproc/p5-Pod-WikiDoc/Makefile ============================================================================== --- head/textproc/p5-Pod-WikiDoc/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/textproc/p5-Pod-WikiDoc/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -17,12 +17,13 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-pushd>=0:devel/p5-File-pushd \ p5-Getopt-Lucid>=0.14:textproc/p5-Getopt-Lucid \ p5-IO-String>=1.06:devel/p5-IO-String \ - p5-Parse-RecDescent>=1.967.006:devel/p5-Parse-RecDescent + p5-Parse-RecDescent>=1.967006:devel/p5-Parse-RecDescent TEST_DEPENDS= p5-IPC-Run3>=0.033:devel/p5-IPC-Run3 \ p5-Probe-Perl>=0.01:sysutils/p5-Probe-Perl -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/textproc/p5-Text-Hatena/Makefile ============================================================================== --- head/textproc/p5-Text-Hatena/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/textproc/p5-Text-Hatena/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -13,7 +13,7 @@ COMMENT= Perl extension for formatting text with Haten BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ - p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent \ + p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent \ p5-Regexp-Assemble>=0.28:devel/p5-Regexp-Assemble TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base Modified: head/textproc/p5-XML-Handler-Dtd2Html/Makefile ============================================================================== --- head/textproc/p5-XML-Handler-Dtd2Html/Makefile Sat Apr 6 14:43:07 2019 (r498106) +++ head/textproc/p5-XML-Handler-Dtd2Html/Makefile Sat Apr 6 14:43:14 2019 (r498107) @@ -12,7 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= SAX2 handler for generate a Html documentation from a DTD BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent \ +RUN_DEPENDS= p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent \ p5-HTML-Template>=2.8:www/p5-HTML-Template \ p5-XML-Parser>=2.3:textproc/p5-XML-Parser \ p5-XML-SAX-Expat>=0.37:textproc/p5-XML-SAX-Expat \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061443.x36EhFRt007857>