Index: head/mail/milter-greylist/Makefile =================================================================== --- head/mail/milter-greylist/Makefile (revision 112561) +++ head/mail/milter-greylist/Makefile (revision 112562) @@ -1,49 +1,53 @@ # New ports collection makefile for: milter-greylist # Date created: 27 Apr 2004 # Whom: Cyril Guibourg # # $FreeBSD$ # PORTNAME= milter-greylist -PORTVERSION= 1.4 +PORTVERSION= 1.5.3 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ EXTRACT_SUFX= .tgz MAINTAINER= aragorn+ports@teaser.fr COMMENT= Easy-to-use greylist milter for sendmail MAN5= greylist.conf.5 MAN8= milter-greylist.8 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-user=smmsp ALL_TARGET= milter-greylist USE_RC_SUBR= yes RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} post-extract: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/milter-greylist.sh > ${WRKSRC}/milter-greylist.sh -pre-install: +do-install: @${MKDIR} ${PREFIX}/etc/mail + @${INSTALL_PROGRAM} ${WRKSRC}/milter-greylist ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/greylist.conf.5 ${PREFIX}/man/man5 + @${INSTALL_MAN} ${WRKSRC}/milter-greylist.8 ${PREFIX}/man/man8 + @${INSTALL_DATA} ${WRKSRC}/greylist.conf \ + ${PREFIX}/etc/mail/greylist.conf.sample + @${INSTALL_SCRIPT} ${WRKSRC}/milter-greylist.sh ${PREFIX}/etc/rc.d/ post-install: @${MKDIR} /var/milter-greylist /var/db/milter-greylist @${CHOWN} smmsp /var/milter-greylist /var/db/milter-greylist - @${MKDIR} ${PREFIX}/etc/rc.d - @${INSTALL_SCRIPT} ${WRKSRC}/milter-greylist.sh ${PREFIX}/etc/rc.d/ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/greylist.conf ${EXAMPLESDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/milter-greylist/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/mail/milter-greylist/distinfo =================================================================== --- head/mail/milter-greylist/distinfo (revision 112561) +++ head/mail/milter-greylist/distinfo (revision 112562) @@ -1,2 +1,2 @@ -MD5 (milter-greylist-1.4.tgz) = 97c8cb7c9ec3149d4f4388eb81dd4692 -SIZE (milter-greylist-1.4.tgz) = 93239 +MD5 (milter-greylist-1.5.3.tgz) = 522f3876aa57d6e4906a445123af311b +SIZE (milter-greylist-1.5.3.tgz) = 94309 Property changes on: head/mail/milter-greylist/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/mail/milter-greylist/files/patch-Makefile.in =================================================================== --- head/mail/milter-greylist/files/patch-Makefile.in (revision 112561) +++ head/mail/milter-greylist/files/patch-Makefile.in (revision 112562) @@ -1,40 +1,15 @@ ---- Makefile.in.orig Tue Jun 8 17:57:34 2004 -+++ Makefile.in Sat Jun 12 10:47:56 2004 +--- Makefile.in.orig Wed Jun 16 22:28:30 2004 ++++ Makefile.in Fri Jun 25 16:26:41 2004 @@ -29,9 +29,9 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. # -CFLAGS= @CFLAGS@ -D_BSD_SOURCE -LDFLAGS= @LDFLAGS@ -LIBS= @LIBS@ +CFLAGS= @CFLAGS@ -D_BSD_SOURCE -pthread +LDFLAGS= @LDFLAGS@ -pthread +LIBS= -lmilter prefix= @prefix@ exec_prefix= @exec_prefix@ SYSCONFDIR= @sysconfdir@ -@@ -80,23 +80,7 @@ - ${INSTALL} -m 755 milter-greylist ${BINDIR} - ${INSTALL} -m 644 milter-greylist.8 ${MANDIR}/man8 - ${INSTALL} -m 644 greylist.conf.5 ${MANDIR}/man5 -- ${TEST} -f /etc/mail/greylist.conf -o -f /etc/mail/greylist.except || \ -- ${INSTALL} -m 644 greylist.conf /etc/mail -- ${INSTALL} -d -m 755 -o ${USER} /var/milter-greylist -- @${TEST} -f /var/db/greylist.db && ( \ -- echo " ================================================"; \ -- echo " WARNING: the dump file location has changed, "; \ -- echo " Please move /var/db/greylist.db, the default "; \ -- echo " location is now in /var/milter-greylist/ "; \ -- echo " ================================================"; \ -- ) || ${TRUE} -- @${TEST} -f /etc/mail/greylist.except && ( \ -- echo " ================================================"; \ -- echo " WARNING: the config file name has changed, "; \ -- echo " Please rename /etc/mail/greylist.except, the "; \ -- echo " default name is now in /etc/mail/greylist.conf "; \ -- echo " ================================================"; \ -- ) || ${TRUE} -+ ${INSTALL} -m 644 greylist.conf ${SYSCONFDIR}/mail/greylist.conf.sample - - depend: - ${MKDEP} ${CFLAGS} ${SRC} Property changes on: head/mail/milter-greylist/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property