aboutsummaryrefslogtreecommitdiff
path: root/graphics/libqrencode
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2009-06-10 03:41:56 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2009-06-10 03:41:56 +0000
commit5c0f978261c567558474967b5aaf4e5bea4cb3a7 (patch)
tree4269c2cdc0dc5199165a7621754995ff3e3a4ec3 /graphics/libqrencode
parentd931abf39cbc270cd91212db06ae93399af69a2d (diff)
downloadports-5c0f978261c567558474967b5aaf4e5bea4cb3a7.tar.gz
ports-5c0f978261c567558474967b5aaf4e5bea4cb3a7.zip
Upgrade to 3.1.0.
Notes
Notes: svn path=/head/; revision=235522
Diffstat (limited to 'graphics/libqrencode')
-rw-r--r--graphics/libqrencode/Makefile3
-rw-r--r--graphics/libqrencode/distinfo6
-rw-r--r--graphics/libqrencode/files/patch-use-ltmain.sh15
3 files changed, 5 insertions, 19 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile
index 87a6c0dfdf84..8e97704df754 100644
--- a/graphics/libqrencode/Makefile
+++ b/graphics/libqrencode/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libqrencode
-PORTVERSION= 3.0.3
+PORTVERSION= 3.1.0
PORTREVISION= 0
CATEGORIES= graphics
MASTER_SITES= http://megaui.net/fukuchi/works/qrencode/
@@ -28,6 +28,7 @@ MAN1= qrencode.1
PLIST_FILES= bin/qrencode \
include/qrencode.h \
+ lib/libqrencode.la \
lib/libqrencode.so \
lib/libqrencode.so.3 \
libdata/pkgconfig/libqrencode.pc
diff --git a/graphics/libqrencode/distinfo b/graphics/libqrencode/distinfo
index 369faeffdef7..28402863da76 100644
--- a/graphics/libqrencode/distinfo
+++ b/graphics/libqrencode/distinfo
@@ -1,3 +1,3 @@
-MD5 (qrencode-3.0.3.tar.gz) = 8a8953fb940dca025ffd4ce685e2b95c
-SHA256 (qrencode-3.0.3.tar.gz) = 759f788cc7dcfddd32c1a0e55fe4031481ad352891b67c1dd68a9900e6b2b6b8
-SIZE (qrencode-3.0.3.tar.gz) = 399547
+MD5 (qrencode-3.1.0.tar.gz) = fc300af948b36b2197ede0d131c12e21
+SHA256 (qrencode-3.1.0.tar.gz) = c987de520dd040cdf37d400a009eba4146c0c0f90de58b0fb1338380927e2765
+SIZE (qrencode-3.1.0.tar.gz) = 374515
diff --git a/graphics/libqrencode/files/patch-use-ltmain.sh b/graphics/libqrencode/files/patch-use-ltmain.sh
deleted file mode 100644
index 2b9ddcece519..000000000000
--- a/graphics/libqrencode/files/patch-use-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- use/ltmain.sh.orig Thu Dec 14 10:47:37 2006
-+++ use/ltmain.sh Thu Dec 14 10:47:48 2006
-@@ -6003,10 +6003,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false ; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"