1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

mail/dsbl-testers: stage, mark jobs unsafe, pet portlint

This commit is contained in:
John Marino 2014-07-05 22:20:05 +00:00
parent 5ff2fb6e78
commit 685432f80e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360832
3 changed files with 22 additions and 11 deletions

View File

@ -9,8 +9,8 @@ MASTER_SITES= http://www.firestuff.org/projects/ \
http://www.wa.apana.org.au/~dean/sources/ \
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
MAINTAINER= ports@FreeBSD.org
COMMENT= Testing software configured to work with DSBL/DSBL-compliant services
MAINTAINER= ports@FreeBSD.org
COMMENT= Testing software for DSBL/DSBL-compliant services
BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring \
${LOCALBASE}/include/firedns.h:${PORTSDIR}/dns/firedns
@ -20,11 +20,12 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= auth-relaytest.1 formmailtest.1 getcookie.1 httptest.1 \
relaytest.1 socks4test.1 socks5test.1 spamtrap.1
MAN5= dsbl.conf.5
MAKE_JOBS_UNSAFE= yes
MPG1= auth-relaytest.1 formmailtest.1 getcookie.1 httptest.1 \
relaytest.1 socks4test.1 socks5test.1 spamtrap.1
MPG5= dsbl.conf.5
NO_STAGE= yes
post-patch:
@-${RM} ${WRKSRC}/firemake/*.orig
@-${RM} ${WRKSRC}/firedns/firemake/*.orig
@ -38,10 +39,11 @@ LOCAL_CONF_FILES= conf/dsbl.conf
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} ${BINARY_FILES} ${PREFIX}/bin && \
${INSTALL_DATA} ${LOCAL_CONF_FILES} ${PREFIX}/etc
${INSTALL_PROGRAM} ${BINARY_FILES} \
${STAGEDIR}${PREFIX}/bin && \
${INSTALL_DATA} ${LOCAL_CONF_FILES} ${STAGEDIR}${PREFIX}/etc
cd ${WRKSRC}/man && \
${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1 && \
${INSTALL_MAN} ${MAN5} ${MAN5PREFIX}/man/man5
${INSTALL_MAN} ${MPG1} ${STAGEDIR}${MAN1PREFIX}/man/man1 && \
${INSTALL_MAN} ${MPG5} ${STAGEDIR}${MAN5PREFIX}/man/man5
.include <bsd.port.mk>

View File

@ -4,4 +4,4 @@ to send tests to servers based on spam that you receive. If those
tests succeed, the results will reach the DSBL host in question,
and the relay will be listed.
WWW: http://ares.penguinhosting.net/~ian/
WWW: http://ares.penguinhosting.net/~ian/

View File

@ -7,3 +7,12 @@ bin/socks4test
bin/socks5test
bin/spamtrap
etc/dsbl.conf
man/man1/auth-relaytest.1.gz
man/man1/formmailtest.1.gz
man/man1/getcookie.1.gz
man/man1/httptest.1.gz
man/man1/relaytest.1.gz
man/man1/socks4test.1.gz
man/man1/socks5test.1.gz
man/man1/spamtrap.1.gz
man/man5/dsbl.conf.5.gz