diff options
author | tg <tg@FreeBSD.org> | 1998-08-07 15:48:16 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-08-07 15:48:16 +0800 |
commit | 14ee3fe1d7bcde5feb5c358ea98c7f9fa1a2244e (patch) | |
tree | 880f520286085ce29db1c3769255551ff550d345 /x11-toolkits/py-gtk2/Makefile | |
parent | 230bdb10d9d1cad94bec814a739f7f7372ddc821 (diff) | |
download | freebsd-ports-gnome-14ee3fe1d7bcde5feb5c358ea98c7f9fa1a2244e.tar.gz freebsd-ports-gnome-14ee3fe1d7bcde5feb5c358ea98c7f9fa1a2244e.tar.zst freebsd-ports-gnome-14ee3fe1d7bcde5feb5c358ea98c7f9fa1a2244e.zip |
Upgrade to 0.4.5.
Diffstat (limited to 'x11-toolkits/py-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 2d3053a5ded9..81a25669493a 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -1,20 +1,21 @@ # New ports collection makefile for: pygtk -# Version required: 0.4.4 +# Version required: 0.4.5 # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/06/30 07:43:02 tg Exp $ +# $Id: Makefile,v 1.5 1998/07/06 11:22:33 tg Exp $ # -DISTNAME= pygtk-0.4.4 -PKGNAME= py-gtk-0.4.4 +DISTNAME= pygtk-0.4.5 +PKGNAME= py-gtk-0.4.5 CATEGORIES= x11 python -MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/python/ \ +MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ + ftp://ftp.gimp.org/pub/gtk/python/ \ ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/python/ \ ftp://stef.u-picardie.fr/mirror/ftp.gimp.org/gtk/python/ -MAINTAINER= tg@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python |