diff options
author | vanilla <vanilla@FreeBSD.org> | 2012-10-16 22:03:02 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2012-10-16 22:03:02 +0800 |
commit | 87479ed0116f738265f94fb875eef43e70e5a1b8 (patch) | |
tree | 61de46ba944e144361c4421901110d8cc72961ab /graphics | |
parent | e2baa395606cde77603506b9e178b873288c03fe (diff) | |
download | freebsd-ports-gnome-87479ed0116f738265f94fb875eef43e70e5a1b8.tar.gz freebsd-ports-gnome-87479ed0116f738265f94fb875eef43e70e5a1b8.tar.zst freebsd-ports-gnome-87479ed0116f738265f94fb875eef43e70e5a1b8.zip |
Upgrade to 3.4.0.
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libqrencode/Makefile | 9 | ||||
-rw-r--r-- | graphics/libqrencode/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index ab94a995cc71..86e15a9886e2 100644 --- a/graphics/libqrencode/Makefile +++ b/graphics/libqrencode/Makefile @@ -7,8 +7,8 @@ # PORTNAME= libqrencode -PORTVERSION= 3.3.1 -PORTREVISION= 1 +PORTVERSION= 3.4.0 +PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= http://fukuchi.org/works/qrencode/ DISTNAME= qrencode-${PORTVERSION} @@ -18,11 +18,12 @@ COMMENT= A C library for encoding data in a QR Code symbol LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes +USE_GNOME= gnomehack +USE_LDCONFIG= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -USE_LDCONFIG= yes MAN1= qrencode.1 diff --git a/graphics/libqrencode/distinfo b/graphics/libqrencode/distinfo index 5d50ab8278e8..f04aea1d4744 100644 --- a/graphics/libqrencode/distinfo +++ b/graphics/libqrencode/distinfo @@ -1,2 +1,2 @@ -SHA256 (qrencode-3.3.1.tar.gz) = 82d279623fbcf337d00a62e541ec3c7eb6820cd256bc46a09f2bf5f62c1c3795 -SIZE (qrencode-3.3.1.tar.gz) = 446407 +SHA256 (qrencode-3.4.0.tar.gz) = f055c05d64d21fc6a9481ebef1be4f0aa8b4f1b2b2c354c34b906b6b00ceac47 +SIZE (qrencode-3.4.0.tar.gz) = 459138 |