1: Upgrade to 3.4.4.

2: USES=libtool to drop .la
3: INSTALL_TARGET=install-strip.
This commit is contained in:
Vanilla I. Shu 2014-08-01 03:25:36 +00:00
parent b18d2a018c
commit 073d1e7b5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363685
2 changed files with 8 additions and 6 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libqrencode
PORTVERSION= 3.4.3
PORTREVISION= 0
PORTVERSION= 3.4.4
CATEGORIES= graphics
MASTER_SITES= http://fukuchi.org/works/qrencode/
DISTNAME= qrencode-${PORTVERSION}
@ -11,19 +10,22 @@ DISTNAME= qrencode-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= C library for encoding data in a QR Code symbol
LICENSE= LGPL21
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USES= pathfix pkgconfig
USES= pathfix pkgconfig libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/qrencode \
include/qrencode.h \
lib/libqrencode.la \
lib/libqrencode.so \
lib/libqrencode.so.3 \
lib/libqrencode.so.3.4.4 \
libdata/pkgconfig/libqrencode.pc \
man/man1/qrencode.1.gz

View File

@ -1,2 +1,2 @@
SHA256 (qrencode-3.4.3.tar.gz) = 18c4af0e99a622901210d8e8a174e7c8e77911f2accee9c8b7d074b5d00d47c8
SIZE (qrencode-3.4.3.tar.gz) = 467774
SHA256 (qrencode-3.4.4.tar.gz) = e794e26a96019013c0e3665cb06b18992668f352c5553d0a553f5d144f7f2a72
SIZE (qrencode-3.4.4.tar.gz) = 468788