diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-25 02:38:27 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-25 02:38:27 +0000 |
commit | e6d5cbb2073c65a51552e8a53137401c5592a5ab (patch) | |
tree | d22e2c2dcedadb6931813bff0791481d100ea737 /www/libghttp | |
parent | Update 1.0.3 -> 1.0.4 (diff) |
Update 0.99.2 -> 1.0.2
Notes
Notes:
svn path=/head/; revision=17390
Diffstat (limited to 'www/libghttp')
-rw-r--r-- | www/libghttp/Makefile | 6 | ||||
-rw-r--r-- | www/libghttp/distinfo | 2 | ||||
-rw-r--r-- | www/libghttp/files/patch-ab | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index b675aecca4b9..de9391d689e9 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libghttp -# Version required: 0.99.2 +# Version required: 1.0.2 # Date Created: 24 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1999/01/31 17:11:22 vanilla Exp $ +# $Id: Makefile,v 1.5 1999/03/09 01:09:04 nectar Exp $ # -DISTNAME= libghttp-0.99.2 +DISTNAME= libghttp-1.0.2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= gnome-1.0/sources diff --git a/www/libghttp/distinfo b/www/libghttp/distinfo index 30329fe8ff22..b3a0d6ef3314 100644 --- a/www/libghttp/distinfo +++ b/www/libghttp/distinfo @@ -1 +1 @@ -MD5 (libghttp-0.99.2.tar.gz) = 280a55e8813b3a281b604257631d719a +MD5 (libghttp-1.0.2.tar.gz) = a6e9688214d37f130234239cf410f7a0 diff --git a/www/libghttp/files/patch-ab b/www/libghttp/files/patch-ab deleted file mode 100644 index cfdbab52a317..000000000000 --- a/www/libghttp/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- 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:2:99 -+libghttp_la_LDFLAGS = -version-info 0:2:0 - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_CLEAN_FILES = |