Index: head/mail/rblcheck/Makefile =================================================================== --- head/mail/rblcheck/Makefile (revision 58523) +++ head/mail/rblcheck/Makefile (revision 58524) @@ -1,35 +1,36 @@ # New ports collection makefile for: rblcheck # Date created: 28 January 1998 # Whom: itojun@itojun.org # # $FreeBSD$ # PORTNAME= rblcheck PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= moro@remus.dti.ne.jp USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} do-install: @${INSTALL_SCRIPT} ${WRKSRC}/rbl ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${PREFIX}/bin @${INSTALL_DATA} ${FILESDIR}/rblcheckrc.sample ${PREFIX}/etc .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in AUTHORS COPYING ChangeLog INSTALL NEWS README @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/rblcheck/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/mail/rblcheck/files/rblcheckrc.sample =================================================================== --- head/mail/rblcheck/files/rblcheckrc.sample (revision 58523) +++ head/mail/rblcheck/files/rblcheckrc.sample (revision 58524) @@ -1,9 +1,7 @@ -s dev.null.dk -s blackholes.mail-abuse.org -s relays.mail-abuse.org -s dialups.mail-abuse.org --s 3y.spam.mrs.kithrup.com --s or.orbl.org --s orbz.gst-group.co.uk --s manual.orbz.gst-group.co.uk -s relays.ordb.org +-s list.dsbl.org +-s multihop.dsbl.org Property changes on: head/mail/rblcheck/files/rblcheckrc.sample ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property