diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-14 16:53:38 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-14 16:53:38 +0000 |
commit | 19ca39a57249270ea8a5b173bfa0abb08df9ab9e (patch) | |
tree | 5a3fad449e535c6a962901bf1e6177e23f8061c3 /graphics/imlib/Makefile | |
parent | 7592e932d6a73d11851118ca2f9313581a672abe (diff) | |
download | ports-19ca39a57249270ea8a5b173bfa0abb08df9ab9e.tar.gz ports-19ca39a57249270ea8a5b173bfa0abb08df9ab9e.zip |
Upgrade to 1.9.0.
Notes
Notes:
svn path=/head/; revision=16038
Diffstat (limited to 'graphics/imlib/Makefile')
-rw-r--r-- | graphics/imlib/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 640bcddbffc9..18378094f59c 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,18 +1,17 @@ # New ports collection makefile for: imlib -# Version required: 1.8.2 +# Version required: 1.9.0 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.38 1998/12/26 19:54:26 vanilla Exp $ +# $Id: Makefile,v 1.39 1999/01/04 08:43:07 vanilla Exp $ # -DISTNAME= imlib-1.8.2 +DISTNAME= imlib-1.9.0 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ -#MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ -# ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ -# ftp://ftp.labs.redhat.com/pub/imlib/TAR/ +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \ + ftp://ftp.geo.net/pub/gnome/sources/latest/ \ + ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/latest/ MAINTAINER= vanilla@FreeBSD.ORG |