[arch-commits] Commit in mosquitto/repos/community-x86_64 (6 files)
Jelle van der Waa
jelle at archlinux.org
Wed Aug 22 19:28:23 UTC 2018
Date: Wednesday, August 22, 2018 @ 19:28:23
Author: jelle
Revision: 373302
archrelease: copy trunk to community-x86_64
Added:
mosquitto/repos/community-x86_64/PKGBUILD
(from rev 373301, mosquitto/trunk/PKGBUILD)
mosquitto/repos/community-x86_64/mosquitto.service
(from rev 373301, mosquitto/trunk/mosquitto.service)
mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 373301, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
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 -
3 files changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-22 19:28:11 UTC (rev 373301)
+++ PKGBUILD 2018-08-22 19:28:23 UTC (rev 373302)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Radek Podgorny <radek at podgorny.cz>
-# Contributor: Dan Anderson <dan-anderson at cox dptnet>
-
-pkgname=mosquitto
-pkgver=1.5
-pkgrel=1
-pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
-arch=('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=('80c9606a906c736fe582b67bdfb650ee45239fea058fe34927f81277d3486e21'
- '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-x86_64/PKGBUILD (from rev 373301, mosquitto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-22 19:28:23 UTC (rev 373302)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Radek Podgorny <radek at podgorny.cz>
+# Contributor: Dan Anderson <dan-anderson at cox dptnet>
+
+pkgname=mosquitto
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
+arch=('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=('8557bc7ae34dfaf32a0fb56d2491b7a7f731269c88337227233013502df4d5b0'
+ '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
+}
Deleted: mosquitto.service
===================================================================
--- mosquitto.service 2018-08-22 19:28:11 UTC (rev 373301)
+++ mosquitto.service 2018-08-22 19:28:23 UTC (rev 373302)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Mosquitto MQTT Broker daemon
-Requires=network.target
-
-[Service]
-ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target
-
Copied: mosquitto/repos/community-x86_64/mosquitto.service (from rev 373301, mosquitto/trunk/mosquitto.service)
===================================================================
--- mosquitto.service (rev 0)
+++ mosquitto.service 2018-08-22 19:28:23 UTC (rev 373302)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Mosquitto MQTT Broker daemon
+Requires=network.target
+
+[Service]
+ExecStart=/usr/bin/mosquitto -c /etc/mosquitto/mosquitto.conf
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
+
Deleted: sysusers_mosquitto.conf
===================================================================
--- sysusers_mosquitto.conf 2018-08-22 19:28:11 UTC (rev 373301)
+++ sysusers_mosquitto.conf 2018-08-22 19:28:23 UTC (rev 373302)
@@ -1 +0,0 @@
-u mosquitto - "Mosquitto MQTT Broker" /var/empty
Copied: mosquitto/repos/community-x86_64/sysusers_mosquitto.conf (from rev 373301, mosquitto/trunk/sysusers_mosquitto.conf)
===================================================================
--- sysusers_mosquitto.conf (rev 0)
+++ sysusers_mosquitto.conf 2018-08-22 19:28:23 UTC (rev 373302)
@@ -0,0 +1 @@
+u mosquitto - "Mosquitto MQTT Broker" /var/empty
More information about the arch-commits
mailing list