----- Forwarded message from Jim Razmus <[email protected]> ----- Date: Sun, 17 Nov 2013 09:15:57 -0600 From: Jim Razmus <[email protected]> To: [email protected] Cc: "Craig R. Skinner" <[email protected]> Subject: Update greyscanner to 1.02 User-Agent: Mutt/1.5.21 (2010-09-15)
Hello sthen, I'm rolling an update for greyscanner and just tagged version 1.02. Would you mind mirroring the new distfile? Here's the URL: https://bitbucket.org/bonetruck/greyscanner/downloads/greyscanner-1.02.tgz Would you also mind taking a look at the attached port patch and giving me an OK to commit it? I'm happy to swap the master_site back to your mirror after it's updated. Best regards, jim@ Index: Makefile =================================================================== RCS file: /cvs/ports/mail/greyscanner/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 11 Oct 2013 23:49:56 -0000 1.8 +++ Makefile 17 Nov 2013 15:10:50 -0000 @@ -1,9 +1,8 @@ # $OpenBSD: Makefile,v 1.8 2013/10/11 23:49:56 naddy Exp $ -COMMENT = greytrapping daemon to compliment OpenBSD spamd +COMMENT = greytrapping daemon to complement OpenBSD spamd -DISTNAME = greyscanner-1.01 -REVISION = 1 +DISTNAME = greyscanner-1.02 CATEGORIES = mail HOMEPAGE = https://bitbucket.org/bonetruck/greyscanner/ @@ -12,13 +11,11 @@ MAINTAINER = Jim Razmus II <jim@openbsd. # BSD PERMIT_PACKAGE_CDROM = Yes -#MASTER_SITES = https://bitbucket.org/bonetruck/greyscanner/get/ -MASTER_SITES = http://spacehopper.org/mirrors/ +MASTER_SITES = https://bitbucket.org/bonetruck/greyscanner/downloads/ +#MASTER_SITES = http://spacehopper.org/mirrors/ RUN_DEPENDS = mail/p5-Email-Valid \ net/p5-Net-DNS - -WRKDIST = ${WRKDIR}/greyscanner NO_BUILD = Yes NO_TEST = Yes Index: distinfo =================================================================== RCS file: /cvs/ports/mail/greyscanner/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 11 Jun 2009 22:27:29 -0000 1.1.1.1 +++ distinfo 17 Nov 2013 15:10:50 -0000 @@ -1,5 +1,2 @@ -MD5 (greyscanner-1.01.tar.gz) = Wl9/U5LZ1G8dMK7uPQonHw== -RMD160 (greyscanner-1.01.tar.gz) = 7dEGEdENPb4XvxKy94L3YanYUGk= -SHA1 (greyscanner-1.01.tar.gz) = UDsamjm4fKxyF/bOvmiyjqLquM4= -SHA256 (greyscanner-1.01.tar.gz) = sR8TI8ORWLTcvIKVwZBA2pCmdnjC5nbYkfEiwDBbUJs= -SIZE (greyscanner-1.01.tar.gz) = 6831 +SHA256 (greyscanner-1.02.tar.gz) = +VUp/IRTWFVqVpZ9s4tYyy+zmo3XYixD1m6iYSKVSwg= +SIZE (greyscanner-1.02.tar.gz) = 6919 ----- End forwarded message ----- -- Craig Skinner | http://twitter.com/Craig_Skinner | http://linkd.in/yGqkv7
