mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 12.1.0
- Change RUN_DEPENDS to ensure same-verison twisted dependencies Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.1.0/twisted/mail/topfiles/NEWS
This commit is contained in:
parent
cbd9f72106
commit
c0dd09fda8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299057
2 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= twistedMail
|
||||
PORTVERSION= 12.0.0
|
||||
PORTVERSION= 12.1.0
|
||||
CATEGORIES= mail devel python
|
||||
MASTER_SITES= http://twistedmatrix.com/Releases/Mail/${PORTVERSION:R}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -18,13 +18,13 @@ COMMENT= An SMTP, IMAP and POP protocol implementation with clients and servers
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \
|
||||
${PYTHON_SITELIBDIR}/twisted/names:${PORTSDIR}/dns/py-twistedNames
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore \
|
||||
${PYTHON_PKGNAMEPREFIX}twistedNames>=${PORTVERSION}:${PORTSDIR}/dns/py-twistedNames
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= Twisted_Mail
|
||||
PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (TwistedMail-12.0.0.tar.bz2) = 680ec9964c6a75c89c7470dba4d6423d142549b1fcace0ff19fcb58e1fd88c3c
|
||||
SIZE (TwistedMail-12.0.0.tar.bz2) = 146270
|
||||
SHA256 (TwistedMail-12.1.0.tar.bz2) = 8ad7662c16ba9e4754a842c7f0b723029563901fcf9972611422f24cfc055732
|
||||
SIZE (TwistedMail-12.1.0.tar.bz2) = 146882
|
||||
|
|
Loading…
Add table
Reference in a new issue