diff options
author | mnag <mnag@FreeBSD.org> | 2006-03-16 11:25:19 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-03-16 11:25:19 +0800 |
commit | 6fb340fddb16125a9bdd85118d413c441e70576e (patch) | |
tree | 0896a0f27d01d0cfc54eb24b04765b650932bb46 /mail/py-email | |
parent | 86f9acd3bfa394909175efbe10a2f3169165f8be (diff) | |
download | freebsd-ports-gnome-6fb340fddb16125a9bdd85118d413c441e70576e.tar.gz freebsd-ports-gnome-6fb340fddb16125a9bdd85118d413c441e70576e.tar.zst freebsd-ports-gnome-6fb340fddb16125a9bdd85118d413c441e70576e.zip |
- Update to 3.0.1
- portlint(1)
Diffstat (limited to 'mail/py-email')
-rw-r--r-- | mail/py-email/Makefile | 20 | ||||
-rw-r--r-- | mail/py-email/distinfo | 6 |
2 files changed, 8 insertions, 18 deletions
diff --git a/mail/py-email/Makefile b/mail/py-email/Makefile index a431b77eb9ac..4c7b58eee98c 100644 --- a/mail/py-email/Makefile +++ b/mail/py-email/Makefile @@ -6,9 +6,9 @@ # PORTNAME= email -PORTVERSION= 3.0 +PORTVERSION= 3.0.1 CATEGORIES= mail python -MASTER_SITES= http://www.python.org/ftp/python/contrib/ +MASTER_SITES= http://cheeseshop.python.org/packages/source/e/email/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= email-${PORTVERSION} @@ -16,19 +16,9 @@ MAINTAINER= mnag@FreeBSD.org COMMENT= Email package for Python 2.3 or upper DIST_SUBDIR= python -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USE_PYTHON= 2.3+ +USE_PYDISTUTILS= yes CONFLICTS= py*-mimelib-2.* py*-email-2.* -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} >= 240 -IGNORE= Python 2.4 or upper don't need this port -.else -.if ${PYTHON_REL} < 230 -IGNORE= For your Python version use ${PORTSDIR}/mail/${PORTNAME}2 -.endif -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/py-email/distinfo b/mail/py-email/distinfo index 028e80c52761..ebf6df65911d 100644 --- a/mail/py-email/distinfo +++ b/mail/py-email/distinfo @@ -1,3 +1,3 @@ -MD5 (python/email-3.0.tar.gz) = 7f3839d4e1b2cb615e6323acdfba050b -SHA256 (python/email-3.0.tar.gz) = 7c2ec786c731d519e5560d91a36eaafa0aa3eaa1459dc36753c4b8f8e528023d -SIZE (python/email-3.0.tar.gz) = 1053472 +MD5 (python/email-3.0.1.tar.gz) = e175bec800504a385271f0c94d051d2a +SHA256 (python/email-3.0.1.tar.gz) = c82c965656cf20248a28647b21b3378e936b55547dd995f7624e12b90c2c87ea +SIZE (python/email-3.0.1.tar.gz) = 257153 |