Date: Thu, 20 Nov 2003 15:25:46 +0100 From: "Clement Laforet" <sheepkiller@cultdeadsheep.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Clement Laforet <sheepkiller@cultdeadsheep.org> Subject: ports/59508: [bento fix] textproc/highlight: fix pkg-plist Message-ID: <20031120142620.1BF1B43FA3@mx1.FreeBSD.org> Resent-Message-ID: <200311201430.hAKEUE0g065445@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 59508 >Category: ports >Synopsis: [bento fix] textproc/highlight: fix pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 20 06:30:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.1-CURRENT i386 >Organization: cotds.org >Environment: System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Nov 18 23:10:46 CET 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386 >Description: Fix typo in pkg-plist Do we really need to bump PORTREVISION ? >How-To-Repeat: http://bento.freebsd.org/errorlogs/i386-5-latest/highlight-2.0d12.log >Fix: --- highlight.diff begins here --- Index: highlight/pkg-plist =================================================================== RCS file: /WORK/REPO/FreeBSD/ports/textproc/highlight/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- highlight/pkg-plist 13 Nov 2003 21:56:07 -0000 1.4 +++ highlight/pkg-plist 20 Nov 2003 14:22:48 -0000 @@ -107,7 +107,8 @@ %%DATADIR%%/themes/matlab.style %%DATADIR%%/themes/navy.style %%DATADIR%%/themes/neon.style -%%DATADIR%%/themes/neon2.style %%DATADIR%%/themes/night.style +%%DATADIR%%/themes/neon2.style +%%DATADIR%%/themes/night.style %%DATADIR%%/themes/nightvision.style %%DATADIR%%/themes/peachy.style %%DATADIR%%/themes/print.style --- highlight.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031120142620.1BF1B43FA3>