diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-06 10:12:40 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-06 10:12:40 +0000 |
commit | 969ba8e62920d419aa9cbe3281622b16bdb50e77 (patch) | |
tree | 61bbc4e33e894f7703b6129a324b2e6974baa703 /graphics/py-imaging | |
parent | c517c6c3e30b747adc472584f0567179195d1fa2 (diff) | |
download | ports-969ba8e62920d419aa9cbe3281622b16bdb50e77.tar.gz ports-969ba8e62920d419aa9cbe3281622b16bdb50e77.zip |
Hm, I thought I committed this before...
Upgrade to latest distfile and python-1.5.2.
Notes
Notes:
svn path=/head/; revision=18540
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r-- | graphics/py-imaging/Makefile | 10 | ||||
-rw-r--r-- | graphics/py-imaging/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 65fe14151956..b48b2acee792 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -3,7 +3,7 @@ # Date created: 02 November 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/11/16 08:52:11 tg Exp $ +# $Id: Makefile,v 1.4 1999/02/02 08:04:14 asami Exp $ # DISTNAME= Imaging-0.3b2 @@ -12,7 +12,7 @@ CATEGORIES= graphics python MASTER_SITES= http://www.pythonware.com/downloads/ \ ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pyth151.tgz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} py152.tgz MAINTAINER= tg@FreeBSD.ORG @@ -36,9 +36,9 @@ TKINTERORIG= ${PYTHONSCRIPTDIR}/lib-dynload/_tkinter.so post-extract: @(cd ${WRKDIR}; ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${_DISTDIR}/pyth151.tgz ${EXTRACT_AFTER_ARGS} \ - Python-1.5.1/Modules/_tkinter.c Python-1.5.1/Modules/tkappinit.c) - @${MV} ${WRKDIR}/Python-1.5.1/Modules/* ${WRKSRC}/.. + ${_DISTDIR}/py152.tgz ${EXTRACT_AFTER_ARGS} \ + Python-1.5.2/Modules/_tkinter.c Python-1.5.2/Modules/tkappinit.c) + @${MV} ${WRKDIR}/Python-1.5.2/Modules/* ${WRKSRC}/.. @${CP} ${FILESDIR}/Setup ${WRKSRC}/.. post-configure: diff --git a/graphics/py-imaging/distinfo b/graphics/py-imaging/distinfo index bc39b5b36498..36331339b929 100644 --- a/graphics/py-imaging/distinfo +++ b/graphics/py-imaging/distinfo @@ -1,2 +1,2 @@ MD5 (python/Imaging-0.3b2.tar.gz) = 843b3cd31b1a7f7acfc651630c8862bd -MD5 (python/pyth151.tgz) = eb8ef6e37e543058a2d47996ecf62427 +MD5 (python/py152.tgz) = e9d677ae6d5a3efc6937627ed8a3e752 |