[arch-commits] Commit in nginx/trunk (PKGBUILD nginx.install)

Sébastien Luttringer seblu at nymeria.archlinux.org
Fri Aug 30 10:03:38 UTC 2013


    Date: Friday, August 30, 2013 @ 12:03:38
  Author: seblu
Revision: 96470

upgpkg: nginx 1.4.2-3

- fix FS#36736

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/nginx.install

---------------+
 PKGBUILD      |    2 +-
 nginx.install |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-30 09:41:38 UTC (rev 96469)
+++ PKGBUILD	2013-08-30 10:03:38 UTC (rev 96470)
@@ -7,7 +7,7 @@
 pkgbase=nginx
 pkgname=(nginx nginx-extra)
 pkgver=1.4.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 makedepends=('pcre' 'zlib' 'openssl' 'gd' 'geoip' 'passenger')
 url='http://nginx.org'

Modified: nginx.install
===================================================================
--- nginx.install	2013-08-30 09:41:38 UTC (rev 96469)
+++ nginx.install	2013-08-30 10:03:38 UTC (rev 96470)
@@ -12,10 +12,10 @@
         echo '      - bundled *.html files have been moved to /usr/share/nginx/html'
         echo '      - /etc/nginx/{html,logs} symbolic links and *.default files have been removed'
     fi
-    if (( $(vercmp $2 1.4.2-1) <= 0 )); then
-        echo 'nginx have been splited into 2 packages: nginx and nginx-extra.'
-        echo 'nginx include only upstream bundled modules'
-        echo 'nginx-extra currently include passenger and auth-pam'
+    if (( $(vercmp $2 1.4.2-2) <= 0 )); then
+        echo 'nginx has been split into two packages: nginx and nginx-extra.'
+        echo 'nginx includes only upstream bundled modules'
+        echo 'nginx-extra currently includes passenger and auth-pam modules'
     fi
 }
 




More information about the arch-commits mailing list