[csw-devel] SF.net SVN: gar:[7600] csw/mgar/pkg/nginx/trunk
aigoshin at users.sourceforge.net
aigoshin at users.sourceforge.net
Sat Dec 12 11:49:46 CET 2009
Revision: 7600
http://gar.svn.sourceforge.net/gar/?rev=7600&view=rev
Author: aigoshin
Date: 2009-12-12 10:49:43 +0000 (Sat, 12 Dec 2009)
Log Message:
-----------
nginx: milestone 4.0
Modified Paths:
--------------
csw/mgar/pkg/nginx/trunk/Makefile
csw/mgar/pkg/nginx/trunk/checksums
Modified: csw/mgar/pkg/nginx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nginx/trunk/Makefile 2009-12-11 20:52:53 UTC (rev 7599)
+++ csw/mgar/pkg/nginx/trunk/Makefile 2009-12-12 10:49:43 UTC (rev 7600)
@@ -1,5 +1,5 @@
GARNAME = nginx
-GARVERSION = 0.7.55
+GARVERSION = 0.7.64
CATEGORIES = server
DESCRIPTION = HTTP server and mail proxy server
@@ -18,7 +18,7 @@
REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib
-PACKAGING_PLATFORMS = solaris8-sparc solaris8-i386
+PACKAGING_PLATFORMS = solaris8-sparc solaris8-i386
PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
EXTRA_BUILD_ISAS_i386 = pentium_pro
@@ -40,11 +40,11 @@
CONFIGURE_ARGS += --sbin-path=$(sbindir)/nginx
CONFIGURE_ARGS += --lock-path=$(prefix)/var/run/nginx/nginx.lock
CONFIGURE_ARGS += --pid-path=$(prefix)/var/run/nginx/nginx.pid
-CONFIGURE_ARGS += --http-client-body-temp-path=$(prefix)/var/spool/nginx/client
-CONFIGURE_ARGS += --http-fastcgi-temp-path=$(prefix)/var/spool/nginx/fastcgi
-CONFIGURE_ARGS += --http-proxy-temp-path=$(prefix)/var/spool/nginx/proxy
-CONFIGURE_ARGS += --error-log-path=$(prefix)/var/log/nginx/error.log
-CONFIGURE_ARGS += --http-log-path=$(prefix)/var/log/nginx/access.log
+CONFIGURE_ARGS += --http-client-body-temp-path=$(prefix)/var/nginx/client
+CONFIGURE_ARGS += --http-fastcgi-temp-path=$(prefix)/var/nginx/fastcgi
+CONFIGURE_ARGS += --http-proxy-temp-path=$(prefix)/var/nginx/proxy
+CONFIGURE_ARGS += --error-log-path=$(prefix)/var/nginx/logs/error.log
+CONFIGURE_ARGS += --http-log-path=$(prefix)/var/nginx/logs/access.log
CONFIGURE_ARGS += --with-md5=YES
CONFIGURE_ARGS += --with-sha1=YES
CONFIGURE_ARGS += --with-http_ssl_module
@@ -55,7 +55,7 @@
TEST_SCRIPTS =
-PROTOTYPE_FILTER = awk '$$$$3 ~ /\/var\/((log|run)|(svc|(svc\/(manifest|manifest\/site))))$$$$/ { $$$$6 = "sys" } $$$$3 ~ /\/var\/spool\/nginx\/(client|fastcgi|proxy)$$$$/ { $$$$4 = "700" } { print }'
+PROTOTYPE_FILTER = awk '$$$$3 ~ /\/var\/((log|run)|(svc|(svc\/(manifest|manifest\/site))))$$$$/ { $$$$6 = "sys" } $$$$3 ~ /\/var\/nginx\/(client|fastcgi|proxy)$$$$/ { $$$$4 = "700" } { print }'
include gar/category.mk
@@ -70,11 +70,11 @@
ginstall -d $(DESTDIR)$(sysconfdir)/nginx/conf.d
ginstall -d $(DESTDIR)$(sharedstatedir)/nginx/contrib
ginstall -d $(DESTDIR)$(docdir)/nginx
- ginstall -d $(DESTDIR)$(prefix)/var/log/nginx
+ ginstall -d $(DESTDIR)$(prefix)/var/nginx/client
+ ginstall -d $(DESTDIR)$(prefix)/var/nginx/fastcgi
+ ginstall -d $(DESTDIR)$(prefix)/var/nginx/logs
+ ginstall -d $(DESTDIR)$(prefix)/var/nginx/proxy
ginstall -d $(DESTDIR)$(prefix)/var/nginx/sites
- ginstall -d $(DESTDIR)$(prefix)/var/spool/nginx/client
- ginstall -d $(DESTDIR)$(prefix)/var/spool/nginx/fastcgi
- ginstall -d $(DESTDIR)$(prefix)/var/spool/nginx/proxy
mv $(DESTDIR)$(sysconfdir)/nginx/fastcgi_params $(DESTDIR)$(sysconfdir)/nginx/fastcgi_params.CSW
mv $(DESTDIR)$(sysconfdir)/nginx/mime.types $(DESTDIR)$(sysconfdir)/nginx/mime.types.CSW
mv $(DESTDIR)$(sysconfdir)/nginx/nginx.conf $(DESTDIR)$(sysconfdir)/nginx/nginx.conf.CSW
Modified: csw/mgar/pkg/nginx/trunk/checksums
===================================================================
--- csw/mgar/pkg/nginx/trunk/checksums 2009-12-11 20:52:53 UTC (rev 7599)
+++ csw/mgar/pkg/nginx/trunk/checksums 2009-12-12 10:49:43 UTC (rev 7600)
@@ -1,7 +1,7 @@
-bb85ec05a172562e6de38a1e8a64198c download/CSWnginx.checkinstall
-12b5333e18e985b17f8a5465646e9a8a download/CSWnginx.gspec
-bb404771e330fe98f93cb2d12a808121 download/CSWnginx.postinstall
-e9178dc33f2d38aab8f118a8f0550ac7 download/CSWnginx.preremove
-5c832758a62ee319ea9dfd1829d736eb download/cswnginx.xml
-2064dc7a1ef082eb584e3a75857853f1 download/nginx-0.7.55.tar.gz
-c5b3babbd1261bcb3f3e17494822bb9f download/svc-cswnginx
+bb85ec05a172562e6de38a1e8a64198c CSWnginx.checkinstall
+12b5333e18e985b17f8a5465646e9a8a CSWnginx.gspec
+bb404771e330fe98f93cb2d12a808121 CSWnginx.postinstall
+e9178dc33f2d38aab8f118a8f0550ac7 CSWnginx.preremove
+5c832758a62ee319ea9dfd1829d736eb cswnginx.xml
+cfa97c0f784532820110b5eee57fef6d nginx-0.7.64.tar.gz
+c5b3babbd1261bcb3f3e17494822bb9f svc-cswnginx
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list