1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

- Fix MASTER_SITES

PR:		160125
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2011-08-26 04:11:50 +00:00
parent f04f60b757
commit e2fb82481b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280464
2 changed files with 14 additions and 14 deletions
mail/rlytest

View File

@ -8,31 +8,31 @@
PORTNAME= rlytest
PORTVERSION= 1.22
CATEGORIES= mail security
MASTER_SITES= http://www.unicom.com/sw/rlytest/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX=
EXTRACT_ONLY= # defined
MASTER_SITES= http://www.unicom.com/files/
EXTRACT_SUFX= .gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Test remote system for unsecured mail relay
BROKEN= does not fetch
USE_PERL5= yes
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -dc
EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME}
NO_WRKSUBDIR= yes
USE_PERL5_RUN= yes
MAN1= rlytest.1
PLIST_FILES= bin/rlytest
pre-patch:
@${SED} '1s:^#!/usr/local/bin/perl:#!${PERL}:' < ${_DISTDIR}${DISTFILES} > ${WRKSRC}/rlytest
post-patch:
@${REINPLACE_CMD} -e 's|^#!.*|#!${PERL}|' ${WRKSRC}/${PORTNAME}
do-build:
@pod2man ${WRKSRC}/rlytest > ${WRKSRC}/rlytest.1
@cd ${WRKSRC} && pod2man ${PORTNAME} > ${PORTNAME}.1
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/
@${INSTALL_MAN} ${WRKSRC}/rlytest.1 ${PREFIX}/man/man1/
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (rlytest) = 36eccdaa983a2a51e45ce77135920f11834ec28ef09cdb0af051712366316a7b
SIZE (rlytest) = 10278
SHA256 (rlytest-1.22.gz) = e9897acb931ebfd78c9d0a3c46e281333712f32b4ad9efe5583c6a9f08fbc8c4
SIZE (rlytest-1.22.gz) = 4378