diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2019-03-05 06:33:32 +0800 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2019-03-05 06:33:32 +0800 |
commit | 6f3f3c017eb9a4ada8fc9faab4ebb5d890654f1f (patch) | |
tree | 580f981e0c12094207e9c99021719ff475c8eb9b | |
parent | 3a6233f348ba002d4c615bd6907de1f0180b516f (diff) | |
download | freebsd-ports-gnome-6f3f3c017eb9a4ada8fc9faab4ebb5d890654f1f.tar.gz freebsd-ports-gnome-6f3f3c017eb9a4ada8fc9faab4ebb5d890654f1f.tar.zst freebsd-ports-gnome-6f3f3c017eb9a4ada8fc9faab4ebb5d890654f1f.zip |
Update devel/p5-Getopt-EX to 1.15 and textproc/greple to 8.3304.
-rw-r--r-- | devel/p5-Getopt-EX/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-Getopt-EX/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Getopt-EX/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Getopt-EX/pkg-plist | 11 | ||||
-rw-r--r-- | textproc/greple/Makefile | 8 | ||||
-rw-r--r-- | textproc/greple/distinfo | 6 |
6 files changed, 28 insertions, 20 deletions
diff --git a/devel/p5-Getopt-EX/Makefile b/devel/p5-Getopt-EX/Makefile index 68ed628957d8..2c37127f864b 100644 --- a/devel/p5-Getopt-EX/Makefile +++ b/devel/p5-Getopt-EX/Makefile @@ -1,9 +1,12 @@ # $FreeBSD$ PORTNAME= Getopt-EX -PORTVERSION= 7.1.20170330 +PORTVERSION= 1.15.0 DISTVERSIONPREFIX= v +PORTEPOCH= 1 CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:UTASHIRO PKGNAMEPREFIX= p5- MAINTAINER= hrs@FreeBSD.org @@ -12,14 +15,8 @@ COMMENT= Getopt Extender LICENSE= ART10 USES= perl5 -USE_PERL5= run -USE_GITHUB= yes -GH_TUPLE= kaz-utashiro:greple:084c10e -NO_BUILD= yes -NO_ARCH= yes +USE_PERL5= modbuildtiny -do-install: - cd ${WRKSRC}/lib && \ - ${COPYTREE_SHARE} Getopt ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} +NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/p5-Getopt-EX/distinfo b/devel/p5-Getopt-EX/distinfo index 025b8dd3ba1b..ea093bc3e96d 100644 --- a/devel/p5-Getopt-EX/distinfo +++ b/devel/p5-Getopt-EX/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490948040 -SHA256 (kaz-utashiro-greple-v7.1.20170330-084c10e_GH0.tar.gz) = c264281397668b32b71cc9267e93417c2f671108a507210941041f4224781826 -SIZE (kaz-utashiro-greple-v7.1.20170330-084c10e_GH0.tar.gz) = 98548 +TIMESTAMP = 1551691125 +SHA256 (Getopt-EX-v1.15.0.tar.gz) = a6ab6dd32c045a636add931b32f6b827e227a50ee8ed70212573171a66420395 +SIZE (Getopt-EX-v1.15.0.tar.gz) = 37032 diff --git a/devel/p5-Getopt-EX/pkg-descr b/devel/p5-Getopt-EX/pkg-descr index cd09281483e6..28ac6807ac6d 100644 --- a/devel/p5-Getopt-EX/pkg-descr +++ b/devel/p5-Getopt-EX/pkg-descr @@ -2,4 +2,4 @@ Getopt::EX extends the basic function of Getopt family to support user-definable option aliases, and dynamic module which works together with the script through option interface. -WWW: https://github.com/kaz-utashiro/greple/tree/master/lib/Getopt +WWW: https://metacpan.org/release/Getopt-EX diff --git a/devel/p5-Getopt-EX/pkg-plist b/devel/p5-Getopt-EX/pkg-plist index 5945dd597f9f..d10b5b9c7526 100644 --- a/devel/p5-Getopt-EX/pkg-plist +++ b/devel/p5-Getopt-EX/pkg-plist @@ -5,3 +5,14 @@ %%SITE_PERL%%/Getopt/EX/Loader.pm %%SITE_PERL%%/Getopt/EX/Long.pm %%SITE_PERL%%/Getopt/EX/Module.pm +%%SITE_PERL%%/Getopt/EX/Numbers.pm +%%SITE_PERL%%/Getopt/EX/Util.pm +%%PERL5_MAN3%%/Getopt::EX.3.gz +%%PERL5_MAN3%%/Getopt::EX::Colormap.3.gz +%%PERL5_MAN3%%/Getopt::EX::Func.3.gz +%%PERL5_MAN3%%/Getopt::EX::LabeledParam.3.gz +%%PERL5_MAN3%%/Getopt::EX::Loader.3.gz +%%PERL5_MAN3%%/Getopt::EX::Long.3.gz +%%PERL5_MAN3%%/Getopt::EX::Module.3.gz +%%PERL5_MAN3%%/Getopt::EX::Numbers.3.gz +%%PERL5_MAN3%%/Getopt::EX::Util.3.gz diff --git a/textproc/greple/Makefile b/textproc/greple/Makefile index e51c443f7aaa..166a91cca406 100644 --- a/textproc/greple/Makefile +++ b/textproc/greple/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= greple -PORTVERSION= 7.1.20170401 -DISTVERSIONPREFIX= v +PORTVERSION= 8.3304 CATEGORIES= textproc MAINTAINER= hrs@FreeBSD.org @@ -13,14 +12,15 @@ LICENSE_NAME= GREPLE License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -RUN_DEPENDS= ${SITE_PERL}/Getopt/EX.pm:devel/p5-Getopt-EX +RUN_DEPENDS= p5-Getopt-EX>=1.15.0,1:devel/p5-Getopt-EX USES= perl5 shebangfix USE_PERL5= run -SHEBANG_FILES= bin/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= kaz-utashiro GH_TAGNAME= 5ad6491 + +SHEBANG_FILES= bin/${PORTNAME} NO_BUILD= yes NO_ARCH= yes diff --git a/textproc/greple/distinfo b/textproc/greple/distinfo index 33b825b80f45..b12aab8406b6 100644 --- a/textproc/greple/distinfo +++ b/textproc/greple/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491037914 -SHA256 (kaz-utashiro-greple-v7.1.20170401-5ad6491_GH0.tar.gz) = d873aad8e33988023c301a1df75840e727fb896a4bb96a08ab5956a0eb76eca6 -SIZE (kaz-utashiro-greple-v7.1.20170401-5ad6491_GH0.tar.gz) = 98718 +TIMESTAMP = 1551690756 +SHA256 (kaz-utashiro-greple-8.3304-5ad6491_GH0.tar.gz) = d873aad8e33988023c301a1df75840e727fb896a4bb96a08ab5956a0eb76eca6 +SIZE (kaz-utashiro-greple-8.3304-5ad6491_GH0.tar.gz) = 98718 |