Date: Sun, 11 Mar 2007 09:52:45 +0800 (CST) From: Li-Wen Hsu <lwhsu@lwhsu.org> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@freebsd.org, lwhsu@lwhsu.org Subject: [PATCH] textproc/intltool: add OrigTree stuff into pkg-plist Message-ID: <200703110152.l2B1qjYJ020993@jail0.lwhsu.csie.net>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Li-Wen Hsu >Organization: >Confidential: no >Synopsis: [PATCH] textproc/intltool: add OrigTree stuff into pkg-plist >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.2-STABLE i386 >Environment: System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007 >Description: - Add OrigTree stuff into pkg-plist - Bump PORTREVISION Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- intltool-0.35.5_2.patch begins here --- diff -ruN -ruN --exclude=CVS /usr/ports/textproc/intltool/Makefile /home/lwhsu/ports/textproc/intltool/Makefile --- /usr/ports/textproc/intltool/Makefile Thu Mar 8 10:55:59 2007 +++ /home/lwhsu/ports/textproc/intltool/Makefile Sun Mar 11 09:41:57 2007 @@ -7,7 +7,7 @@ PORTNAME= intltool PORTVERSION= 0.35.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.35 diff -ruN -ruN --exclude=CVS /usr/ports/textproc/intltool/pkg-plist /home/lwhsu/ports/textproc/intltool/pkg-plist --- /usr/ports/textproc/intltool/pkg-plist Sun Feb 25 08:50:32 2007 +++ /home/lwhsu/ports/textproc/intltool/pkg-plist Sun Mar 11 09:47:34 2007 @@ -8,4 +8,8 @@ %%DATADIR%%/intltool-extract.in %%DATADIR%%/intltool-merge.in %%DATADIR%%/intltool-update.in +%%DATADIR%%/XML/Parser/Style/OrigTree.pm +@dirrm %%DATADIR%%/XML/Parser/Style +@dirrm %%DATADIR%%/XML/Parser +@dirrm %%DATADIR%%/XML @dirrm %%DATADIR%% --- intltool-0.35.5_2.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703110152.l2B1qjYJ020993>