diff options
Diffstat (limited to 'x11/controlcenter')
-rw-r--r-- | x11/controlcenter/Makefile | 4 | ||||
-rw-r--r-- | x11/controlcenter/distinfo | 3 | ||||
-rw-r--r-- | x11/controlcenter/patches/patch-ad | 13 |
3 files changed, 3 insertions, 17 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile index 13a23b288b7..5c361cbc129 100644 --- a/x11/controlcenter/Makefile +++ b/x11/controlcenter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2004/03/16 09:48:22 tron Exp $ +# $NetBSD: Makefile,v 1.57 2004/03/16 14:04:44 tron Exp $ DISTNAME= control-center-1.4.0.4 -PKGREVISION= 7 +PKGREVISION= 6 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/1.4/} diff --git a/x11/controlcenter/distinfo b/x11/controlcenter/distinfo index 5a1df8e469c..d7dd6bd9907 100644 --- a/x11/controlcenter/distinfo +++ b/x11/controlcenter/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.8 2004/03/16 09:48:22 tron Exp $ +$NetBSD: distinfo,v 1.9 2004/03/16 14:04:44 tron Exp $ SHA1 (control-center-1.4.0.4.tar.gz) = 7f18cbcdadcebfc967d4a9abac7804d513d4298f Size (control-center-1.4.0.4.tar.gz) = 3567130 bytes SHA1 (patch-aa) = 423ad6c931885f1975311b8cc90d9de636e9c808 SHA1 (patch-ab) = 64b3fdd656ba029a092086d040c48c55679edfd9 SHA1 (patch-ac) = 2fc67976315b8a203233e71d1f311f3e097aa499 -SHA1 (patch-ad) = 54d5f2e7b9a5d40312ab4fbe44abd1fbfb213c44 SHA1 (patch-af) = fa276788e2ff16fd82674c7031b8ed806cc37ddf diff --git a/x11/controlcenter/patches/patch-ad b/x11/controlcenter/patches/patch-ad deleted file mode 100644 index e0afa70d22b..00000000000 --- a/x11/controlcenter/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.5 2004/03/16 09:48:45 tron Exp $ - ---- po/Makefile.in.in.orig Sun Feb 10 22:36:46 2002 -+++ po/Makefile.in.in Tue Mar 16 10:14:36 2004 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed -e 's/\.gmo$$//' -e 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ |