Hi Sergey, Thanks for the quick update! I note during the checksetup.pl run an issue since two missing directories. It seems the directories "lib" and "t" are needed to compile the templates. I've made some additional adjustments in pkg-plist, dirrmtry for directories where a .htaccess file will be placed and remove the old www/data directory. How-To-Repeat: #./checksetup.pl Creating ./lib/.htaccess... No such file or directory at Bugzilla/Install/Filesystem.pm line 521. # mkdir lib #./checksetup.pl Creating ./lib/.htaccess... Creating ./template/.htaccess... Creating .htaccess... Creating contrib/.htaccess... Creating t/.htaccess... No such file or directory at Bugzilla/Install/Filesystem.pm line 521. # mkdir t #./checksetup.pl Creating t/.htaccess... Precompiling templates.....done. Fixing file permissions
Responsible Changed From-To: freebsd-ports-bugs->skv Over to maintainer (via the GNATS Auto Assign Tool)
ohauer 2011-05-22 22:16:27 UTC FreeBSD ports repository Modified files: devel/bugzilla Makefile pkg-plist Log: - bump because of mod_perl2 update - order pkg-plist so it match autmated tools like genplist - add missing empty directories (used by checksetup.pl) [1] commit with hat apache@ PR: [1] ports/154295 Submitted by: me Revision Changes Path 1.82 +4 -0 ports/devel/bugzilla/Makefile 1.37 +81 -78 ports/devel/bugzilla/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with the mod_perl2 update.
Responsible Changed From-To: skv->ohauer Committed, with the mod_perl2 update.