Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
jgh 2012-03-13 16:29:23 UTC FreeBSD ports repository Modified files: www/resin3 Makefile distinfo pkg-plist www/resin3/files patch-apache2-Makefile.in patch-configure pkg-message.in Added files: www/resin3/files resin3.sh.in resin3ctl.in Removed files: www/resin3/files install.sh patch-apache1-Makefile.in patch-resin.conf pkg-deinstall pkg-install pkg-message-advanced.in resin.sh.in resinctl Log: - Update to 3.1.11 [1] - while here [2] - remove apache13 support, and move apache22 to options framework - Use default user of www - Remove pkg-install and pkg-deinstall files (not necessary now) - Remove advanced packaging message and put text into standard package message - Remove apache packaging message and put into standard package message - Use SUB_FILES and remove REPLACE_FILES - Use rc subroutine method - Remove COPYDIRS of libexec64 (no longer distributed), and use different method for installation (resulting in unnecessary install.sh) - SUBSTITUTIONS are done automatically now through SUB_LIST w/ SUB_FILES, and trim subsititions (some are not used) - Don't install war file, as it isn't cleaned up properly when resin starts - Remove resin.conf patch, in favor of REINPLACE_CMD - Move installation from install.sh into port's Makefile PR: ports/165669 Submitted by: maintainer [1], jgh@ [2] Approved by: maintainer, 5u623l20@gmail.com Feature safe: yes Revision Changes Path 1.45 +53 -96 ports/www/resin3/Makefile 1.26 +2 -2 ports/www/resin3/distinfo 1.6 +0 -55 ports/www/resin3/files/install.sh (dead) 1.5 +0 -14 ports/www/resin3/files/patch-apache1-Makefile.in (dead) 1.8 +4 -4 ports/www/resin3/files/patch-apache2-Makefile.in 1.9 +17 -36 ports/www/resin3/files/patch-configure 1.9 +0 -11 ports/www/resin3/files/patch-resin.conf (dead) 1.2 +0 -52 ports/www/resin3/files/pkg-deinstall (dead) 1.2 +0 -50 ports/www/resin3/files/pkg-install (dead) 1.2 +0 -23 ports/www/resin3/files/pkg-message-advanced.in (dead) 1.9 +33 -2 ports/www/resin3/files/pkg-message.in 1.9 +0 -43 ports/www/resin3/files/resin.sh.in (dead) 1.1 +43 -0 ports/www/resin3/files/resin3.sh.in (new) 1.1 +188 -0 ports/www/resin3/files/resin3ctl.in (new) 1.5 +0 -188 ports/www/resin3/files/resinctl (dead) 1.23 +1047 -13 ports/www/resin3/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 changes. Thanks!