diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2012-03-17 16:17:57 +0000 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2012-03-17 16:17:57 +0000 |
commit | a6655ac9b6cad23ea5f7556a2d60b7bbaa2e1ce5 (patch) | |
tree | 8c1e54c8d28617efbf0bbd818403b5bfc8e89e3d | |
parent | f0f42e1987f3ed02f584fd78938b5511e851ab33 (diff) | |
download | aports-a6655ac9b6cad23ea5f7556a2d60b7bbaa2e1ce5.tar.bz2 aports-a6655ac9b6cad23ea5f7556a2d60b7bbaa2e1ce5.tar.xz |
various: bump pkgrel on packages where opts were replaced
bump pkgrel on various packages
-rw-r--r-- | main/clamav/APKBUILD | 2 | ||||
-rw-r--r-- | main/kamailio/APKBUILD | 2 | ||||
-rw-r--r-- | main/php/APKBUILD | 2 | ||||
-rw-r--r-- | main/postgrey/APKBUILD | 2 | ||||
-rw-r--r-- | testing/gnump3d/APKBUILD | 2 | ||||
-rw-r--r-- | testing/pdns/APKBUILD | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/main/clamav/APKBUILD b/main/clamav/APKBUILD index f40c75365a..567bc87b90 100644 --- a/main/clamav/APKBUILD +++ b/main/clamav/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=clamav pkgver=0.97.3 -pkgrel=1 +pkgrel=2 pkgusers=clamav pkggroups=clamav pkgdesc="An anti-virus toolkit for UNIX" diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD index 74bdaef3f4..76035282ce 100644 --- a/main/kamailio/APKBUILD +++ b/main/kamailio/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Nathan Angelacos <nangel@alpinelinux.org> pkgname=kamailio pkgver=3.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Open Source SIP Proxy" url="http://www.kamailio.org/" pkgusers="kamailio" diff --git a/main/php/APKBUILD b/main/php/APKBUILD index 7c8c53b98d..9cf84ab59a 100644 --- a/main/php/APKBUILD +++ b/main/php/APKBUILD @@ -3,7 +3,7 @@ pkgname=php pkgver=5.3.10 _suhosinver=5.3.9-0.9.10 -pkgrel=2 +pkgrel=3 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" arch="all" diff --git a/main/postgrey/APKBUILD b/main/postgrey/APKBUILD index b83dca2de6..0be2be6b7a 100644 --- a/main/postgrey/APKBUILD +++ b/main/postgrey/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michael Mason <ms13sp@gmail.com> pkgname=postgrey pkgver=1.34 -pkgrel=0 +pkgrel=1 pkgdesc="Postfix policy server implementing greylisting" url="http://postgrey.schweikert.ch/" arch="noarch" diff --git a/testing/gnump3d/APKBUILD b/testing/gnump3d/APKBUILD index 1fa85b283e..ff26e2df7d 100644 --- a/testing/gnump3d/APKBUILD +++ b/testing/gnump3d/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michael Mason <ms13sp@gmail.com> pkgname=gnump3d pkgver=3.0 -pkgrel=0 +pkgrel=1 pkgdesc="A streaming server for MP3, OGG vorbis and other streamable files" url="http://www.gnump3d.org/" arch="all" diff --git a/testing/pdns/APKBUILD b/testing/pdns/APKBUILD index 482a57b312..ad728a91e2 100644 --- a/testing/pdns/APKBUILD +++ b/testing/pdns/APKBUILD @@ -4,7 +4,7 @@ pkgname=pdns pkgver=3.0 _extver=rc1 _realver=$pkgver-$_extver -pkgrel=0 +pkgrel=1 pkgdesc="PowerDNS Authoritative Server" url="http://www.powerdns.com/" arch="all" |