[arch-commits] Commit in mosquitto/repos (12 files)

2017-10-21 Thread Jelle van der Waa
Date: Saturday, October 21, 2017 @ 16:29:31
  Author: jelle
Revision: 263860

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

Added:
  mosquitto/repos/community-i686/PKGBUILD
(from rev 263859, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-i686/mosquitto.service
(from rev 263859, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-i686/sysusers_mosquitto.conf
(from rev 263859, mosquitto/trunk/sysusers_mosquitto.conf)
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 263859, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 263859, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 263859, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
  mosquitto/repos/community-i686/PKGBUILD
  mosquitto/repos/community-i686/mosquitto.service
  mosquitto/repos/community-i686/sysusers_mosquitto.conf
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.service
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf

--+
 /PKGBUILD|   82 +
 /mosquitto.service   |   24 
 /sysusers_mosquitto.conf |2 
 community-i686/PKGBUILD  |   41 --
 community-i686/mosquitto.service |   12 
 community-i686/sysusers_mosquitto.conf   |1 
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/mosquitto.service   |   12 
 community-x86_64/sysusers_mosquitto.conf |1 
 9 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-21 16:29:16 UTC (rev 263859)
+++ community-i686/PKGBUILD 2017-10-21 16:29:31 UTC (rev 263860)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.4.14
-pkgrel=2
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/;
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1'
-'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-
-  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}

Copied: mosquitto/repos/community-i686/PKGBUILD (from rev 263859, 
mosquitto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-21 16:29:31 UTC (rev 263860)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.14
+pkgrel=3
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 

[arch-commits] Commit in mosquitto/repos (12 files)

2017-10-21 Thread Jelle van der Waa
Date: Saturday, October 21, 2017 @ 15:25:02
  Author: jelle
Revision: 263848

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

Added:
  mosquitto/repos/community-i686/PKGBUILD
(from rev 263847, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-i686/mosquitto.service
(from rev 263847, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-i686/sysusers_mosquitto.conf
(from rev 263847, mosquitto/trunk/sysusers_mosquitto.conf)
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 263847, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 263847, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 263847, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
  mosquitto/repos/community-i686/PKGBUILD
  mosquitto/repos/community-i686/mosquitto.service
  mosquitto/repos/community-i686/sysusers_mosquitto.conf
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.service
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf

--+
 /PKGBUILD|   82 +
 /mosquitto.service   |   24 
 /sysusers_mosquitto.conf |2 
 community-i686/PKGBUILD  |   41 --
 community-i686/mosquitto.service |   12 
 community-i686/sysusers_mosquitto.conf   |1 
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/mosquitto.service   |   12 
 community-x86_64/sysusers_mosquitto.conf |1 
 9 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-21 15:24:02 UTC (rev 263847)
+++ community-i686/PKGBUILD 2017-10-21 15:25:02 UTC (rev 263848)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.4.14
-pkgrel=2
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/;
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1'
-'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-
-  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}

Copied: mosquitto/repos/community-i686/PKGBUILD (from rev 263847, 
mosquitto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-21 15:25:02 UTC (rev 263848)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.14
+pkgrel=2
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 

[arch-commits] Commit in mosquitto/repos (12 files)

2017-08-11 Thread Jelle van der Waa
Date: Friday, August 11, 2017 @ 16:22:52
  Author: jelle
Revision: 249823

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

Added:
  mosquitto/repos/community-i686/PKGBUILD
(from rev 249822, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-i686/mosquitto.service
(from rev 249822, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-i686/sysusers_mosquitto.conf
(from rev 249822, mosquitto/trunk/sysusers_mosquitto.conf)
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 249822, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 249822, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 249822, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
  mosquitto/repos/community-i686/PKGBUILD
  mosquitto/repos/community-i686/mosquitto.service
  mosquitto/repos/community-i686/sysusers_mosquitto.conf
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.service
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf

--+
 /PKGBUILD|   82 +
 /mosquitto.service   |   24 
 /sysusers_mosquitto.conf |2 
 community-i686/PKGBUILD  |   41 --
 community-i686/mosquitto.service |   12 
 community-i686/sysusers_mosquitto.conf   |1 
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/mosquitto.service   |   12 
 community-x86_64/sysusers_mosquitto.conf |1 
 9 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-11 16:22:38 UTC (rev 249822)
+++ community-i686/PKGBUILD 2017-08-11 16:22:52 UTC (rev 249823)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.4.14
-pkgrel=1
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/;
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1'
-'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-
-  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}

Copied: mosquitto/repos/community-i686/PKGBUILD (from rev 249822, 
mosquitto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-11 16:22:52 UTC (rev 249823)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.14
+pkgrel=2
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 

[arch-commits] Commit in mosquitto/repos (12 files)

2017-07-15 Thread Jelle van der Waa
Date: Saturday, July 15, 2017 @ 15:11:26
  Author: jelle
Revision: 245238

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

Added:
  mosquitto/repos/community-i686/PKGBUILD
(from rev 245237, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-i686/mosquitto.service
(from rev 245237, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-i686/sysusers_mosquitto.conf
(from rev 245237, mosquitto/trunk/sysusers_mosquitto.conf)
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 245237, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 245237, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 245237, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
  mosquitto/repos/community-i686/PKGBUILD
  mosquitto/repos/community-i686/mosquitto.service
  mosquitto/repos/community-i686/sysusers_mosquitto.conf
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.service
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf

--+
 /PKGBUILD|   82 +
 /mosquitto.service   |   24 
 /sysusers_mosquitto.conf |2 
 community-i686/PKGBUILD  |   41 --
 community-i686/mosquitto.service |   12 
 community-i686/sysusers_mosquitto.conf   |1 
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/mosquitto.service   |   12 
 community-x86_64/sysusers_mosquitto.conf |1 
 9 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-15 15:11:14 UTC (rev 245237)
+++ community-i686/PKGBUILD 2017-07-15 15:11:26 UTC (rev 245238)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.4.12
-pkgrel=1
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/;
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('b12e2353f92cb76882ce7b7bddfea022b461b38cbe6e7fb7c969d0daeb379cf7'
-'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-
-  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}

Copied: mosquitto/repos/community-i686/PKGBUILD (from rev 245237, 
mosquitto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-15 15:11:26 UTC (rev 245238)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.14
+pkgrel=1
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 

[arch-commits] Commit in mosquitto/repos (12 files)

2017-06-02 Thread Jelle van der Waa
Date: Friday, June 2, 2017 @ 22:22:54
  Author: jelle
Revision: 233558

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

Added:
  mosquitto/repos/community-i686/PKGBUILD
(from rev 233556, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-i686/mosquitto.service
(from rev 233556, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-i686/sysusers_mosquitto.conf
(from rev 233556, mosquitto/trunk/sysusers_mosquitto.conf)
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 233556, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 233556, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 233556, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
  mosquitto/repos/community-i686/PKGBUILD
  mosquitto/repos/community-i686/mosquitto.service
  mosquitto/repos/community-i686/sysusers_mosquitto.conf
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.service
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf

--+
 /PKGBUILD|   82 +
 /mosquitto.service   |   24 
 /sysusers_mosquitto.conf |2 
 community-i686/PKGBUILD  |   41 --
 community-i686/mosquitto.service |   12 
 community-i686/sysusers_mosquitto.conf   |1 
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/mosquitto.service   |   12 
 community-x86_64/sysusers_mosquitto.conf |1 
 9 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-02 22:22:52 UTC (rev 233557)
+++ community-i686/PKGBUILD 2017-06-02 22:22:54 UTC (rev 233558)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.4.11
-pkgrel=5
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/;
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('ca47533bbc1b7c5e15d6e5d96d3efc59677f2515b6692263c34b7c48f33280c5'
-'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-
-  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}

Copied: mosquitto/repos/community-i686/PKGBUILD (from rev 233556, 
mosquitto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-02 22:22:54 UTC (rev 233558)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.12
+pkgrel=1
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('b12e2353f92cb76882ce7b7bddfea022b461b38cbe6e7fb7c969d0daeb379cf7'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 

[arch-commits] Commit in mosquitto/repos (12 files)

2017-03-31 Thread Jelle van der Waa
Date: Friday, March 31, 2017 @ 17:39:16
  Author: jelle
Revision: 220180

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

Added:
  mosquitto/repos/community-testing-i686/PKGBUILD
(from rev 220179, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-testing-i686/mosquitto.service
(from rev 220179, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-testing-i686/sysusers_mosquitto.conf
(from rev 220179, mosquitto/trunk/sysusers_mosquitto.conf)
  mosquitto/repos/community-testing-x86_64/PKGBUILD
(from rev 220179, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-testing-x86_64/mosquitto.service
(from rev 220179, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-testing-x86_64/sysusers_mosquitto.conf
(from rev 220179, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
  mosquitto/repos/community-testing-i686/PKGBUILD
  mosquitto/repos/community-testing-i686/mosquitto.service
  mosquitto/repos/community-testing-i686/sysusers_mosquitto.conf
  mosquitto/repos/community-testing-x86_64/PKGBUILD
  mosquitto/repos/community-testing-x86_64/mosquitto.service
  mosquitto/repos/community-testing-x86_64/sysusers_mosquitto.conf

--+
 /PKGBUILD|   82 +
 /mosquitto.service   |   24 ++
 /sysusers_mosquitto.conf |2 
 community-testing-i686/PKGBUILD  |   41 --
 community-testing-i686/mosquitto.service |   12 ---
 community-testing-i686/sysusers_mosquitto.conf   |1 
 community-testing-x86_64/PKGBUILD|   41 --
 community-testing-x86_64/mosquitto.service   |   12 ---
 community-testing-x86_64/sysusers_mosquitto.conf |1 
 9 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-03-31 17:39:05 UTC (rev 220179)
+++ community-testing-i686/PKGBUILD 2017-03-31 17:39:16 UTC (rev 220180)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.4.11
-pkgrel=4
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/;
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('ca47533bbc1b7c5e15d6e5d96d3efc59677f2515b6692263c34b7c48f33280c5'
-'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-
-  install -D -m644 "${srcdir}"/sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}

Copied: mosquitto/repos/community-testing-i686/PKGBUILD (from rev 220179, 
mosquitto/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-31 17:39:16 UTC (rev 220180)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.11
+pkgrel=5
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('ca47533bbc1b7c5e15d6e5d96d3efc59677f2515b6692263c34b7c48f33280c5'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 

[arch-commits] Commit in mosquitto/repos (12 files)

2017-03-03 Thread Jelle van der Waa
Date: Friday, March 3, 2017 @ 20:30:15
  Author: jelle
Revision: 214694

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

Added:
  mosquitto/repos/community-staging-i686/PKGBUILD
(from rev 214693, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-staging-i686/mosquitto.service
(from rev 214693, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-staging-i686/sysusers_mosquitto.conf
(from rev 214693, mosquitto/trunk/sysusers_mosquitto.conf)
  mosquitto/repos/community-staging-x86_64/PKGBUILD
(from rev 214693, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-staging-x86_64/mosquitto.service
(from rev 214693, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-staging-x86_64/sysusers_mosquitto.conf
(from rev 214693, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
  mosquitto/repos/community-staging-i686/PKGBUILD
  mosquitto/repos/community-staging-i686/mosquitto.install
  mosquitto/repos/community-staging-i686/mosquitto.service
  mosquitto/repos/community-staging-x86_64/PKGBUILD
  mosquitto/repos/community-staging-x86_64/mosquitto.install
  mosquitto/repos/community-staging-x86_64/mosquitto.service

--+
 /PKGBUILD|   82 +
 /mosquitto.service   |   24 ++
 community-staging-i686/PKGBUILD  |   40 --
 community-staging-i686/mosquitto.install |4 -
 community-staging-i686/mosquitto.service |   12 ---
 community-staging-i686/sysusers_mosquitto.conf   |1 
 community-staging-x86_64/PKGBUILD|   40 --
 community-staging-x86_64/mosquitto.install   |4 -
 community-staging-x86_64/mosquitto.service   |   12 ---
 community-staging-x86_64/sysusers_mosquitto.conf |1 
 10 files changed, 108 insertions(+), 112 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-03-03 20:30:02 UTC (rev 214693)
+++ community-staging-i686/PKGBUILD 2017-03-03 20:30:15 UTC (rev 214694)
@@ -1,40 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.4.10
-pkgrel=4
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/;
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
-install=$pkgname.install
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770'
-'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-}

Copied: mosquitto/repos/community-staging-i686/PKGBUILD (from rev 214693, 
mosquitto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-03 20:30:15 UTC (rev 214694)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.11
+pkgrel=4
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "sysusers_mosquitto.conf")
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('ca47533bbc1b7c5e15d6e5d96d3efc59677f2515b6692263c34b7c48f33280c5'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+  make 

[arch-commits] Commit in mosquitto/repos (12 files)

2017-02-23 Thread Jelle van der Waa
Date: Thursday, February 23, 2017 @ 20:33:48
  Author: jelle
Revision: 213662

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

Added:
  mosquitto/repos/community-i686/PKGBUILD
(from rev 213661, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-i686/mosquitto.install
(from rev 213661, mosquitto/trunk/mosquitto.install)
  mosquitto/repos/community-i686/mosquitto.service
(from rev 213661, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 213661, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.install
(from rev 213661, mosquitto/trunk/mosquitto.install)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 213661, mosquitto/trunk/mosquitto.service)
Deleted:
  mosquitto/repos/community-i686/PKGBUILD
  mosquitto/repos/community-i686/mosquitto.install
  mosquitto/repos/community-i686/mosquitto.service
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.install
  mosquitto/repos/community-x86_64/mosquitto.service

+
 /PKGBUILD  |   80 +++
 /mosquitto.install |8 +++
 /mosquitto.service |   24 ++
 community-i686/PKGBUILD|   40 -
 community-i686/mosquitto.install   |4 -
 community-i686/mosquitto.service   |   12 -
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/mosquitto.install |4 -
 community-x86_64/mosquitto.service |   12 -
 9 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-23 20:33:35 UTC (rev 213661)
+++ community-i686/PKGBUILD 2017-02-23 20:33:48 UTC (rev 213662)
@@ -1,40 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.4.10
-pkgrel=3
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/;
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
-install=$pkgname.install
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770'
-'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-}

Copied: mosquitto/repos/community-i686/PKGBUILD (from rev 213661, 
mosquitto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-23 20:33:48 UTC (rev 213662)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.11
+pkgrel=1
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
+install=$pkgname.install
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('ca47533bbc1b7c5e15d6e5d96d3efc59677f2515b6692263c34b7c48f33280c5'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv 

[arch-commits] Commit in mosquitto/repos (12 files)

2017-01-06 Thread Jelle van der Waa
Date: Friday, January 6, 2017 @ 15:33:03
  Author: jelle
Revision: 205815

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

Added:
  mosquitto/repos/community-i686/PKGBUILD
(from rev 205814, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-i686/mosquitto.install
(from rev 205814, mosquitto/trunk/mosquitto.install)
  mosquitto/repos/community-i686/mosquitto.service
(from rev 205814, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 205814, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.install
(from rev 205814, mosquitto/trunk/mosquitto.install)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 205814, mosquitto/trunk/mosquitto.service)
Deleted:
  mosquitto/repos/community-i686/PKGBUILD
  mosquitto/repos/community-i686/mosquitto.install
  mosquitto/repos/community-i686/mosquitto.service
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.install
  mosquitto/repos/community-x86_64/mosquitto.service

+
 /PKGBUILD  |   80 +++
 /mosquitto.install |8 +++
 /mosquitto.service |   24 ++
 community-i686/PKGBUILD|   40 -
 community-i686/mosquitto.install   |4 -
 community-i686/mosquitto.service   |   12 -
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/mosquitto.install |4 -
 community-x86_64/mosquitto.service |   12 -
 9 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-06 15:32:50 UTC (rev 205814)
+++ community-i686/PKGBUILD 2017-01-06 15:33:03 UTC (rev 205815)
@@ -1,40 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.4.10
-pkgrel=2
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/;
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('docbook-xsl' 'c-ares')
-license=('BSD')
-source=(http://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
-install=$pkgname.install
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770'
-'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-}

Copied: mosquitto/repos/community-i686/PKGBUILD (from rev 205814, 
mosquitto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-06 15:33:03 UTC (rev 205815)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.10
+pkgrel=3
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(https://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
+install=$pkgname.install
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv 

[arch-commits] Commit in mosquitto/repos (12 files)

2016-09-20 Thread Jelle van der Waa
Date: Tuesday, September 20, 2016 @ 16:22:04
  Author: jelle
Revision: 190061

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

Added:
  mosquitto/repos/community-i686/PKGBUILD
(from rev 190060, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-i686/mosquitto.install
(from rev 190060, mosquitto/trunk/mosquitto.install)
  mosquitto/repos/community-i686/mosquitto.service
(from rev 190060, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 190060, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.install
(from rev 190060, mosquitto/trunk/mosquitto.install)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 190060, mosquitto/trunk/mosquitto.service)
Deleted:
  mosquitto/repos/community-i686/PKGBUILD
  mosquitto/repos/community-i686/mosquitto.install
  mosquitto/repos/community-i686/mosquitto.service
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.install
  mosquitto/repos/community-x86_64/mosquitto.service

+
 /PKGBUILD  |   80 +++
 /mosquitto.install |8 +++
 /mosquitto.service |   24 ++
 community-i686/PKGBUILD|   40 -
 community-i686/mosquitto.install   |4 -
 community-i686/mosquitto.service   |   12 -
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/mosquitto.install |4 -
 community-x86_64/mosquitto.service |   12 -
 9 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-20 16:21:52 UTC (rev 190060)
+++ community-i686/PKGBUILD 2016-09-20 16:22:04 UTC (rev 190061)
@@ -1,40 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=1.4.10
-pkgrel=1
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('i686' 'x86_64')
-url="http://mosquitto.org/;
-depends=('openssl' 'c-ares' 'libwebsockets')
-makedepends=('python' 'docbook-xsl' 'c-ares')
-license=('BSD')
-source=(http://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
-install=$pkgname.install
-backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770'
-'SKIP'
-'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
-'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # FIX upstream by making SBINDIR=foo or use CMAKE
-  sed -i 's|/sbin|/bin|g' src/Makefile
-  make WITH_WEBSOCKETS=yes
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make prefix=/usr DESTDIR="$pkgdir/" install
-
-  # Shipped in git.
-  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/etc/$pkgname/$pkgname.conf.example" 
"$pkgdir/etc/$pkgname/$pkgname.conf"
-}

Copied: mosquitto/repos/community-i686/PKGBUILD (from rev 190060, 
mosquitto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-20 16:22:04 UTC (rev 190061)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=1.4.10
+pkgrel=2
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('i686' 'x86_64')
+url="http://mosquitto.org/;
+depends=('openssl' 'c-ares' 'libwebsockets')
+makedepends=('docbook-xsl' 'c-ares')
+license=('BSD')
+source=(http://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} 
"$pkgname.service" "$pkgname.install")
+install=$pkgname.install
+backup=("etc/$pkgname/$pkgname.conf")
+sha256sums=('437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770'
+'SKIP'
+'3480aa1a9da543230fbbb0e7e11cde9db2736e486cd024fbd505f927188fa3a2'
+'43e65aef96a8cab33b62e66bdaa18c071ad20d9654f9e6a4af5716e4f4daabe6')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # FIX upstream by making SBINDIR=foo or use CMAKE
+  sed -i 's|/sbin|/bin|g' src/Makefile
+  make WITH_WEBSOCKETS=yes
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make prefix=/usr DESTDIR="$pkgdir/" install
+
+  # Shipped in git.
+  install -Dm644 "$srcdir/$pkgname.service" 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv