aboutsummaryrefslogtreecommitdiffstats
path: root/main/cups
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-08-03 11:55:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-08-03 11:55:02 +0000
commit90a22b2ed0b330c108d063e74715f9befd79d2f6 (patch)
treeb094e0cf6fd5cdc7e5bd5478435b8b8b194a5594 /main/cups
parent7c08058fac709df4e6f49184048501dc890de028 (diff)
downloadaports-90a22b2ed0b330c108d063e74715f9befd79d2f6.tar.bz2
aports-90a22b2ed0b330c108d063e74715f9befd79d2f6.tar.xz
main/cups: upgrade to 1.5.4
Diffstat (limited to 'main/cups')
-rw-r--r--main/cups/APKBUILD8
-rw-r--r--main/cups/install-sh.patch11
2 files changed, 3 insertions, 16 deletions
diff --git a/main/cups/APKBUILD b/main/cups/APKBUILD
index 561f8def4a..a57a946677 100644
--- a/main/cups/APKBUILD
+++ b/main/cups/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=cups
-pkgver=1.5.3
+pkgver=1.5.4
pkgrel=0
pkgdesc="The CUPS Printing System"
url="http://www.cups.org/"
@@ -16,7 +16,6 @@ replaces="cups-doc"
source="ftp://ftp.easysw.com/pub/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.bz2
$pkgname.logrotate
cupsd.initd
- install-sh.patch
"
depends_dev="openssl-dev zlib-dev"
@@ -101,7 +100,6 @@ client() {
usr/sbin/reject
}
-md5sums="e1ad15257aa6f162414ea3beae0c5df8 cups-1.5.3-source.tar.bz2
+md5sums="de3006e5cf1ee78a9c6145ce62c4e982 cups-1.5.4-source.tar.bz2
f861b18f4446c43918c8643dcbbd7f6d cups.logrotate
-1154ed66fdcfa0523f929a369079f43c cupsd.initd
-0e4632dc8d692b6a7433c19a6763600a install-sh.patch"
+1154ed66fdcfa0523f929a369079f43c cupsd.initd"
diff --git a/main/cups/install-sh.patch b/main/cups/install-sh.patch
deleted file mode 100644
index 6a7fbbcdd0..0000000000
--- a/main/cups/install-sh.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./install-sh.orig
-+++ ./install-sh
-@@ -61,7 +61,7 @@
- dst=""
- dir_arg=""
-
--function gzipcp {
-+gzipcp() {
- # gzipcp from to
- $gzipprog -9 <"$1" >"$2"
- }