Date: Mon, 11 Apr 2005 11:53:33 +0100 From: Tim Bishop <tim@bishnet.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tim@bishnet.net Subject: ports/79787: [MAINTAINER] mail/gnubiff: Fix pkg-plist Message-ID: <E1DKwXt-000LhO-Ol@pendennis.ukc.ac.uk> Resent-Message-ID: <200504111100.j3BB0hlK087094@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79787 >Category: ports >Synopsis: [MAINTAINER] mail/gnubiff: Fix pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 11 11:00:42 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Sun Jul 18 15:23:54 BST 2004 >Description: Fix pkg-plist. Pointed out by: kris Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gnubiff-2.1.3_1.patch begins here --- Index: Makefile =================================================================== RCS file: /u1/freebsd/cvs/ports/mail/gnubiff/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 8 Apr 2005 12:35:51 -0000 1.15 +++ Makefile 11 Apr 2005 10:51:59 -0000 @@ -7,6 +7,7 @@ PORTNAME= gnubiff PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} Index: pkg-plist =================================================================== RCS file: /u1/freebsd/cvs/ports/mail/gnubiff/pkg-plist,v retrieving revision 1.8 diff -u -r1.8 pkg-plist --- pkg-plist 5 Apr 2005 22:49:23 -0000 1.8 +++ pkg-plist 11 Apr 2005 10:52:49 -0000 @@ -1,4 +1,14 @@ bin/gnubiff +share/locale/de/LC_MESSAGES/gnubiff.mo +share/locale/es/LC_MESSAGES/gnubiff.mo +share/locale/fr/LC_MESSAGES/gnubiff.mo +share/locale/fr_CA/LC_MESSAGES/gnubiff.mo +share/locale/fr_FR/LC_MESSAGES/gnubiff.mo +share/locale/it/LC_MESSAGES/gnubiff.mo +share/locale/nl/LC_MESSAGES/gnubiff.mo +share/locale/ro/LC_MESSAGES/gnubiff.mo +share/locale/sv/LC_MESSAGES/gnubiff.mo +share/locale/vi/LC_MESSAGES/gnubiff.mo %%SHAREDIR%%/gnubiff/applet-gnome.glade %%SHAREDIR%%/gnubiff/applet-gtk.glade %%SHAREDIR%%/gnubiff/authentication.glade @@ -19,6 +29,8 @@ %%SHAREDIR%%/pixmaps/gnubiff.png %%WITH_GNOME%%%%BONOBODIR%%/servers/GNOME_gnubiffApplet.server %%WITH_GNOME%%%%SHAREDIR%%/gnome-2.0/ui/GNOME_gnubiffApplet.xml +@unexec rmdir %D/share/locale/fr_CA/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/fr_CA 2> /dev/null || true @unexec rmdir %D/%%BONOBODIR%%/servers 2> /dev/null || true @unexec rmdir %D/%%BONOBODIR%% 2> /dev/null || true @unexec rmdir %D/%%SHAREDIR%%/gnome-2.0/ui 2> /dev/null || true --- gnubiff-2.1.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DKwXt-000LhO-Ol>