diff options
-rw-r--r-- | www/libghttp/Makefile | 12 | ||||
-rw-r--r-- | www/libghttp/distinfo | 2 | ||||
-rw-r--r-- | www/libghttp/files/patch-ab | 8 | ||||
-rw-r--r-- | www/libghttp/pkg-plist | 2 |
4 files changed, 13 insertions, 11 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 diff --git a/www/libghttp/distinfo b/www/libghttp/distinfo index 4a265278dbf7..30329fe8ff22 100644 --- a/www/libghttp/distinfo +++ b/www/libghttp/distinfo @@ -1 +1 @@ -MD5 (libghttp-0.99.tar.gz) = ec980b58739978a655f9334b1f685bcc +MD5 (libghttp-0.99.2.tar.gz) = 280a55e8813b3a281b604257631d719a diff --git a/www/libghttp/files/patch-ab b/www/libghttp/files/patch-ab index aaa6fe58d9da..cfdbab52a317 100644 --- a/www/libghttp/files/patch-ab +++ b/www/libghttp/files/patch-ab @@ -1,11 +1,11 @@ ---- Makefile.in.orig Thu Dec 24 01:26:33 1998 -+++ Makefile.in Thu Dec 24 01:26:47 1998 +--- Makefile.in.orig Sun Jan 17 16:17:27 1999 ++++ Makefile.in Sun Jan 17 16:17:38 1999 @@ -93,7 +93,7 @@ ghttp.h \ ghttp_constants.h --libghttp_la_LDFLAGS = -version-info 99:0:99 -+libghttp_la_LDFLAGS = -version-info 0:1:0 +-libghttp_la_LDFLAGS = -version-info 99:2:99 ++libghttp_la_LDFLAGS = -version-info 0:2:0 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = diff --git a/www/libghttp/pkg-plist b/www/libghttp/pkg-plist index 374f2ab47001..75e148de753f 100644 --- a/www/libghttp/pkg-plist +++ b/www/libghttp/pkg-plist @@ -3,6 +3,6 @@ include/ghttp_constants.h lib/libghttp.a lib/libghttp.la lib/libghttp.so -lib/libghttp.so.0.1 +lib/libghttp.so.0.2 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |