[arch-commits] Commit in nginx-mod-passenger/repos (4 files)

Massimiliano Torromeo mtorromeo at archlinux.org
Wed Aug 2 12:47:32 UTC 2017


    Date: Wednesday, August 2, 2017 @ 12:47:31
  Author: mtorromeo
Revision: 247424

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nginx-mod-passenger/repos/community-i686/PKGBUILD
    (from rev 247423, nginx-mod-passenger/trunk/PKGBUILD)
  nginx-mod-passenger/repos/community-x86_64/PKGBUILD
    (from rev 247423, nginx-mod-passenger/trunk/PKGBUILD)
Deleted:
  nginx-mod-passenger/repos/community-i686/PKGBUILD
  nginx-mod-passenger/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-02 12:47:09 UTC (rev 247423)
+++ community-i686/PKGBUILD	2017-08-02 12:47:31 UTC (rev 247424)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-passenger
-pkgver=5.1.6
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc="Fast and robust web server and application server for Ruby, Python and Node.js"
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver" 'ruby')
-url="https://www.phusionpassenger.com"
-license=('MIT')
-
-source=(
-	http://nginx.org/download/nginx-$_nginxver.tar.gz
-	https://github.com/phusion/passenger/archive/release-$pkgver/$_modname-$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-            'ecca42b736e24afeaf318ad6eff565213a81df3a7a525340ddfe5478a3e0825e')
-
-build() {
-	cd "$srcdir"/nginx-$_nginxver
-	./configure --with-compat --add-dynamic-module=../$_modname-release-$pkgver/src/nginx_module
-	make modules
-}
-
-package() {
-	install -Dm644 "$srcdir"/$_modname-release-$pkgver/LICENSE \
-	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-	cd "$srcdir"/nginx-$_nginxver/objs
-	for mod in ngx_*.so; do
-		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-	done
-}

Copied: nginx-mod-passenger/repos/community-i686/PKGBUILD (from rev 247423, nginx-mod-passenger/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-02 12:47:31 UTC (rev 247424)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-passenger
+pkgver=5.1.7
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.1
+
+pkgdesc="Fast and robust web server and application server for Ruby, Python and Node.js"
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver" 'ruby')
+url="https://www.phusionpassenger.com"
+license=('MIT')
+
+source=(
+	http://nginx.org/download/nginx-$_nginxver.tar.gz
+	https://github.com/phusion/passenger/archive/release-$pkgver/$_modname-$pkgver.tar.gz
+)
+
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
+            'e7cd8625870d80a38eaf6d0c376c9fe404ac22f1e4b31a5a0ef63a55a96a7da7')
+
+build() {
+	cd "$srcdir"/nginx-$_nginxver
+	./configure --with-compat --add-dynamic-module=../$_modname-release-$pkgver/src/nginx_module
+	make modules
+}
+
+package() {
+	install -Dm644 "$srcdir"/$_modname-release-$pkgver/LICENSE \
+	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+	cd "$srcdir"/nginx-$_nginxver/objs
+	for mod in ngx_*.so; do
+		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+	done
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-02 12:47:09 UTC (rev 247423)
+++ community-x86_64/PKGBUILD	2017-08-02 12:47:31 UTC (rev 247424)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-passenger
-pkgver=5.1.6
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc="Fast and robust web server and application server for Ruby, Python and Node.js"
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver" 'ruby')
-url="https://www.phusionpassenger.com"
-license=('MIT')
-
-source=(
-	http://nginx.org/download/nginx-$_nginxver.tar.gz
-	https://github.com/phusion/passenger/archive/release-$pkgver/$_modname-$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-            'ecca42b736e24afeaf318ad6eff565213a81df3a7a525340ddfe5478a3e0825e')
-
-build() {
-	cd "$srcdir"/nginx-$_nginxver
-	./configure --with-compat --add-dynamic-module=../$_modname-release-$pkgver/src/nginx_module
-	make modules
-}
-
-package() {
-	install -Dm644 "$srcdir"/$_modname-release-$pkgver/LICENSE \
-	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-	cd "$srcdir"/nginx-$_nginxver/objs
-	for mod in ngx_*.so; do
-		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-	done
-}

Copied: nginx-mod-passenger/repos/community-x86_64/PKGBUILD (from rev 247423, nginx-mod-passenger/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-02 12:47:31 UTC (rev 247424)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-passenger
+pkgver=5.1.7
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.1
+
+pkgdesc="Fast and robust web server and application server for Ruby, Python and Node.js"
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver" 'ruby')
+url="https://www.phusionpassenger.com"
+license=('MIT')
+
+source=(
+	http://nginx.org/download/nginx-$_nginxver.tar.gz
+	https://github.com/phusion/passenger/archive/release-$pkgver/$_modname-$pkgver.tar.gz
+)
+
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
+            'e7cd8625870d80a38eaf6d0c376c9fe404ac22f1e4b31a5a0ef63a55a96a7da7')
+
+build() {
+	cd "$srcdir"/nginx-$_nginxver
+	./configure --with-compat --add-dynamic-module=../$_modname-release-$pkgver/src/nginx_module
+	make modules
+}
+
+package() {
+	install -Dm644 "$srcdir"/$_modname-release-$pkgver/LICENSE \
+	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+	cd "$srcdir"/nginx-$_nginxver/objs
+	for mod in ngx_*.so; do
+		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+	done
+}



More information about the arch-commits mailing list