Update to 0.98.3 (Now requires perl >= 5.8)

PR:		89283
Submitted by:	David Le Brun <david@dyn-ns.net> (maintainer)
This commit is contained in:
Marcus Alves Grando 2005-11-22 12:49:05 +00:00
parent f8303769cd
commit 4a62ddefe9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149046
2 changed files with 11 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= gnupod
PORTVERSION= 0.98
PORTVERSION= 0.98.3
CATEGORIES= audio perl5
MASTER_SITES= http://savannah.gnu.org/download/gnupod/ \
http://blinkenlights.ch/gnupod-dist/stable/
@ -35,6 +35,12 @@ NO_BUILD= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ENV= ac_cv_path_PERL=${PERL}
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= gnupod only support perl 5.8 or above
.endif
.ifndef(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@ -49,4 +55,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/doc/ipod.svg ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -1,2 +1,3 @@
MD5 (gnupod-0.98.tgz) = 2c1a8bdc636a5a7bb6fac0d0fa53c10d
SIZE (gnupod-0.98.tgz) = 150011
MD5 (gnupod-0.98.3.tgz) = a2db678aa2098a5b019fc3e4dc380afc
SHA256 (gnupod-0.98.3.tgz) = 8d779e7bfa685f1939c5b407c15d998796eca583bbbd81fb77b92f2309dafc85
SIZE (gnupod-0.98.3.tgz) = 157938