- Update to 1.0

PR:		ports/68326
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
This commit is contained in:
Pav Lucistnik 2004-06-26 18:47:37 +00:00
parent 5ad18c9234
commit 92000dedbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112335
2 changed files with 11 additions and 7 deletions

View file

@ -7,8 +7,7 @@
#
PORTNAME= oinkmaster
PORTVERSION= 0.7
PORTREVISION= 1
PORTVERSION= 1.0
CATEGORIES= security
MASTER_SITES= ftp://ftp.it.su.se/pub/users/andreas/oinkmaster/
@ -21,9 +20,14 @@ USE_REINPLACE= yes
NO_BUILD= yes
USE_PERL5_RUN= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= needs at least perl 5.6.1
.endif
post-patch:
@${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},g;\
s,\./oinkmaster.conf,${PREFIX}/etc/oinkmaster.conf,g' \
@${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},g' \
${WRKSRC}/oinkmaster.pl
do-install:
@ -34,4 +38,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (oinkmaster-0.7.tar.gz) = 73c4bb4d559d0c26eebba18b6eae88d3
SIZE (oinkmaster-0.7.tar.gz) = 21869
MD5 (oinkmaster-1.0.tar.gz) = 1140fb5484944691268579ca7fc83518
SIZE (oinkmaster-1.0.tar.gz) = 59252