diff options
author | tg <tg@FreeBSD.org> | 2002-01-07 21:26:47 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-01-07 21:26:47 +0800 |
commit | f4c22016679ccf9cd158beea221ddc070c8ab6f3 (patch) | |
tree | 4f1f8e78553365f317d522244a4f0cd0e78ee5b0 /math | |
parent | 96fc308fec18e6cf0047447cf8baf3b5184ae043 (diff) | |
download | freebsd-ports-gnome-f4c22016679ccf9cd158beea221ddc070c8ab6f3.tar.gz freebsd-ports-gnome-f4c22016679ccf9cd158beea221ddc070c8ab6f3.tar.zst freebsd-ports-gnome-f4c22016679ccf9cd158beea221ddc070c8ab6f3.zip |
Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.
PR: 33444
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Add new MD5 to dependent ports.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mpz/Makefile | 4 | ||||
-rw-r--r-- | math/py-mpz/distinfo | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile index 1bf7ec5cb629..d19ef98ae4b1 100644 --- a/math/py-mpz/Makefile +++ b/math/py-mpz/Makefile @@ -15,8 +15,8 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= tg@FreeBSD.org -BUILD_DEPENDS= ${PYDISTUTILS} \ - gmp.3:${PORTSDIR}/math/libgmp +BUILD_DEPENDS= ${PYDISTUTILS} +LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp DIST_SUBDIR= python USE_PYTHON= yes diff --git a/math/py-mpz/distinfo b/math/py-mpz/distinfo index 980587fc3ebb..80c19928df46 100644 --- a/math/py-mpz/distinfo +++ b/math/py-mpz/distinfo @@ -4,3 +4,4 @@ MD5 (python/BeOpen-Python-2.0.tar.gz) = 8c4a64891d3dc6422df2514c603f0c98 MD5 (python/Python-2.0.1.tgz) = 8aa10dcf062723001b852d96e905af79 MD5 (python/Python-2.1.tgz) = 2ba2baeccd6100a4be80e6368a975054 MD5 (python/Python-2.1.1.tgz) = eb34371c49b271abc74b42572883e1b4 +MD5 (python/Python-2.2.tgz) = 87febf0780c8e18454022d34b2ca70a0 |