Update to 1.10. Deprecate and schedule for deletion since
the modules author has marked it as obsolete. The commit is based on PR 110595 and the discussion that followed. PR: 110595 Submitted by: Steven Kreuzer <skreuzer@f2o.org>
This commit is contained in:
parent
75beabf17a
commit
dd93c747f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188107
2 changed files with 7 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Getopt-Mixed
|
||||
PORTVERSION= 1.008
|
||||
PORTVERSION= 1.10
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Getopt
|
||||
|
@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl module for processing of both short and long command line options
|
||||
|
||||
DEPRECATED= Use devel/p5-Getopt-Long instead
|
||||
EXPIRATION_DATE= 2007-04-23
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Getopt::Mixed.3
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Getopt-Mixed-1.008.tar.gz) = 7d492669944f93809b7963f2c88865e7
|
||||
SHA256 (Getopt-Mixed-1.008.tar.gz) = e486323d0deffa3e766fcd88474352134232623bedf9c9cd1e5213ecee005373
|
||||
SIZE (Getopt-Mixed-1.008.tar.gz) = 9856
|
||||
MD5 (Getopt-Mixed-1.10.tar.gz) = 9d384322a4368b326efdf899bce5838a
|
||||
SHA256 (Getopt-Mixed-1.10.tar.gz) = 0fe4e5ba512fc35d07f097dede07088463482e26517bb2836175535c8bcfa0eb
|
||||
SIZE (Getopt-Mixed-1.10.tar.gz) = 11199
|
||||
|
|
Loading…
Reference in a new issue