aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-05-19 17:35:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-05-19 17:35:53 +0000
commitd03e016ebf91a85d8615e6dc402d036b971d6342 (patch)
treef1585bc8831c44e57f849f48ca50176c37859dc7 /print
parent6a4577d56aee1ff1cb59552bf238049ff4b37b63 (diff)
downloadports-d03e016ebf91a85d8615e6dc402d036b971d6342.tar.gz
ports-d03e016ebf91a85d8615e6dc402d036b971d6342.zip
- Update to 0.5.3
PR: 134702 Sumitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
Notes
Notes: svn path=/head/; revision=234219
Diffstat (limited to 'print')
-rw-r--r--print/cups-bjnp/Makefile2
-rw-r--r--print/cups-bjnp/distinfo6
-rw-r--r--print/cups-bjnp/files/patch-bjnp-io.c11
-rw-r--r--print/cups-bjnp/files/patch-configure20
4 files changed, 4 insertions, 35 deletions
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 @@
- * <to be added>
- */
-
-+#include "config.h"
-+
- #include <sys/socket.h>
- #include <arpa/inet.h>
- #include <sys/select.h>
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