main/cups: upgrade to 1.5.4

This commit is contained in:
Natanael Copa 2012-08-03 11:55:02 +00:00
parent 7c08058fac
commit 90a22b2ed0
2 changed files with 3 additions and 16 deletions

View File

@ -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"

View File

@ -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"
}