diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 08:43:26 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 08:43:26 +0000 |
commit | 16bef451f726a5966898b5d3e1ddf95dec0a4b12 (patch) | |
tree | 3f359a280a728ae7b35b5a8eac47e1eff8f2bbb7 /www/libghttp/Makefile | |
parent | 9f195cee53723b4acc03ffdcc58a975ac91b6939 (diff) | |
download | ports-16bef451f726a5966898b5d3e1ddf95dec0a4b12.tar.gz ports-16bef451f726a5966898b5d3e1ddf95dec0a4b12.zip |
Notes
Diffstat (limited to 'www/libghttp/Makefile')
-rw-r--r-- | www/libghttp/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index b9675a632193..b39696697b62 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -1,15 +1,17 @@ # New ports collection makefile for: libghttp -# Version required: 0.99 +# Version required: 0.99.2 # Date Created: 24 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/23 19:14:23 vanilla Exp $ # -DISTNAME= libghttp-0.99 +DISTNAME= libghttp-0.99.2 CATEGORIES= www -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ +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 |