Version 2.1.9 is unfetchable. This is an update of www/cocoon to version 2.1.10.
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer)
State Changed From-To: open->feedback Awaiting maintainers feedback
Ehem, in fact it's me ;-) Please find attached an updated patch that also changes the maintainer email. Thanks, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/
Responsible Changed From-To: freebsd-ports-bugs->sat Grab.
Please don't mark PR as serious unless you're sure someone will die if it's not dealt with ASAP :-) Should I change your e-mail address in your other ports?
* Andrew Pantyukhin: > Please don't mark PR as serious unless you're sure someone will > die if it's not dealt with ASAP :-) It's just that the distfile is unfetchable. Most people can live with that, sure. Nobody will be dying ;-) -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/
On 1/22/07, Jean-Baptiste Quenot <jbq@caraldi.com> wrote: > * Andrew Pantyukhin: > > > Please don't mark PR as serious unless you're sure someone will > > die if it's not dealt with ASAP :-) > > It's just that the distfile is unfetchable. Most people can live > with that, sure. Nobody will be dying ;-) What about the e-mail address? Should I change it in the rest of your ports?
Your port installs empty dirs (pkg_add && pkg_delete to see the problem): ============================================================================ root@amilo:~/bsdevel/ports/www/cocoon# pkg_add cocoon-2.1.10.tbz root@amilo:~/bsdevel/ports/www/cocoon# make deinstall ===> Deinstalling for www/cocoon ===> Deinstalling cocoon-2.1.10 pkg_delete: file '/usr/local/cocoon/webapp/samples/blocks/portal/skins/common/js' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/cocoon/webapp/samples/blocks/portal/skins/common/js' pkg_delete: file '/usr/local/cocoon/webapp/samples/blocks/portal/skins/basic/js' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/cocoon/webapp/samples/blocks/portal/skins/basic/js' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) To delete the www user permanently, use 'pw userdel www' ============================================================================ I can either prevent them from installing (delete them at post-extract stage) or force their creationg with @exec. What would you prefer?
* Andrew Pantyukhin: > I can either prevent them from installing (delete them at > post-extract stage) or force their creationg with @exec. What > would you prefer? Does it mean cpio won't create empty directories? It would be better to force their creation, but it would be still better to make cpio create them directly. Thanks for your time, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/
sat 2007-01-23 10:21:34 UTC FreeBSD ports repository Modified files: www/cocoon Makefile Makefile.options Makefile.test-options distinfo pkg-plist www/cocoon/files cocoon.sh.in Added files: www/cocoon/files message-advanced.in message.in Removed files: www/cocoon/files patch-src-blocks-forms-samples-welcome.xml pkg-message.in Log: - Update to 2.1.10 PR: ports/108195 Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer) Revision Changes Path 1.36 +14 -8 ports/www/cocoon/Makefile 1.7 +4 -3 ports/www/cocoon/Makefile.options 1.8 +21 -0 ports/www/cocoon/Makefile.test-options 1.17 +3 -3 ports/www/cocoon/distinfo 1.2 +16 -4 ports/www/cocoon/files/cocoon.sh.in 1.1 +23 -0 ports/www/cocoon/files/message-advanced.in (new) 1.1 +30 -0 ports/www/cocoon/files/message.in (new) 1.2 +0 -17 ports/www/cocoon/files/patch-src-blocks-forms-samples-welcome.xml (dead) 1.2 +0 -45 ports/www/cocoon/files/pkg-message.in (dead) 1.15 +1 -2 ports/www/cocoon/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: feedback->closed Committed, thanks!