aboutsummaryrefslogtreecommitdiff
path: root/graphics/libqrencode
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2012-04-06 16:26:27 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2012-04-06 16:26:27 +0000
commit6cba425004c1041f39301133d19e911b96c9a955 (patch)
tree11ebe72e7c937b3ea230cc66aab532709df635da /graphics/libqrencode
parent2039acdad0aa90bdf14d56c3937f326ee71a82bf (diff)
downloadports-6cba425004c1041f39301133d19e911b96c9a955.tar.gz
ports-6cba425004c1041f39301133d19e911b96c9a955.zip
Upgrade to 3.3.0.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=294296
Diffstat (limited to 'graphics/libqrencode')
-rw-r--r--graphics/libqrencode/Makefile3
-rw-r--r--graphics/libqrencode/distinfo4
-rw-r--r--graphics/libqrencode/files/patch-libqrencode.pc.in9
-rw-r--r--graphics/libqrencode/pkg-descr2
4 files changed, 13 insertions, 5 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile
index bdc6b6cf1644..25b265675ddf 100644
--- a/graphics/libqrencode/Makefile
+++ b/graphics/libqrencode/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libqrencode
-PORTVERSION= 3.2.0
+PORTVERSION= 3.3.0
PORTREVISION= 0
CATEGORIES= graphics
MASTER_SITES= http://fukuchi.org/works/qrencode/
@@ -35,5 +35,6 @@ PLIST_FILES= bin/qrencode \
post-patch:
@${REINPLACE_CMD} -e 's,libpng12,libpng,' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '9s|$$| ${PTHREAD_LIBS}|' ${WRKSRC}/libqrencode.pc.in
.include <bsd.port.mk>
diff --git a/graphics/libqrencode/distinfo b/graphics/libqrencode/distinfo
index 0e1ed9b19ae6..97cbe788b12c 100644
--- a/graphics/libqrencode/distinfo
+++ b/graphics/libqrencode/distinfo
@@ -1,2 +1,2 @@
-SHA256 (qrencode-3.2.0.tar.gz) = 3a265119cc29a2961756233b2c3298b97809ebdcb971eead6345ac158e94f03b
-SIZE (qrencode-3.2.0.tar.gz) = 423280
+SHA256 (qrencode-3.3.0.tar.gz) = 499b2c86c218b16378e2496fefc858e4db4271c048336a29df9cc5754413d1d1
+SIZE (qrencode-3.3.0.tar.gz) = 446084
diff --git a/graphics/libqrencode/files/patch-libqrencode.pc.in b/graphics/libqrencode/files/patch-libqrencode.pc.in
new file mode 100644
index 000000000000..3a18886037df
--- /dev/null
+++ b/graphics/libqrencode/files/patch-libqrencode.pc.in
@@ -0,0 +1,9 @@
+--- libqrencode.pc.in.orig 2012-01-19 14:51:34.000000000 +0800
++++ libqrencode.pc.in 2012-01-19 15:02:43.000000000 +0800
+@@ -6,5 +6,5 @@ includedir=@includedir@
+ Name: libqrencode
+ Description: A QR Code encoding library
+ Version: @VERSION@
+-Libs: -L${libdir} -lqrencode @LIBPTHREAD@
++Libs: -L${libdir} -lqrencode
+ Cflags: -I${includedir}
diff --git a/graphics/libqrencode/pkg-descr b/graphics/libqrencode/pkg-descr
index c8fef0561b1b..9cfb982589e2 100644
--- a/graphics/libqrencode/pkg-descr
+++ b/graphics/libqrencode/pkg-descr
@@ -7,8 +7,6 @@ Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial
Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are
not supported:
* ECI and FNC1 mode
- * Structured Append Feature
- * Micro QR Code
* QR Code model 1
WWW: http://megaui.net/fukuchi/works/qrencode/index.en.html