diff options
author | tg <tg@FreeBSD.org> | 2000-04-06 19:51:25 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-04-06 19:51:25 +0800 |
commit | 122b56fa6a50a859488fcbf53e4b7588ab6f12a9 (patch) | |
tree | d326846bac03b6a54741192cbdf18095270d2c81 /lang/python-doc-html/Makefile | |
parent | 76e3ef3545c14fb32faab6c33a2c3903b5f85a95 (diff) | |
download | freebsd-ports-gnome-122b56fa6a50a859488fcbf53e4b7588ab6f12a9.tar.gz freebsd-ports-gnome-122b56fa6a50a859488fcbf53e4b7588ab6f12a9.tar.zst freebsd-ports-gnome-122b56fa6a50a859488fcbf53e4b7588ab6f12a9.zip |
Upgrade to 1.5.2p2.
Diffstat (limited to 'lang/python-doc-html/Makefile')
-rw-r--r-- | lang/python-doc-html/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index b23109fec8eb..74e6317ef416 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: python-doc -# Version required: 1.5.2 +# Version required: 1.5.2p2 # Date created: 12 May 1999 # Whom: Thomas Gellekum <tg@FreeBSD.org> # @@ -9,8 +9,8 @@ DISTNAME= ${DOCFORMAT}-${VERSION} PKGNAME= python-doc-${DOCFORMAT}-${VERSION} CATEGORIES= lang python -MASTER_SITES= ftp://www.python.org/pub/python/doc/1.5.2/ \ - ftp://ftp.cwi.nl/pub/python/doc/1.5.2/ +MASTER_SITES= http://www.python.org/ftp/python/doc/ \ + http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/doc/1.5.2p2/ EXTRACT_SUFX= .tgz MAINTAINER= tg@FreeBSD.org @@ -19,7 +19,7 @@ DIST_SUBDIR= python NO_BUILD= yes PLIST= ${PKGDIR}/PLIST_${DOCFORMAT} -VERSION= 1.5.2 +VERSION= 1.5.2p2 DOCDIR= ${PREFIX}/share/doc/python DOCFORMAT?= html |