ports/162689: devel/websvn Recreate plist and handle config files properly
Chris Rees
crees at FreeBSD.org
Sun Nov 20 13:20:07 UTC 2011
>Number: 162689
>Category: ports
>Synopsis: devel/websvn Recreate plist and handle config files properly
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Nov 20 13:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Chris Rees
>Release: FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #4 r220774: Mon Apr 18 13:56:14 UTC 2011 simon at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386
>Description:
In ports/71694 ahze@ replaced the plist with an automatically generated one, for reasons he didn't specify. I've CC'd him to see if he had a reason that overrides my concern.
I've corrected the pkg-message to suggest editing the correct config file (include/config.php) and added code to the Makefile and plist to copy over the distconf.php file to config.php if it doesn't exist. This also brings back the plist, however the plist is normally only auto-generated if the port is likely to change it on install or it's huge, neither of which is the case here.
>How-To-Repeat:
>Fix:
--- websvn.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/websvn/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile 8 Feb 2011 00:09:23 -0000 1.15
+++ Makefile 20 Nov 2011 13:09:16 -0000
@@ -16,26 +16,24 @@
USE_PHP= iconv pcre xml
NO_BUILD= yes
-WEBSVNDIR?= www/${PORTNAME}
-PLIST= ${WRKDIR}/pkg-plist
+WEBSVNDIR?= ${WWWDIR_REL}
SUB_FILES= pkg-message
SUB_LIST+= WEBSVNDIR="${WEBSVNDIR}"
-
-pre-install:
- @cd ${WRKSRC} && ${FIND} -s * -type f | \
- ${SED} -e 's|^|${WEBSVNDIR}/|' > ${PLIST} \
- && ${FIND} -d * -type d | \
- ${SED} -e 's|^|@dirrm ${WEBSVNDIR}/|' >> ${PLIST} \
- && ${ECHO_CMD} @dirrm ${WEBSVNDIR} >> ${PLIST}
+PLIST_SUB+= WEBSVNDIR="${WEBSVNDIR}"
do-install:
${MKDIR} ${PREFIX}/${WEBSVNDIR}
- ${CP} -R ${WRKSRC}/* ${PREFIX}/${WEBSVNDIR}
+ (cd ${WRKSRC} \
+ && ${COPYTREE_SHARE} \* ${PREFIX}/${WEBSVNDIR})
${CHOWN} -R www:www ${PREFIX}/${WEBSVNDIR}
- ${FIND} ${PREFIX}/${WEBSVNDIR} -type f | ${XARGS} ${CHMOD} 644
+ ${FIND} ${PREFIX}/${WEBSVNDIR} -type f -exec ${CHMOD} 644 '{}' +
post-install:
@${CAT} ${PKGMESSAGE}
+ @[ -f ${PREFIX}/${WEBSVNDIR}/include/config.php ] \
+ || ${INSTALL_DATA} \
+ ${PREFIX}/${WEBSVNDIR}/include/distconfig.php \
+ ${PREFIX}/${WEBSVNDIR}/include/config.php
.include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg-plist 20 Nov 2011 13:09:16 -0000
@@ -0,0 +1,443 @@
+%%WEBSVNDIR%%/blame.php
+%%WEBSVNDIR%%/cache/tmp
+%%WEBSVNDIR%%/changes.txt
+%%WEBSVNDIR%%/comp.php
+%%WEBSVNDIR%%/diff.php
+%%WEBSVNDIR%%/dl.php
+%%WEBSVNDIR%%/doc/install.html
+%%WEBSVNDIR%%/doc/style.css
+%%WEBSVNDIR%%/doc/templates.html
+%%WEBSVNDIR%%/filedetails.php
+%%WEBSVNDIR%%/include/accessfile.php
+%%WEBSVNDIR%%/include/auth.php
+%%WEBSVNDIR%%/include/bugtraq.php
+%%WEBSVNDIR%%/include/command.php
+%%WEBSVNDIR%%/include/configclass.php
+%%WEBSVNDIR%%/include/diff_inc.php
+%%WEBSVNDIR%%/include/diff_util.php
+ at unexec cmp -s %D/%%WEBSVNDIR%%/include/distconfig.php %D/%%WWWDIR%%/include/config.php && rm -f %D/%%WWWDIR%%/include/config.php || true
+%%WEBSVNDIR%%/include/distconfig.php
+ at exec [ -f %D/%%WEBSVNDIR%%/include/config.php ] || cp -p %D/%F %B/config.php
+%%WEBSVNDIR%%/include/header
+%%WEBSVNDIR%%/include/setup.php
+%%WEBSVNDIR%%/include/svnlook.php
+%%WEBSVNDIR%%/include/template.php
+%%WEBSVNDIR%%/include/utils.php
+%%WEBSVNDIR%%/include/version.php
+%%WEBSVNDIR%%/index.php
+%%WEBSVNDIR%%/javascript/blame-popup.js
+%%WEBSVNDIR%%/javascript/group-collapse.js
+%%WEBSVNDIR%%/languages/catalan.php
+%%WEBSVNDIR%%/languages/chinese-simplified.php
+%%WEBSVNDIR%%/languages/chinese-traditional.php
+%%WEBSVNDIR%%/languages/czech.php
+%%WEBSVNDIR%%/languages/danish.php
+%%WEBSVNDIR%%/languages/dutch.php
+%%WEBSVNDIR%%/languages/english.php
+%%WEBSVNDIR%%/languages/finnish.php
+%%WEBSVNDIR%%/languages/french.php
+%%WEBSVNDIR%%/languages/german.php
+%%WEBSVNDIR%%/languages/hebrew.php
+%%WEBSVNDIR%%/languages/hindi.php
+%%WEBSVNDIR%%/languages/hungarian.php
+%%WEBSVNDIR%%/languages/indonesian.php
+%%WEBSVNDIR%%/languages/italian.php
+%%WEBSVNDIR%%/languages/japanese.php
+%%WEBSVNDIR%%/languages/korean.php
+%%WEBSVNDIR%%/languages/languages.php
+%%WEBSVNDIR%%/languages/macedonian.php
+%%WEBSVNDIR%%/languages/marathi.php
+%%WEBSVNDIR%%/languages/norwegian.php
+%%WEBSVNDIR%%/languages/polish.php
+%%WEBSVNDIR%%/languages/portuguese-br.php
+%%WEBSVNDIR%%/languages/portuguese.php
+%%WEBSVNDIR%%/languages/russian.php
+%%WEBSVNDIR%%/languages/slovak.php
+%%WEBSVNDIR%%/languages/slovenian.php
+%%WEBSVNDIR%%/languages/spanish.php
+%%WEBSVNDIR%%/languages/swedish.php
+%%WEBSVNDIR%%/languages/turkish.php
+%%WEBSVNDIR%%/languages/uzbek.php
+%%WEBSVNDIR%%/lib/geshi/4cs.php
+%%WEBSVNDIR%%/lib/geshi/6502acme.php
+%%WEBSVNDIR%%/lib/geshi/6502kickass.php
+%%WEBSVNDIR%%/lib/geshi/6502tasm.php
+%%WEBSVNDIR%%/lib/geshi/68000devpac.php
+%%WEBSVNDIR%%/lib/geshi/abap.php
+%%WEBSVNDIR%%/lib/geshi/actionscript.php
+%%WEBSVNDIR%%/lib/geshi/actionscript3.php
+%%WEBSVNDIR%%/lib/geshi/ada.php
+%%WEBSVNDIR%%/lib/geshi/algol68.php
+%%WEBSVNDIR%%/lib/geshi/apache.php
+%%WEBSVNDIR%%/lib/geshi/applescript.php
+%%WEBSVNDIR%%/lib/geshi/apt_sources.php
+%%WEBSVNDIR%%/lib/geshi/asm.php
+%%WEBSVNDIR%%/lib/geshi/asp.php
+%%WEBSVNDIR%%/lib/geshi/autoconf.php
+%%WEBSVNDIR%%/lib/geshi/autohotkey.php
+%%WEBSVNDIR%%/lib/geshi/autoit.php
+%%WEBSVNDIR%%/lib/geshi/avisynth.php
+%%WEBSVNDIR%%/lib/geshi/awk.php
+%%WEBSVNDIR%%/lib/geshi/bash.php
+%%WEBSVNDIR%%/lib/geshi/basic4gl.php
+%%WEBSVNDIR%%/lib/geshi/bf.php
+%%WEBSVNDIR%%/lib/geshi/bibtex.php
+%%WEBSVNDIR%%/lib/geshi/blitzbasic.php
+%%WEBSVNDIR%%/lib/geshi/bnf.php
+%%WEBSVNDIR%%/lib/geshi/boo.php
+%%WEBSVNDIR%%/lib/geshi/c.php
+%%WEBSVNDIR%%/lib/geshi/c_mac.php
+%%WEBSVNDIR%%/lib/geshi/caddcl.php
+%%WEBSVNDIR%%/lib/geshi/cadlisp.php
+%%WEBSVNDIR%%/lib/geshi/cfdg.php
+%%WEBSVNDIR%%/lib/geshi/cfm.php
+%%WEBSVNDIR%%/lib/geshi/chaiscript.php
+%%WEBSVNDIR%%/lib/geshi/cil.php
+%%WEBSVNDIR%%/lib/geshi/clojure.php
+%%WEBSVNDIR%%/lib/geshi/cmake.php
+%%WEBSVNDIR%%/lib/geshi/cobol.php
+%%WEBSVNDIR%%/lib/geshi/cpp-qt.php
+%%WEBSVNDIR%%/lib/geshi/cpp.php
+%%WEBSVNDIR%%/lib/geshi/csharp.php
+%%WEBSVNDIR%%/lib/geshi/css.php
+%%WEBSVNDIR%%/lib/geshi/cuesheet.php
+%%WEBSVNDIR%%/lib/geshi/d.php
+%%WEBSVNDIR%%/lib/geshi/dcs.php
+%%WEBSVNDIR%%/lib/geshi/delphi.php
+%%WEBSVNDIR%%/lib/geshi/diff.php
+%%WEBSVNDIR%%/lib/geshi/div.php
+%%WEBSVNDIR%%/lib/geshi/dos.php
+%%WEBSVNDIR%%/lib/geshi/dot.php
+%%WEBSVNDIR%%/lib/geshi/e.php
+%%WEBSVNDIR%%/lib/geshi/ecmascript.php
+%%WEBSVNDIR%%/lib/geshi/eiffel.php
+%%WEBSVNDIR%%/lib/geshi/email.php
+%%WEBSVNDIR%%/lib/geshi/erlang.php
+%%WEBSVNDIR%%/lib/geshi/f1.php
+%%WEBSVNDIR%%/lib/geshi/fo.php
+%%WEBSVNDIR%%/lib/geshi/fortran.php
+%%WEBSVNDIR%%/lib/geshi/freebasic.php
+%%WEBSVNDIR%%/lib/geshi/fsharp.php
+%%WEBSVNDIR%%/lib/geshi/gambas.php
+%%WEBSVNDIR%%/lib/geshi/gdb.php
+%%WEBSVNDIR%%/lib/geshi/genero.php
+%%WEBSVNDIR%%/lib/geshi/genie.php
+%%WEBSVNDIR%%/lib/geshi/gettext.php
+%%WEBSVNDIR%%/lib/geshi/glsl.php
+%%WEBSVNDIR%%/lib/geshi/gml.php
+%%WEBSVNDIR%%/lib/geshi/gnuplot.php
+%%WEBSVNDIR%%/lib/geshi/go.php
+%%WEBSVNDIR%%/lib/geshi/groovy.php
+%%WEBSVNDIR%%/lib/geshi/gwbasic.php
+%%WEBSVNDIR%%/lib/geshi/haskell.php
+%%WEBSVNDIR%%/lib/geshi/hicest.php
+%%WEBSVNDIR%%/lib/geshi/hq9plus.php
+%%WEBSVNDIR%%/lib/geshi/html4strict.php
+%%WEBSVNDIR%%/lib/geshi/icon.php
+%%WEBSVNDIR%%/lib/geshi/idl.php
+%%WEBSVNDIR%%/lib/geshi/ini.php
+%%WEBSVNDIR%%/lib/geshi/inno.php
+%%WEBSVNDIR%%/lib/geshi/intercal.php
+%%WEBSVNDIR%%/lib/geshi/io.php
+%%WEBSVNDIR%%/lib/geshi/j.php
+%%WEBSVNDIR%%/lib/geshi/java.php
+%%WEBSVNDIR%%/lib/geshi/java5.php
+%%WEBSVNDIR%%/lib/geshi/javascript.php
+%%WEBSVNDIR%%/lib/geshi/jquery.php
+%%WEBSVNDIR%%/lib/geshi/kixtart.php
+%%WEBSVNDIR%%/lib/geshi/klonec.php
+%%WEBSVNDIR%%/lib/geshi/klonecpp.php
+%%WEBSVNDIR%%/lib/geshi/latex.php
+%%WEBSVNDIR%%/lib/geshi/lb.php
+%%WEBSVNDIR%%/lib/geshi/lisp.php
+%%WEBSVNDIR%%/lib/geshi/locobasic.php
+%%WEBSVNDIR%%/lib/geshi/logtalk.php
+%%WEBSVNDIR%%/lib/geshi/lolcode.php
+%%WEBSVNDIR%%/lib/geshi/lotusformulas.php
+%%WEBSVNDIR%%/lib/geshi/lotusscript.php
+%%WEBSVNDIR%%/lib/geshi/lscript.php
+%%WEBSVNDIR%%/lib/geshi/lsl2.php
+%%WEBSVNDIR%%/lib/geshi/lua.php
+%%WEBSVNDIR%%/lib/geshi/m68k.php
+%%WEBSVNDIR%%/lib/geshi/magiksf.php
+%%WEBSVNDIR%%/lib/geshi/make.php
+%%WEBSVNDIR%%/lib/geshi/mapbasic.php
+%%WEBSVNDIR%%/lib/geshi/matlab.php
+%%WEBSVNDIR%%/lib/geshi/mirc.php
+%%WEBSVNDIR%%/lib/geshi/mmix.php
+%%WEBSVNDIR%%/lib/geshi/modula2.php
+%%WEBSVNDIR%%/lib/geshi/modula3.php
+%%WEBSVNDIR%%/lib/geshi/mpasm.php
+%%WEBSVNDIR%%/lib/geshi/mxml.php
+%%WEBSVNDIR%%/lib/geshi/mysql.php
+%%WEBSVNDIR%%/lib/geshi/newlisp.php
+%%WEBSVNDIR%%/lib/geshi/nsis.php
+%%WEBSVNDIR%%/lib/geshi/oberon2.php
+%%WEBSVNDIR%%/lib/geshi/objc.php
+%%WEBSVNDIR%%/lib/geshi/objeck.php
+%%WEBSVNDIR%%/lib/geshi/ocaml-brief.php
+%%WEBSVNDIR%%/lib/geshi/ocaml.php
+%%WEBSVNDIR%%/lib/geshi/oobas.php
+%%WEBSVNDIR%%/lib/geshi/oracle11.php
+%%WEBSVNDIR%%/lib/geshi/oracle8.php
+%%WEBSVNDIR%%/lib/geshi/oxygene.php
+%%WEBSVNDIR%%/lib/geshi/oz.php
+%%WEBSVNDIR%%/lib/geshi/pascal.php
+%%WEBSVNDIR%%/lib/geshi/pcre.php
+%%WEBSVNDIR%%/lib/geshi/per.php
+%%WEBSVNDIR%%/lib/geshi/perl.php
+%%WEBSVNDIR%%/lib/geshi/perl6.php
+%%WEBSVNDIR%%/lib/geshi/pf.php
+%%WEBSVNDIR%%/lib/geshi/php-brief.php
+%%WEBSVNDIR%%/lib/geshi/php.php
+%%WEBSVNDIR%%/lib/geshi/pic16.php
+%%WEBSVNDIR%%/lib/geshi/pike.php
+%%WEBSVNDIR%%/lib/geshi/pixelbender.php
+%%WEBSVNDIR%%/lib/geshi/plsql.php
+%%WEBSVNDIR%%/lib/geshi/postgresql.php
+%%WEBSVNDIR%%/lib/geshi/povray.php
+%%WEBSVNDIR%%/lib/geshi/powerbuilder.php
+%%WEBSVNDIR%%/lib/geshi/powershell.php
+%%WEBSVNDIR%%/lib/geshi/progress.php
+%%WEBSVNDIR%%/lib/geshi/prolog.php
+%%WEBSVNDIR%%/lib/geshi/properties.php
+%%WEBSVNDIR%%/lib/geshi/providex.php
+%%WEBSVNDIR%%/lib/geshi/purebasic.php
+%%WEBSVNDIR%%/lib/geshi/python.php
+%%WEBSVNDIR%%/lib/geshi/q.php
+%%WEBSVNDIR%%/lib/geshi/qbasic.php
+%%WEBSVNDIR%%/lib/geshi/rails.php
+%%WEBSVNDIR%%/lib/geshi/rebol.php
+%%WEBSVNDIR%%/lib/geshi/reg.php
+%%WEBSVNDIR%%/lib/geshi/robots.php
+%%WEBSVNDIR%%/lib/geshi/rpmspec.php
+%%WEBSVNDIR%%/lib/geshi/rsplus.php
+%%WEBSVNDIR%%/lib/geshi/ruby.php
+%%WEBSVNDIR%%/lib/geshi/sas.php
+%%WEBSVNDIR%%/lib/geshi/scala.php
+%%WEBSVNDIR%%/lib/geshi/scheme.php
+%%WEBSVNDIR%%/lib/geshi/scilab.php
+%%WEBSVNDIR%%/lib/geshi/sdlbasic.php
+%%WEBSVNDIR%%/lib/geshi/smalltalk.php
+%%WEBSVNDIR%%/lib/geshi/smarty.php
+%%WEBSVNDIR%%/lib/geshi/sql.php
+%%WEBSVNDIR%%/lib/geshi/systemverilog.php
+%%WEBSVNDIR%%/lib/geshi/tcl.php
+%%WEBSVNDIR%%/lib/geshi/teraterm.php
+%%WEBSVNDIR%%/lib/geshi/text.php
+%%WEBSVNDIR%%/lib/geshi/thinbasic.php
+%%WEBSVNDIR%%/lib/geshi/tsql.php
+%%WEBSVNDIR%%/lib/geshi/typoscript.php
+%%WEBSVNDIR%%/lib/geshi/unicon.php
+%%WEBSVNDIR%%/lib/geshi/vala.php
+%%WEBSVNDIR%%/lib/geshi/vb.php
+%%WEBSVNDIR%%/lib/geshi/vbnet.php
+%%WEBSVNDIR%%/lib/geshi/verilog.php
+%%WEBSVNDIR%%/lib/geshi/vhdl.php
+%%WEBSVNDIR%%/lib/geshi/vim.php
+%%WEBSVNDIR%%/lib/geshi/visualfoxpro.php
+%%WEBSVNDIR%%/lib/geshi/visualprolog.php
+%%WEBSVNDIR%%/lib/geshi/whitespace.php
+%%WEBSVNDIR%%/lib/geshi/whois.php
+%%WEBSVNDIR%%/lib/geshi/winbatch.php
+%%WEBSVNDIR%%/lib/geshi/xbasic.php
+%%WEBSVNDIR%%/lib/geshi/xml.php
+%%WEBSVNDIR%%/lib/geshi/xorg_conf.php
+%%WEBSVNDIR%%/lib/geshi/xpp.php
+%%WEBSVNDIR%%/lib/geshi/z80.php
+%%WEBSVNDIR%%/lib/geshi/zxbasic.php
+%%WEBSVNDIR%%/lib/geshi.php
+%%WEBSVNDIR%%/lib/pear/Archive/Tar.php
+%%WEBSVNDIR%%/lib/pear/PEAR.php
+%%WEBSVNDIR%%/lib/pear/Text/Diff/Engine/native.php
+%%WEBSVNDIR%%/lib/pear/Text/Diff/Engine/shell.php
+%%WEBSVNDIR%%/lib/pear/Text/Diff/Engine/string.php
+%%WEBSVNDIR%%/lib/pear/Text/Diff/Engine/xdiff.php
+%%WEBSVNDIR%%/lib/pear/Text/Diff/Mapped.php
+%%WEBSVNDIR%%/lib/pear/Text/Diff/Renderer/context.php
+%%WEBSVNDIR%%/lib/pear/Text/Diff/Renderer/inline.php
+%%WEBSVNDIR%%/lib/pear/Text/Diff/Renderer/unified.php
+%%WEBSVNDIR%%/lib/pear/Text/Diff/Renderer.php
+%%WEBSVNDIR%%/lib/pear/Text/Diff/ThreeWay.php
+%%WEBSVNDIR%%/lib/pear/Text/Diff.php
+%%WEBSVNDIR%%/lib/pear/Text/Diff3.php
+%%WEBSVNDIR%%/license.txt
+%%WEBSVNDIR%%/listing.php
+%%WEBSVNDIR%%/log.php
+%%WEBSVNDIR%%/revision.php
+%%WEBSVNDIR%%/rss.php
+%%WEBSVNDIR%%/templates/BlueGrey/blame.tmpl
+%%WEBSVNDIR%%/templates/BlueGrey/compare.tmpl
+%%WEBSVNDIR%%/templates/BlueGrey/diff.tmpl
+%%WEBSVNDIR%%/templates/BlueGrey/directory.tmpl
+%%WEBSVNDIR%%/templates/BlueGrey/file.tmpl
+%%WEBSVNDIR%%/templates/BlueGrey/footer.tmpl
+%%WEBSVNDIR%%/templates/BlueGrey/header.tmpl
+%%WEBSVNDIR%%/templates/BlueGrey/images/e-node.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/favicon.ico
+%%WEBSVNDIR%%/templates/BlueGrey/images/file.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/filec.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/filecpp.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/fileh.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/filehtml.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/filejava.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/filem.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/filepy.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/files.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/folder-open.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/folder.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/i-node.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/l-node.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/repo.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/rss.gif
+%%WEBSVNDIR%%/templates/BlueGrey/images/t-node.png
+%%WEBSVNDIR%%/templates/BlueGrey/images/websvn.png
+%%WEBSVNDIR%%/templates/BlueGrey/index.tmpl
+%%WEBSVNDIR%%/templates/BlueGrey/log.tmpl
+%%WEBSVNDIR%%/templates/BlueGrey/png.js
+%%WEBSVNDIR%%/templates/BlueGrey/revision.tmpl
+%%WEBSVNDIR%%/templates/BlueGrey/styles.css
+%%WEBSVNDIR%%/templates/Elegant/blame.tmpl
+%%WEBSVNDIR%%/templates/Elegant/compare.tmpl
+%%WEBSVNDIR%%/templates/Elegant/diff.tmpl
+%%WEBSVNDIR%%/templates/Elegant/directory.tmpl
+%%WEBSVNDIR%%/templates/Elegant/file.tmpl
+%%WEBSVNDIR%%/templates/Elegant/footer.tmpl
+%%WEBSVNDIR%%/templates/Elegant/header.tmpl
+%%WEBSVNDIR%%/templates/Elegant/images/README.txt
+%%WEBSVNDIR%%/templates/Elegant/images/added.png
+%%WEBSVNDIR%%/templates/Elegant/images/arrow-in.png
+%%WEBSVNDIR%%/templates/Elegant/images/arrow-out.png
+%%WEBSVNDIR%%/templates/Elegant/images/bg-gray-dark.png
+%%WEBSVNDIR%%/templates/Elegant/images/bg-gray-light.png
+%%WEBSVNDIR%%/templates/Elegant/images/bg-page-header.png
+%%WEBSVNDIR%%/templates/Elegant/images/bg-table-divider.png
+%%WEBSVNDIR%%/templates/Elegant/images/bg-table-header.png
+%%WEBSVNDIR%%/templates/Elegant/images/blame.png
+%%WEBSVNDIR%%/templates/Elegant/images/blank.png
+%%WEBSVNDIR%%/templates/Elegant/images/cube-blue.png
+%%WEBSVNDIR%%/templates/Elegant/images/deleted.png
+%%WEBSVNDIR%%/templates/Elegant/images/detail.png
+%%WEBSVNDIR%%/templates/Elegant/images/diff.png
+%%WEBSVNDIR%%/templates/Elegant/images/download.png
+%%WEBSVNDIR%%/templates/Elegant/images/eye.png
+%%WEBSVNDIR%%/templates/Elegant/images/favicon.ico
+%%WEBSVNDIR%%/templates/Elegant/images/file-c.png
+%%WEBSVNDIR%%/templates/Elegant/images/file-cpp.png
+%%WEBSVNDIR%%/templates/Elegant/images/file-css.png
+%%WEBSVNDIR%%/templates/Elegant/images/file-h.png
+%%WEBSVNDIR%%/templates/Elegant/images/file-html.png
+%%WEBSVNDIR%%/templates/Elegant/images/file-image.png
+%%WEBSVNDIR%%/templates/Elegant/images/file-java.png
+%%WEBSVNDIR%%/templates/Elegant/images/file-m.png
+%%WEBSVNDIR%%/templates/Elegant/images/file-php.png
+%%WEBSVNDIR%%/templates/Elegant/images/file-py.png
+%%WEBSVNDIR%%/templates/Elegant/images/file-xml.png
+%%WEBSVNDIR%%/templates/Elegant/images/file.png
+%%WEBSVNDIR%%/templates/Elegant/images/folder.png
+%%WEBSVNDIR%%/templates/Elegant/images/home.png
+%%WEBSVNDIR%%/templates/Elegant/images/information.png
+%%WEBSVNDIR%%/templates/Elegant/images/log.png
+%%WEBSVNDIR%%/templates/Elegant/images/modified.png
+%%WEBSVNDIR%%/templates/Elegant/images/next.png
+%%WEBSVNDIR%%/templates/Elegant/images/parent.png
+%%WEBSVNDIR%%/templates/Elegant/images/pilcrow.png
+%%WEBSVNDIR%%/templates/Elegant/images/previous.png
+%%WEBSVNDIR%%/templates/Elegant/images/remove.png
+%%WEBSVNDIR%%/templates/Elegant/images/repository.png
+%%WEBSVNDIR%%/templates/Elegant/images/repository24.png
+%%WEBSVNDIR%%/templates/Elegant/images/reverse.png
+%%WEBSVNDIR%%/templates/Elegant/images/revision.png
+%%WEBSVNDIR%%/templates/Elegant/images/rss.png
+%%WEBSVNDIR%%/templates/Elegant/images/stop.png
+%%WEBSVNDIR%%/templates/Elegant/images/subversion-s.png
+%%WEBSVNDIR%%/templates/Elegant/images/valid.png
+%%WEBSVNDIR%%/templates/Elegant/images/warning.png
+%%WEBSVNDIR%%/templates/Elegant/images/youngest.png
+%%WEBSVNDIR%%/templates/Elegant/index.tmpl
+%%WEBSVNDIR%%/templates/Elegant/log.tmpl
+%%WEBSVNDIR%%/templates/Elegant/revision-popup.js
+%%WEBSVNDIR%%/templates/Elegant/revision.tmpl
+%%WEBSVNDIR%%/templates/Elegant/styles.css
+%%WEBSVNDIR%%/templates/calm/README.txt
+%%WEBSVNDIR%%/templates/calm/blame.tmpl
+%%WEBSVNDIR%%/templates/calm/compare.tmpl
+%%WEBSVNDIR%%/templates/calm/diff.tmpl
+%%WEBSVNDIR%%/templates/calm/directory.tmpl
+%%WEBSVNDIR%%/templates/calm/file.tmpl
+%%WEBSVNDIR%%/templates/calm/footer.tmpl
+%%WEBSVNDIR%%/templates/calm/header.tmpl
+%%WEBSVNDIR%%/templates/calm/images/add.png
+%%WEBSVNDIR%%/templates/calm/images/arrow_in.png
+%%WEBSVNDIR%%/templates/calm/images/arrow_out.png
+%%WEBSVNDIR%%/templates/calm/images/blame.png
+%%WEBSVNDIR%%/templates/calm/images/bullet_add.png
+%%WEBSVNDIR%%/templates/calm/images/bullet_delete.png
+%%WEBSVNDIR%%/templates/calm/images/bullet_yellow.png
+%%WEBSVNDIR%%/templates/calm/images/compress.png
+%%WEBSVNDIR%%/templates/calm/images/css.png
+%%WEBSVNDIR%%/templates/calm/images/cube_green.png
+%%WEBSVNDIR%%/templates/calm/images/delete.png
+%%WEBSVNDIR%%/templates/calm/images/diff.png
+%%WEBSVNDIR%%/templates/calm/images/e-node.png
+%%WEBSVNDIR%%/templates/calm/images/exclamation.png
+%%WEBSVNDIR%%/templates/calm/images/eye.png
+%%WEBSVNDIR%%/templates/calm/images/favicon.ico
+%%WEBSVNDIR%%/templates/calm/images/file.png
+%%WEBSVNDIR%%/templates/calm/images/filec.png
+%%WEBSVNDIR%%/templates/calm/images/filedb.png
+%%WEBSVNDIR%%/templates/calm/images/fileh.png
+%%WEBSVNDIR%%/templates/calm/images/filepaint.png
+%%WEBSVNDIR%%/templates/calm/images/filephp.png
+%%WEBSVNDIR%%/templates/calm/images/files.png
+%%WEBSVNDIR%%/templates/calm/images/filetxt.png
+%%WEBSVNDIR%%/templates/calm/images/filexml.png
+%%WEBSVNDIR%%/templates/calm/images/folder.png
+%%WEBSVNDIR%%/templates/calm/images/html.png
+%%WEBSVNDIR%%/templates/calm/images/i-node.png
+%%WEBSVNDIR%%/templates/calm/images/l-node.png
+%%WEBSVNDIR%%/templates/calm/images/link.png
+%%WEBSVNDIR%%/templates/calm/images/log.png
+%%WEBSVNDIR%%/templates/calm/images/next.png
+%%WEBSVNDIR%%/templates/calm/images/page_white_add.png
+%%WEBSVNDIR%%/templates/calm/images/page_white_delete.png
+%%WEBSVNDIR%%/templates/calm/images/page_white_edit.png
+%%WEBSVNDIR%%/templates/calm/images/pilcrow.png
+%%WEBSVNDIR%%/templates/calm/images/pilcrow_delete.png
+%%WEBSVNDIR%%/templates/calm/images/previous.png
+%%WEBSVNDIR%%/templates/calm/images/script.png
+%%WEBSVNDIR%%/templates/calm/images/sitemap_color.png
+%%WEBSVNDIR%%/templates/calm/images/submitbg.png
+%%WEBSVNDIR%%/templates/calm/images/t-node.png
+%%WEBSVNDIR%%/templates/calm/images/textbg.png
+%%WEBSVNDIR%%/templates/calm/images/toggledown.png
+%%WEBSVNDIR%%/templates/calm/images/toggleup.png
+%%WEBSVNDIR%%/templates/calm/images/up.png
+%%WEBSVNDIR%%/templates/calm/images/xml.gif
+%%WEBSVNDIR%%/templates/calm/index.tmpl
+%%WEBSVNDIR%%/templates/calm/log.tmpl
+%%WEBSVNDIR%%/templates/calm/png.js
+%%WEBSVNDIR%%/templates/calm/revision.tmpl
+%%WEBSVNDIR%%/templates/calm/styles.css
+%%WEBSVNDIR%%/wsvn.php
+ at dirrm %%WEBSVNDIR%%/cache
+ at dirrm %%WEBSVNDIR%%/doc
+ at dirrm %%WEBSVNDIR%%/include
+ at dirrm %%WEBSVNDIR%%/javascript
+ at dirrm %%WEBSVNDIR%%/languages
+ at dirrm %%WEBSVNDIR%%/lib/geshi
+ at dirrm %%WEBSVNDIR%%/lib/pear/Text/Diff/Engine
+ at dirrm %%WEBSVNDIR%%/lib/pear/Text/Diff/Renderer
+ at dirrm %%WEBSVNDIR%%/lib/pear/Text/Diff
+ at dirrm %%WEBSVNDIR%%/lib/pear/Text
+ at dirrm %%WEBSVNDIR%%/lib/pear/Archive
+ at dirrm %%WEBSVNDIR%%/lib/pear
+ at dirrm %%WEBSVNDIR%%/lib
+ at dirrm %%WEBSVNDIR%%/templates/calm/images
+ at dirrm %%WEBSVNDIR%%/templates/calm
+ at dirrm %%WEBSVNDIR%%/templates/BlueGrey/images
+ at dirrm %%WEBSVNDIR%%/templates/BlueGrey
+ at dirrm %%WEBSVNDIR%%/templates/Elegant/images
+ at dirrm %%WEBSVNDIR%%/templates/Elegant
+ at dirrm %%WEBSVNDIR%%/templates
+ at dirrm %%WEBSVNDIR%%
Index: files/pkg-message.in
===================================================================
RCS file: /home/pcvs/ports/devel/websvn/files/pkg-message.in,v
retrieving revision 1.2
diff -u -r1.2 pkg-message.in
--- files/pkg-message.in 7 Jul 2008 10:55:43 -0000 1.2
+++ files/pkg-message.in 20 Nov 2011 13:09:16 -0000
@@ -1,4 +1,4 @@
----------------------------------------------------
To setup websvn, please edit the configuration file:
-%%PREFIX%%/%%WEBSVNDIR%%/include/distconfig.php
+%%PREFIX%%/%%WEBSVNDIR%%/include/config.php
----------------------------------------------------
--- websvn.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list