diff options
author | Przemyslaw Pawelczyk <przemoc@zoho.com> | 2016-06-06 02:05:15 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-07 07:20:09 +0000 |
commit | 1688eb68a51e1350541448e89cef117a285c09e0 (patch) | |
tree | 3d1f9826a4d2c13a9afecf5b4d4a650a9df920a6 /testing | |
parent | 9fd5431afb18e64724031151c5657bf6750d18b7 (diff) | |
download | aports-1688eb68a51e1350541448e89cef117a285c09e0.tar.bz2 aports-1688eb68a51e1350541448e89cef117a285c09e0.tar.xz |
testing/[various]: Bump pkgrel for .pre-install scripts fixes.
* testing/at: Properly set primary group in .pre-install.
testing/at/at.pre-install
* testing/ejabberd: Fix .pre-install script broken since 9716bc3570be.
testing/ejabberd/ejabberd.pre-install
* testing/rrdbot: Remove bogus comment in .pre-install script.
testing/rrdbot/rrdbot.pre-install
* testing/[various]: Add group and use it as primary in .pre-* scripts.
testing/dbmail/dbmail.pre-install
testing/dspam/dspam.pre-install
testing/opensips/opensips.pre-install
testing/pdns/pdns.pre-install
testing/qpage/qpage.pre-install
testing/rrdbot/rrdbot.pre-install
testing/wt/wt.pre-install
Diffstat (limited to 'testing')
-rw-r--r-- | testing/at/APKBUILD | 2 | ||||
-rw-r--r-- | testing/dbmail/APKBUILD | 2 | ||||
-rw-r--r-- | testing/dspam/APKBUILD | 2 | ||||
-rw-r--r-- | testing/ejabberd/APKBUILD | 2 | ||||
-rw-r--r-- | testing/opensips/APKBUILD | 2 | ||||
-rw-r--r-- | testing/pdns/APKBUILD | 2 | ||||
-rw-r--r-- | testing/qpage/APKBUILD | 2 | ||||
-rw-r--r-- | testing/rrdbot/APKBUILD | 2 | ||||
-rw-r--r-- | testing/wt/APKBUILD | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/testing/at/APKBUILD b/testing/at/APKBUILD index a05431bfdf..c61cdabda6 100644 --- a/testing/at/APKBUILD +++ b/testing/at/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Alexander Belkov <msun00@yandex.ru> pkgname=at pkgver=3.1.18 -pkgrel=1 +pkgrel=2 pkgdesc="AT and batch delayed command scheduling utility and daemon" url="http://packages.qa.debian.org/a/at.html" arch="all" diff --git a/testing/dbmail/APKBUILD b/testing/dbmail/APKBUILD index 2bf79c8fe8..e69b23a1be 100644 --- a/testing/dbmail/APKBUILD +++ b/testing/dbmail/APKBUILD @@ -3,7 +3,7 @@ pkgname=dbmail _realpkgver=3.2.3 pkgver=3.2.3 -pkgrel=0 +pkgrel=1 pkgdesc="Fast and scalable sql based mail services" url="http://dbmail.org" arch="all" diff --git a/testing/dspam/APKBUILD b/testing/dspam/APKBUILD index 5edfeeb4cf..7f057fd9c4 100644 --- a/testing/dspam/APKBUILD +++ b/testing/dspam/APKBUILD @@ -3,7 +3,7 @@ pkgname=dspam pkgver=3.10.2 _ver=$pkgver -pkgrel=4 +pkgrel=5 pkgdesc="A statistical-algorithmic hybrid anti-spam filter" url="http://dspam.nuclearelephant.com/" pkgusers="dspam" diff --git a/testing/ejabberd/APKBUILD b/testing/ejabberd/APKBUILD index 1051498579..0be079462e 100644 --- a/testing/ejabberd/APKBUILD +++ b/testing/ejabberd/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: John Regan <john@jrjrtech.com> pkgname=ejabberd pkgver=16.04 -pkgrel=0 +pkgrel=1 pkgdesc="An erlang jabber server" url="http://www.ejabberd.im" arch="all" diff --git a/testing/opensips/APKBUILD b/testing/opensips/APKBUILD index 4b17cc8cdc..0fbdda0f15 100644 --- a/testing/opensips/APKBUILD +++ b/testing/opensips/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=opensips pkgver=1.6.3 -pkgrel=2 +pkgrel=3 pkgdesc="Flexible and customizable sip routing engine" url="http://www.opensips.org/" arch="all" diff --git a/testing/pdns/APKBUILD b/testing/pdns/APKBUILD index 1336c465b4..9e71023985 100644 --- a/testing/pdns/APKBUILD +++ b/testing/pdns/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=pdns pkgver=3.4.8 -pkgrel=1 +pkgrel=2 pkgdesc="PowerDNS Authoritative Server" url="http://www.powerdns.com/" arch="all" diff --git a/testing/qpage/APKBUILD b/testing/qpage/APKBUILD index 2f1eb5bf32..96e0b12249 100644 --- a/testing/qpage/APKBUILD +++ b/testing/qpage/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=qpage pkgver=3.3 -pkgrel=1 +pkgrel=2 pkgdesc="Sends messages to an alphanumeric pager via TAP protocol." url="http://www.qpage.org/" arch="all" diff --git a/testing/rrdbot/APKBUILD b/testing/rrdbot/APKBUILD index 7050d44d78..2da147f4e5 100644 --- a/testing/rrdbot/APKBUILD +++ b/testing/rrdbot/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=rrdbot pkgver=0.9.7 -pkgrel=1 +pkgrel=2 pkgdesc="An SNMP polling daemon which writes the polled values to an RRD database" url="http://thewalter.net/stef/software/rrdbot/" arch="all" diff --git a/testing/wt/APKBUILD b/testing/wt/APKBUILD index f93459f138..8da388609f 100644 --- a/testing/wt/APKBUILD +++ b/testing/wt/APKBUILD @@ -3,7 +3,7 @@ pkgname=wt pkgver=3.3.4 _pkgver=3.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="A C++ library and application server for developing and deploying web applications" url="http://www.webtoolkit.eu" arch="x86 x86_64" |