Added 3rd party module Naxsi : http://code.google.com/p/naxsi/ And fixed space separated variables that should be tab separated. Port maintainer (osa@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->osa Over to maintainer (via the GNATS Auto Assign Tool)
Hi, Please consider the little modification adjustement in this ports located at [1] for ports www/nginx and [2] for www/nginx-devel in order to follow FreeBSD ports rules. Also, builds seems OK and tinderbox builds are scheduled [3], have a look to [4]. Regards [1] http://people.freebsd.org/~sbz/nginx-naxsi/nginx-naxsi.diff [2] http://people.freebsd.org/~sbz/nginx-naxsi/nginx-naxsi-devel.diff [3] http://regis.goodking.ca/tb/index.php?action=list_tinderd_queue [4] http://people.freebsd.org/~sbz/nginx-naxsi/ -- Sofian Brabez
Hi Sofian, On Fri, 25 Nov 2011 01:26:24 +0100, Sofian Brabez wrote: > Hi, > > Please consider the little modification adjustement in this ports > located at [1] > for ports www/nginx and [2] for www/nginx-devel in order to follow > FreeBSD ports > rules. > > Also, builds seems OK and tinderbox builds are scheduled [3], have a > look to > [4]. I am totaly ok with the modification you made :) And if you are ok, there is no issues for me that you commit the adjustements you made on my modifications :) Kind regards, Xavier -- Xavier Beaudouin
Could you please resend you patch with following modifications: 1) downstairs description of new module, right after memc in OPTIONS; 2) remove needless changes for xrid_header module; 3) do make makesum because it looks like you are just add two strings into distinfo file; 4) also add some logic for directories of your "security" module (i.e. ${ETCDIR}/bla-bla-bla) Thank you.
osa 2011-12-29 07:15:30 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo www/nginx-devel Makefile distinfo Log: Add naxsi third-party module, version 0.42. Move down checksums for devel_kit third-party module. Do not bump PORTREVISION because these modules disabled by default. PR: 162783 Revision Changes Path 1.416 +20 -0 ports/www/nginx-devel/Makefile 1.364 +4 -2 ports/www/nginx-devel/distinfo 1.293 +21 -0 ports/www/nginx/Makefile 1.254 +2 -0 ports/www/nginx/distinfo _______________________________________________ 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 some modifications, thanks for report!