svn commit: r360832 - head/mail/dsbl-testers
John Marino
marino at FreeBSD.org
Sat Jul 5 22:20:06 UTC 2014
Author: marino
Date: Sat Jul 5 22:20:05 2014
New Revision: 360832
URL: http://svnweb.freebsd.org/changeset/ports/360832
QAT: https://qat.redports.org/buildarchive/r360832/
Log:
mail/dsbl-testers: stage, mark jobs unsafe, pet portlint
Modified:
head/mail/dsbl-testers/Makefile
head/mail/dsbl-testers/pkg-descr
head/mail/dsbl-testers/pkg-plist
Modified: head/mail/dsbl-testers/Makefile
==============================================================================
--- head/mail/dsbl-testers/Makefile Sat Jul 5 22:17:47 2014 (r360831)
+++ head/mail/dsbl-testers/Makefile Sat Jul 5 22:20:05 2014 (r360832)
@@ -9,8 +9,8 @@ MASTER_SITES= http://www.firestuff.org/p
http://www.wa.apana.org.au/~dean/sources/ \
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
-MAINTAINER= ports at FreeBSD.org
-COMMENT= Testing software configured to work with DSBL/DSBL-compliant services
+MAINTAINER= ports at 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 \
+MAKE_JOBS_UNSAFE= yes
+
+MPG1= auth-relaytest.1 formmailtest.1 getcookie.1 httptest.1 \
relaytest.1 socks4test.1 socks5test.1 spamtrap.1
-MAN5= dsbl.conf.5
+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>
Modified: head/mail/dsbl-testers/pkg-descr
==============================================================================
--- head/mail/dsbl-testers/pkg-descr Sat Jul 5 22:17:47 2014 (r360831)
+++ head/mail/dsbl-testers/pkg-descr Sat Jul 5 22:20:05 2014 (r360832)
@@ -4,4 +4,4 @@ to send tests to servers based on spam t
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/
Modified: head/mail/dsbl-testers/pkg-plist
==============================================================================
--- head/mail/dsbl-testers/pkg-plist Sat Jul 5 22:17:47 2014 (r360831)
+++ head/mail/dsbl-testers/pkg-plist Sat Jul 5 22:20:05 2014 (r360832)
@@ -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
More information about the svn-ports-head
mailing list