diff options
author | novel <novel@FreeBSD.org> | 2005-07-16 13:42:10 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-16 13:42:10 +0800 |
commit | caecd4567cafc6be2cdf163591fcda60a8f9b78f (patch) | |
tree | 3e332390615e65beafe7c0c6ffe7ded585ffd27d /mail/py-milter/Makefile | |
parent | ccaaf22f13d72cd29bf2699b07010a1a42a29bfb (diff) | |
download | freebsd-ports-gnome-caecd4567cafc6be2cdf163591fcda60a8f9b78f.tar.gz freebsd-ports-gnome-caecd4567cafc6be2cdf163591fcda60a8f9b78f.tar.zst freebsd-ports-gnome-caecd4567cafc6be2cdf163591fcda60a8f9b78f.zip |
Update to 0.8.1.
PR: 83508
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by: Georg Graf (maintainer)
Diffstat (limited to 'mail/py-milter/Makefile')
-rw-r--r-- | mail/py-milter/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/py-milter/Makefile b/mail/py-milter/Makefile index ae96aeec0358..057754a354ae 100644 --- a/mail/py-milter/Makefile +++ b/mail/py-milter/Makefile @@ -6,10 +6,11 @@ # PORTNAME= milter -PORTVERSION= 0.6.9 -PORTREVISION= 1 +PORTVERSION= 0.8.1 CATEGORIES= mail python -MASTER_SITES= http://www.bmsi.com/python/ +MASTER_SITES= http://www.bmsi.com/python/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= pymilter PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= georg@graf.priv.at |