From d03e016ebf91a85d8615e6dc402d036b971d6342 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 19 May 2009 17:35:53 +0000 Subject: - Update to 0.5.3 PR: 134702 Sumitted by: Stephen Hurd (maintainer) --- print/cups-bjnp/Makefile | 2 +- print/cups-bjnp/distinfo | 6 +++--- print/cups-bjnp/files/patch-bjnp-io.c | 11 ----------- print/cups-bjnp/files/patch-configure | 20 -------------------- 4 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 print/cups-bjnp/files/patch-bjnp-io.c delete mode 100644 print/cups-bjnp/files/patch-configure (limited to 'print/cups-bjnp') diff --git a/print/cups-bjnp/Makefile b/print/cups-bjnp/Makefile index 36f3d12b4f5f..db7883b79668 100644 --- a/print/cups-bjnp/Makefile +++ b/print/cups-bjnp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cups-bjnp -PORTVERSION= 0.5 +PORTVERSION= 0.5.3 CATEGORIES= print MASTER_SITES= SF diff --git a/print/cups-bjnp/distinfo b/print/cups-bjnp/distinfo index 7a39320aef49..e5a4a698b060 100644 --- a/print/cups-bjnp/distinfo +++ b/print/cups-bjnp/distinfo @@ -1,3 +1,3 @@ -MD5 (cups-bjnp-0.5.tar.gz) = 8d0781ec4b31b7eee2e8ce4a2d47aa90 -SHA256 (cups-bjnp-0.5.tar.gz) = f303b3f23ec583344fa8f9c659aa9515566deb352f5971e96a1d72f8ee208dd7 -SIZE (cups-bjnp-0.5.tar.gz) = 138914 +MD5 (cups-bjnp-0.5.3.tar.gz) = 3f0f7ede1bc8786416220ee3ab114437 +SHA256 (cups-bjnp-0.5.3.tar.gz) = 9d369d6c561b81d91006675c4ad3c209548dc7aca63b39be3ffe7756b70dce04 +SIZE (cups-bjnp-0.5.3.tar.gz) = 117082 diff --git a/print/cups-bjnp/files/patch-bjnp-io.c b/print/cups-bjnp/files/patch-bjnp-io.c deleted file mode 100644 index fed2beda30fc..000000000000 --- a/print/cups-bjnp/files/patch-bjnp-io.c +++ /dev/null @@ -1,11 +0,0 @@ ---- bjnp-io.c.orig 2009-02-28 12:08:51.000000000 -0800 -+++ bjnp-io.c 2009-04-28 16:59:11.000000000 -0700 -@@ -15,6 +15,8 @@ - * - */ - -+#include "config.h" -+ - #include - #include - #include diff --git a/print/cups-bjnp/files/patch-configure b/print/cups-bjnp/files/patch-configure deleted file mode 100644 index 077481d0075b..000000000000 --- a/print/cups-bjnp/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2009-03-12 13:15:28.000000000 -0700 -+++ configure 2009-04-28 17:25:40.000000000 -0700 -@@ -3671,14 +3671,14 @@ - - else - -- dirs="/usr/lib/cups/backend /usr/local/lib/cups/backend /opt/lib/cups/backend" -+ dirs="/usr/lib/cups/backend /usr/local/lib/cups/backend /opt/lib/cups/backend /usr/local/libexec/cups/backend" - cupsbackenddir="" - for dir in $dirs; do -- if test -d $dir -a -n "cupsbackenddir"; then -+ if test -d $dir -a -z "$cupsbackenddir"; then - cupsbackenddir=$dir - fi - done -- if test -n $cupsbackenddir; then -+ if test -n "$cupsbackenddir"; then - echo found Cups backend directory $cupsbackenddir - else - { { $as_echo "$as_me:$LINENO: error: Cups backend directory not specified and auto-detection failed!" >&5 -- cgit v1.2.3