Index: head/graphics/libqrencode/files/patch-use-ltmain.sh =================================================================== --- head/graphics/libqrencode/files/patch-use-ltmain.sh (revision 235521) +++ head/graphics/libqrencode/files/patch-use-ltmain.sh (nonexistent) @@ -1,15 +0,0 @@ ---- use/ltmain.sh.orig Thu Dec 14 10:47:37 2006 -+++ use/ltmain.sh Thu Dec 14 10:47:48 2006 -@@ -6003,10 +6003,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" Property changes on: head/graphics/libqrencode/files/patch-use-ltmain.sh ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/libqrencode/Makefile =================================================================== --- head/graphics/libqrencode/Makefile (revision 235521) +++ head/graphics/libqrencode/Makefile (revision 235522) @@ -1,35 +1,36 @@ # ex:ts=8 # Ports collection makefile for: libqrencode # Date created: Dec 14, 2006 # Whom: ijliao # # $FreeBSD$ # PORTNAME= libqrencode -PORTVERSION= 3.0.3 +PORTVERSION= 3.1.0 PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= http://megaui.net/fukuchi/works/qrencode/ DISTNAME= qrencode-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= A C library for encoding data in a QR Code symbol LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_GNOME= gnometarget gnomehack pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes MAN1= qrencode.1 PLIST_FILES= bin/qrencode \ include/qrencode.h \ + lib/libqrencode.la \ lib/libqrencode.so \ lib/libqrencode.so.3 \ libdata/pkgconfig/libqrencode.pc .include Property changes on: head/graphics/libqrencode/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/graphics/libqrencode/distinfo =================================================================== --- head/graphics/libqrencode/distinfo (revision 235521) +++ head/graphics/libqrencode/distinfo (revision 235522) @@ -1,3 +1,3 @@ -MD5 (qrencode-3.0.3.tar.gz) = 8a8953fb940dca025ffd4ce685e2b95c -SHA256 (qrencode-3.0.3.tar.gz) = 759f788cc7dcfddd32c1a0e55fe4031481ad352891b67c1dd68a9900e6b2b6b8 -SIZE (qrencode-3.0.3.tar.gz) = 399547 +MD5 (qrencode-3.1.0.tar.gz) = fc300af948b36b2197ede0d131c12e21 +SHA256 (qrencode-3.1.0.tar.gz) = c987de520dd040cdf37d400a009eba4146c0c0f90de58b0fb1338380927e2765 +SIZE (qrencode-3.1.0.tar.gz) = 374515 Property changes on: head/graphics/libqrencode/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property