Date: Sat, 20 Dec 2008 23:40:58 +0100 (CET) From: Romain Tartiere <romain@blogreen.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/129801: [update] Fix typo in devel/viewvc Message-ID: <20081220224058.5B28E5C10F@marvin.blogreen.org> Resent-Message-ID: <200812202310.mBKNA1P4068167@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129801 >Category: ports >Synopsis: [update] Fix typo in devel/viewvc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Dec 20 23:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Romain Tartiere >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD marvin.blogreen.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Thu Dec 11 13:17:38 CET 2008 root@marvin.blogreen.org:/usr/obj/usr/src/sys/MARVIN i386 >Description: The pkg-message file has a typo. >How-To-Repeat: >Fix: --- viewvc.diff begins here --- diff -ruN /var/cache/portshaker/freebsd/devel/viewvc/files/pkg-message.in devel/viewvc/files/pkg-message.in --- /var/cache/portshaker/freebsd/devel/viewvc/files/pkg-message.in 2008-08-19 23:59:23.000000000 +0200 +++ devel/viewvc/files/pkg-message.in 2008-11-12 12:01:02.770367000 +0100 @@ -23,7 +23,7 @@ Example config lines for Apache ================================== Alias /viewvc "%%PREFIX%%/viewvc/bin/cgi/" - <Directory "%%PRFIX%%/viewvc/bin/cgi"> + <Directory "%%PREFIX%%/viewvc/bin/cgi"> Options NONE +ExecCGI DirectoryIndex /viewvc/viewvc.cgi Order allow,deny --- viewvc.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?20081220224058.5B28E5C10F>