diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-23 20:29:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-23 20:29:05 +0000 |
commit | b2528d992a5bb5f5e905461f3838f272b004984f (patch) | |
tree | 829142cf1e2d8db4538ccf38668fa01293bb17ae | |
parent | Update to 1.3. (diff) |
Update MASTER_SITES for 2.3 -> 2.4.
-rw-r--r-- | accessibility/atk/Makefile | 2 | ||||
-rw-r--r-- | devel/glib20/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 107c9cf45786..f3ee2481e754 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -9,7 +9,7 @@ PORTNAME= atk PORTVERSION= 1.8.0 CATEGORIES= accessibility devel MASTER_SITES= ${MASTER_SITE_GNOME} \ - ftp://ftp.gtk.org/pub/gtk/v2.3/ + ftp://ftp.gtk.org/pub/gtk/v2.4/ MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8 DIST_SUBDIR= gnome2 diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 3e662e9e88d8..1b2a139341b9 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -9,7 +9,7 @@ PORTNAME= glib PORTVERSION= 2.4.8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.4,} \ - ftp://ftp.gtk.org/pub/gtk/v2.3/ \ + ftp://ftp.gtk.org/pub/gtk/v2.4/ \ ftp://ftp.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ http://www.ameth.org/gimp/%SUBDIR%/ \ |