- Update to 3.0.1
- portlint(1)
This commit is contained in:
parent
5d95200aa4
commit
2c26133747
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157368
2 changed files with 8 additions and 18 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue