Upgrade to 1.20.
PR: 21457 Submitted by: "Peter Pentchev" <roam@orbitel.bg> Silence by: maintainer (according to PR)
This commit is contained in:
parent
a8e25493fc
commit
a3a28a617f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33231
2 changed files with 7 additions and 10 deletions
|
@ -6,26 +6,23 @@
|
|||
#
|
||||
|
||||
PORTNAME= rlytest
|
||||
PORTVERSION= 1.16
|
||||
PORTVERSION= 1.20
|
||||
CATEGORIES= mail security
|
||||
MASTER_SITES= http://www.unicom.com/sw/rlytest/
|
||||
DISTNAME= ${PORTNAME}
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MAINTAINER= paul@it.ca
|
||||
|
||||
MAN1= rlytest.1
|
||||
|
||||
USE_PERL5= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
EXTRACT_ONLY= # defined
|
||||
NO_BUILD=
|
||||
|
||||
post-patch:
|
||||
${MV} ${WRKSRC}/rlytest ${WRKSRC}/rlytest.chip; \
|
||||
${SED} 's:/usr/local/bin/perl:${PERL}:' < ${WRKSRC}/rlytest.chip > ${WRKSRC}/rlytest
|
||||
pre-patch:
|
||||
perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DISTFILES} > ${WRKDIR}/rlytest
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/rlytest; \
|
||||
${INSTALL_MAN} ${WRKSRC}/rlytest.1 ${MANPREFIX}/man/man1/rlytest.1
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/rlytest ${PREFIX}/bin/rlytest
|
||||
|
||||
post-install:
|
||||
${CAT} ${PKGDIR}/MESSAGE
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (rlytest.tar.gz) = 08363332149b91d8aeef00749fb236e1
|
||||
MD5 (rlytest) = 4e403049f563e3e67096961ee06e6d62
|
||||
|
|
Loading…
Reference in a new issue