The proposed patch includes the following: - Update the product release. - Tidy most of the port's files: pkg-plist, pkg-message, Makefile, etc. - The port conforms a little more to FreeBSD Porter's Handbook (always evolving...) - Validate a complete recommended test ordering from porting-testing.html (In fact, correct it to do so.) Fix: Using the following /tmp/nanoblogger.patch file, you can apply and install it using the following steps: # cd /usr/ports/www/nanoblogger && make deinstall # cd /usr/ports && patch < /tmp/nanoblogger.patch # cd /usr/ports/www/nanoblogger && make install clean clean-depends How-To-Repeat: n.a.
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer)
State Changed From-To: open->feedback Awaiting maintainers feedback
State Changed From-To: feedback->open Maintainer approved on freebsd-ports-bugs
Responsible Changed From-To: freebsd-ports-bugs->bsam Take.
bsam 2007-01-16 10:47:19 UTC FreeBSD ports repository Modified files: www/nanoblogger Makefile distinfo pkg-descr pkg-plist www/nanoblogger/files patch-nb pkg-message.in Log: - Update the product release. - Tidy most of the port's files: pkg-plist, pkg-message, Makefile, etc. - The port conforms a little more to FreeBSD Porter's Handbook (always evolving...) - Validate a complete recommended test ordering from porting-testing.html (In fact, correct it to do so.) While I'm here: move "@unexec if cmp -s %D/etc/nb.conf.sample..." upwards at pkg-plist (before %D/etc/nb.conf.sample). PR: 107963 Submitted by: Julien Gabel <julien.gabel at thilelli.net> (maintainer) Revision Changes Path 1.8 +12 -6 ports/www/nanoblogger/Makefile 1.7 +3 -3 ports/www/nanoblogger/distinfo 1.4 +13 -25 ports/www/nanoblogger/files/patch-nb 1.2 +26 -4 ports/www/nanoblogger/files/pkg-message.in 1.4 +20 -20 ports/www/nanoblogger/pkg-descr 1.2 +48 -8 ports/www/nanoblogger/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, thanks! Just a tiny pkg-plist change: move "@unexec if cmp -s %D/etc/nb.conf.sample..." at pkg-plist upwards (before %D/etc/nb.conf.sample).