diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-06-14 01:12:51 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-06-14 01:12:51 +0000 |
commit | 48eba571dc61d920814b366159d320ef40d3bfd9 (patch) | |
tree | a23c2ee271b2f7bb202d608dc64804cd06e38838 /mail | |
parent | da88cfdca29821cc60a9f8662d9f5ee97e96666e (diff) | |
download | ports-48eba571dc61d920814b366159d320ef40d3bfd9.tar.gz ports-48eba571dc61d920814b366159d320ef40d3bfd9.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tumgreyspf/Makefile | 2 | ||||
-rw-r--r-- | mail/tumgreyspf/distinfo | 6 | ||||
-rw-r--r-- | mail/tumgreyspf/files/patch-tumgreyspfsupp.py | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/mail/tumgreyspf/Makefile b/mail/tumgreyspf/Makefile index f05b13dbbd87..d77006fb3aed 100644 --- a/mail/tumgreyspf/Makefile +++ b/mail/tumgreyspf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tumgreyspf -PORTVERSION= 1.17 +PORTVERSION= 1.19 CATEGORIES= mail MASTER_SITES= ftp://ftp.tummy.com/pub/tummy/tumgreyspf/ \ ftp://ftp.tummy.com/pub/tummy/tumgreyspf/old-releases/ diff --git a/mail/tumgreyspf/distinfo b/mail/tumgreyspf/distinfo index d800d4be0a1a..f2637ef0b5d2 100644 --- a/mail/tumgreyspf/distinfo +++ b/mail/tumgreyspf/distinfo @@ -1,3 +1,3 @@ -MD5 (tumgreyspf-1.17.tar.gz) = af1d53d6a74e9e5acd27eefe4649f33a -SHA256 (tumgreyspf-1.17.tar.gz) = 19662de1318d2280f2a6d5b5405a1099c2b1b3e84c1aa1e7ff52f9cfe29e64b5 -SIZE (tumgreyspf-1.17.tar.gz) = 24609 +MD5 (tumgreyspf-1.19.tar.gz) = 15a9e3f0dd03e4475a7e4967bb02b071 +SHA256 (tumgreyspf-1.19.tar.gz) = 1fef1ede38cebe913c273891b82d22774a7b98114e30193a0cedac733cc5474c +SIZE (tumgreyspf-1.19.tar.gz) = 25902 diff --git a/mail/tumgreyspf/files/patch-tumgreyspfsupp.py b/mail/tumgreyspf/files/patch-tumgreyspfsupp.py index 8c236d6de176..c8f77bf4f162 100644 --- a/mail/tumgreyspf/files/patch-tumgreyspfsupp.py +++ b/mail/tumgreyspf/files/patch-tumgreyspfsupp.py @@ -1,10 +1,10 @@ ---- tumgreyspfsupp.py.orig Thu Feb 2 18:48:25 2006 -+++ tumgreyspfsupp.py Wed Feb 22 10:20:40 2006 -@@ -10,15 +10,15 @@ +--- tumgreyspfsupp.py.orig Tue May 30 07:24:11 2006 ++++ tumgreyspfsupp.py Tue Jun 13 22:00:23 2006 +@@ -9,15 +9,15 @@ # default values --defaultConfigFilename = '/var/local/tumgreyspf/config/tumgreyspf.conf' +-defaultConfigFilename = '/var/local/lib/tumgreyspf/config/tumgreyspf.conf' +defaultConfigFilename = '%%PREFIX%%/etc/tumgreyspf.conf' defaultConfigData = { 'debugLevel' : 0, |