diff options
author | rh <rh> | 2000-11-25 17:22:15 +0000 |
---|---|---|
committer | rh <rh> | 2000-11-25 17:22:15 +0000 |
commit | ca8197d77bb7e34fadc76e7307afb03fc17d49db (patch) | |
tree | 49f3f783a7265d65d986ddbd74f9a83d6f7baa4a /www/libghttp | |
parent | acbcc9d8dfd30f06ac83c38cf7f407da80867a73 (diff) | |
download | pkgsrc-ca8197d77bb7e34fadc76e7307afb03fc17d49db.tar.gz |
Update libghttp to 1.0.7. This version just adds a ghttpConf.sh script for
gnome auto-detection.
Diffstat (limited to 'www/libghttp')
-rw-r--r-- | www/libghttp/Makefile | 8 | ||||
-rw-r--r-- | www/libghttp/files/md5 | 4 | ||||
-rw-r--r-- | www/libghttp/pkg/PLIST | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index 0d07619c791..7dbcb4b24a8 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2000/06/20 23:33:16 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/11/25 17:22:15 rh Exp $ -DISTNAME= libghttp-1.0.6 +DISTNAME= libghttp-1.0.7 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libghttp/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +GNU_CONFIGURE= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" diff --git a/www/libghttp/files/md5 b/www/libghttp/files/md5 index b961b6a9ab2..a8b37dde7cb 100644 --- a/www/libghttp/files/md5 +++ b/www/libghttp/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/05/30 21:06:02 drochner Exp $ +$NetBSD: md5,v 1.3 2000/11/25 17:22:16 rh Exp $ -MD5 (libghttp-1.0.6.tar.gz) = f9428c3f6828e546697b6353e2653095 +MD5 (libghttp-1.0.7.tar.gz) = 7d93355b365efc34c3a146567def0d78 diff --git a/www/libghttp/pkg/PLIST b/www/libghttp/pkg/PLIST index f01deef2b07..4dac80e86bc 100644 --- a/www/libghttp/pkg/PLIST +++ b/www/libghttp/pkg/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2000/06/20 23:33:17 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/11/25 17:22:16 rh Exp $ include/ghttp.h include/ghttp_constants.h +lib/ghttpConf.sh lib/libghttp.a lib/libghttp.la lib/libghttp.so.1.0 |