Date: Tue, 16 Oct 2012 14:03:02 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305972 - head/graphics/libqrencode Message-ID: <201210161403.q9GE32Ym053725@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Oct 16 14:03:02 2012 New Revision: 305972 URL: http://svn.freebsd.org/changeset/ports/305972 Log: Upgrade to 3.4.0. Feature safe: yes Modified: head/graphics/libqrencode/Makefile head/graphics/libqrencode/distinfo Modified: head/graphics/libqrencode/Makefile ============================================================================== --- head/graphics/libqrencode/Makefile Tue Oct 16 13:35:28 2012 (r305971) +++ head/graphics/libqrencode/Makefile Tue Oct 16 14:03:02 2012 (r305972) @@ -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 i 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 Modified: head/graphics/libqrencode/distinfo ============================================================================== --- head/graphics/libqrencode/distinfo Tue Oct 16 13:35:28 2012 (r305971) +++ head/graphics/libqrencode/distinfo Tue Oct 16 14:03:02 2012 (r305972) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210161403.q9GE32Ym053725>