summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2008-03-13 09:41:16 +0100
committerJuergen Daubert <jue@jue.li>2008-03-13 09:41:16 +0100
commit38c6b5595958bc0a449786dda5036077953bf396 (patch)
tree09f5554588c1465c422771a3d77b6d691b264430 /cups
parentb044594c776642b3a5c4db06cc5ef2b4ffea20b3 (diff)
downloadopt-38c6b5595958bc0a449786dda5036077953bf396.tar.gz
opt-38c6b5595958bc0a449786dda5036077953bf396.tar.xz
cups: update to 1.3.6
Diffstat (limited to 'cups')
-rw-r--r--cups/.footprint2
-rw-r--r--cups/.md5sum2
-rw-r--r--cups/Pkgfile4
3 files changed, 4 insertions, 4 deletions
diff --git a/cups/.footprint b/cups/.footprint
index fc8ce39e1..1e5f5fa53 100644
--- a/cups/.footprint
+++ b/cups/.footprint
@@ -454,7 +454,7 @@ drwxr-xr-x root/root usr/share/cups/templates/
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/cache/
drwxrwxr-x root/lp var/cache/cups/
-drwxr-xr-x root/lp var/cache/cups/rss/
+drwxrwxr-x root/lp var/cache/cups/rss/
drwxr-xr-x root/root var/log/
drwxr-xr-x root/root var/log/cups/
drwxr-xr-x root/root var/run/
diff --git a/cups/.md5sum b/cups/.md5sum
index 3eec49b8d..f4af43382 100644
--- a/cups/.md5sum
+++ b/cups/.md5sum
@@ -1,3 +1,3 @@
01b6a755c5b0fb7df2d2c94571f67e1d cups
-355705c528e9a8d0d439da15454d79a6 cups-1.3.5-source.tar.bz2
+642f9f6d879999bff1b51aeee57a3ce1 cups-1.3.6-source.tar.bz2
2220f411940c4f7504ed4457c6304d4a cups-config.patch
diff --git a/cups/Pkgfile b/cups/Pkgfile
index d06832aee..c55102d83 100644
--- a/cups/Pkgfile
+++ b/cups/Pkgfile
@@ -4,14 +4,14 @@
# Depends on: libpng, libtiff, openssl
name=cups
-version=1.3.5
+version=1.3.6
release=1
source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 \
cups-config.patch cups)
build () {
cd $name-$version
- patch -p1 < $SRC/cups-config.patch
+ patch -p1 -i $SRC/cups-config.patch
./configure --prefix=/usr \
--sysconfdir=/etc \

Generated by cgit