diff options
author | culot <culot@FreeBSD.org> | 2017-04-19 22:04:23 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2017-04-19 22:04:23 +0800 |
commit | 5e242831ea2cae3a730bdd072164bf691c40eaa1 (patch) | |
tree | 863c450b83f912e2d1603e7441ca1131c326ac2d | |
parent | 508b650c46cb4bcbafd22b103b18616cc78c435f (diff) | |
download | freebsd-ports-gnome-5e242831ea2cae3a730bdd072164bf691c40eaa1.tar.gz freebsd-ports-gnome-5e242831ea2cae3a730bdd072164bf691c40eaa1.tar.zst freebsd-ports-gnome-5e242831ea2cae3a730bdd072164bf691c40eaa1.zip |
- Update to 1.08
- Fix RUN_DEPENDS assignment [1]
Changes: http://search.cpan.org/dist/Getopt-Lucid/Changes
PR: 218269 [1]
Submitted by: Andreas Hollmann <andreas.hollmann@gmail.com>
-rw-r--r-- | textproc/p5-Getopt-Lucid/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Getopt-Lucid/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Getopt-Lucid/Makefile b/textproc/p5-Getopt-Lucid/Makefile index 54826bd71735..18571b79a8a5 100644 --- a/textproc/p5-Getopt-Lucid/Makefile +++ b/textproc/p5-Getopt-Lucid/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Getopt-Lucid -PORTVERSION= 1.06 +PORTVERSION= 1.08 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Clear, readable syntax for command line processing LICENSE= APACHE20 BUILD_DEPENDS= p5-Exception-Class>=1.23:devel/p5-Exception-Class -RUN_DEPENDS+= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Exception-Class>=1.23:devel/p5-Exception-Class TEST_DEPENDS= p5-Exception-Class-TryCatch>=1.10:devel/p5-Exception-Class-TryCatch NO_ARCH= yes diff --git a/textproc/p5-Getopt-Lucid/distinfo b/textproc/p5-Getopt-Lucid/distinfo index 0ee4b2f25fc2..60a812c3b300 100644 --- a/textproc/p5-Getopt-Lucid/distinfo +++ b/textproc/p5-Getopt-Lucid/distinfo @@ -1,2 +1,3 @@ -SHA256 (Getopt-Lucid-1.06.tar.gz) = a9f05bff4b54ce6116b93ed5ff87003f7b25d796b66f4273b67499a39d65f40b -SIZE (Getopt-Lucid-1.06.tar.gz) = 46815 +TIMESTAMP = 1492610389 +SHA256 (Getopt-Lucid-1.08.tar.gz) = f64fe6e54908b6356eb81e8997821700fb8b0d4a13da370ef8f7167a656aa070 +SIZE (Getopt-Lucid-1.08.tar.gz) = 47274 |