svn commit: r363685 - head/graphics/libqrencode
Vanilla I. Shu
vanilla at FreeBSD.org
Fri Aug 1 03:25:37 UTC 2014
Author: vanilla
Date: Fri Aug 1 03:25:36 2014
New Revision: 363685
URL: http://svnweb.freebsd.org/changeset/ports/363685
QAT: https://qat.redports.org/buildarchive/r363685/
Log:
1: Upgrade to 3.4.4.
2: USES=libtool to drop .la
3: INSTALL_TARGET=install-strip.
Modified:
head/graphics/libqrencode/Makefile
head/graphics/libqrencode/distinfo
Modified: head/graphics/libqrencode/Makefile
==============================================================================
--- head/graphics/libqrencode/Makefile Fri Aug 1 01:00:32 2014 (r363684)
+++ head/graphics/libqrencode/Makefile Fri Aug 1 03:25:36 2014 (r363685)
@@ -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 at 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
Modified: head/graphics/libqrencode/distinfo
==============================================================================
--- head/graphics/libqrencode/distinfo Fri Aug 1 01:00:32 2014 (r363684)
+++ head/graphics/libqrencode/distinfo Fri Aug 1 03:25:36 2014 (r363685)
@@ -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
More information about the svn-ports-head
mailing list