mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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>
This commit is contained in:
parent
aaa50e594e
commit
e4b13d2223
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438843
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue