diff options
author | wiz <wiz> | 2005-05-25 11:14:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-05-25 11:14:59 +0000 |
commit | 9338ae79096ba87bbc8f0925483e40dda3ef4399 (patch) | |
tree | 087c07b0208b6508fbd456418155cd856722ff1c /net | |
parent | 0beac3e5b2912c57f63c70001fce1c41fde126c5 (diff) | |
download | pkgsrc-9338ae79096ba87bbc8f0925483e40dda3ef4399.tar.gz |
Do not install unused directory. Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/soup/Makefile | 4 | ||||
-rw-r--r-- | net/soup/PLIST | 4 | ||||
-rw-r--r-- | net/soup/distinfo | 4 | ||||
-rw-r--r-- | net/soup/patches/patch-ab | 15 |
4 files changed, 18 insertions, 9 deletions
diff --git a/net/soup/Makefile b/net/soup/Makefile index 29fa167499f..477a6757f57 100644 --- a/net/soup/Makefile +++ b/net/soup/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:47:00 tv Exp $ +# $NetBSD: Makefile,v 1.23 2005/05/25 11:14:59 wiz Exp $ DISTNAME= soup-0.7.11 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/soup/0.7/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/soup/PLIST b/net/soup/PLIST index 5034ef939c1..ae65ccdb894 100644 --- a/net/soup/PLIST +++ b/net/soup/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:48 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/05/25 11:14:59 wiz Exp $ bin/soup-config bin/soup-httpd bin/soup-ssl-proxy @@ -37,8 +37,6 @@ lib/soupConf.sh lib/soup_apacheConf.sh lib/soup_wsdlConf.sh share/aclocal/soup.m4 -@exec ${MKDIR} %D/share/gtk-doc/html/soup -@dirrm share/gtk-doc/html/soup @dirrm include/soup/libwsdl @dirrm include/soup/libsoup @dirrm include/soup diff --git a/net/soup/distinfo b/net/soup/distinfo index 38ed76fb05d..4496fd07668 100644 --- a/net/soup/distinfo +++ b/net/soup/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.9 2005/04/27 15:00:26 wiz Exp $ +$NetBSD: distinfo,v 1.10 2005/05/25 11:14:59 wiz Exp $ SHA1 (soup-0.7.11.tar.bz2) = 47b185b57311053eb8a30c655981b7136c228923 RMD160 (soup-0.7.11.tar.bz2) = d63a0af5a4739a6e529bd797e5cb570e872b6d6b Size (soup-0.7.11.tar.bz2) = 323824 bytes SHA1 (patch-aa) = de13b122ace8ef9a4abd2d860ca4d2e99483df74 -SHA1 (patch-ab) = 4a1ec8c278a3b1cc0343dc3edca2f7dec8d25583 +SHA1 (patch-ab) = b3cfa97b17d2f5f630e08f3e4e13f94e2d02e149 SHA1 (patch-ac) = da73ee261bd8e4247738d99210a2ed12c0315a13 SHA1 (patch-ad) = 5d14207d9b8f6c634016f098f876c66438ebdabf SHA1 (patch-ae) = 9f33467fae553b666fb9890197fd7b15dde78722 diff --git a/net/soup/patches/patch-ab b/net/soup/patches/patch-ab index 404b0278217..70fa2597de4 100644 --- a/net/soup/patches/patch-ab +++ b/net/soup/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.1 2003/01/13 14:36:53 jmmv Exp $ +$NetBSD: patch-ab,v 1.2 2005/05/25 11:14:59 wiz Exp $ ---- docs/reference/Makefile.in.orig Mon Jan 13 15:00:33 2003 +--- docs/reference/Makefile.in.orig 2003-01-02 20:11:22.000000000 +0100 +++ docs/reference/Makefile.in @@ -292,6 +292,7 @@ mostlyclean-generic distclean-generic cl maintainer-clean-generic clean mostlyclean distclean maintainer-clean @@ -10,3 +10,14 @@ $NetBSD: patch-ab,v 1.1 2003/01/13 14:36:53 jmmv Exp $ @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp #### scan #### +@@ -345,7 +346,9 @@ clean-local: + maintainer-clean-local: clean + cd $(srcdir) && rm -rf tmpl sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt $(DOC_MODULE)-unused.txt $(DOC_MODULE)-undocumented.txt + +-install-data-local: ++@ENABLE_GTK_DOC_FALSE@install-data-local: ++@ENABLE_GTK_DOC_FALSE@do-not-install-data-local: ++@ENABLE_GTK_DOC_TRUE@install-data-local: + $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) + (installfiles=`echo $(srcdir)/html/*.html`; \ + if test "$$installfiles" = '$(srcdir)/html/*.html'; \ |