diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-05-20 01:35:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-05-20 01:35:53 +0800 |
commit | a915037eec34b3682f61a5727ff2d7bfe384c8f0 (patch) | |
tree | 1d15f11f0eb108f4ecf040896790bbf5b6c31972 /print/cups-bjnp | |
parent | 289aa87e0de3737f194db01488d734e587f5ca8f (diff) | |
download | freebsd-ports-gnome-a915037eec34b3682f61a5727ff2d7bfe384c8f0.tar.gz freebsd-ports-gnome-a915037eec34b3682f61a5727ff2d7bfe384c8f0.tar.zst freebsd-ports-gnome-a915037eec34b3682f61a5727ff2d7bfe384c8f0.zip |
- Update to 0.5.3
PR: 134702
Sumitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
Diffstat (limited to 'print/cups-bjnp')
-rw-r--r-- | print/cups-bjnp/Makefile | 2 | ||||
-rw-r--r-- | print/cups-bjnp/distinfo | 6 | ||||
-rw-r--r-- | print/cups-bjnp/files/patch-bjnp-io.c | 11 | ||||
-rw-r--r-- | print/cups-bjnp/files/patch-configure | 20 |
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 |