Upgrade to 3.3.1.

This commit is contained in:
Vanilla I. Shu 2012-04-23 06:27:00 +00:00
parent 942401cc35
commit f72d0cf122
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295295
3 changed files with 3 additions and 12 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= libqrencode
PORTVERSION= 3.3.0
PORTVERSION= 3.3.1
PORTREVISION= 0
CATEGORIES= graphics
MASTER_SITES= http://fukuchi.org/works/qrencode/

View File

@ -1,2 +1,2 @@
SHA256 (qrencode-3.3.0.tar.gz) = 499b2c86c218b16378e2496fefc858e4db4271c048336a29df9cc5754413d1d1
SIZE (qrencode-3.3.0.tar.gz) = 446084
SHA256 (qrencode-3.3.1.tar.gz) = 82d279623fbcf337d00a62e541ec3c7eb6820cd256bc46a09f2bf5f62c1c3795
SIZE (qrencode-3.3.1.tar.gz) = 446407

View File

@ -1,9 +0,0 @@
--- 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}