Date: Sat, 23 Sep 2017 02:59:07 +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: r450419 - in head: graphics/kf5-prison graphics/libqrencode graphics/libqrencode/files graphics/pecl-qrencode graphics/prison net-im/qTox net-im/ring-gnome net-im/toxic net-p2p/bitcoin ... Message-ID: <201709230259.v8N2x7X0096246@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Sat Sep 23 02:59:07 2017 New Revision: 450419 URL: https://svnweb.freebsd.org/changeset/ports/450419 Log: 1: upgrade to 4.0.0. 2: chrase shared library version. Deleted: head/graphics/libqrencode/files/ Modified: head/graphics/kf5-prison/Makefile head/graphics/libqrencode/Makefile head/graphics/libqrencode/distinfo head/graphics/pecl-qrencode/Makefile head/graphics/prison/Makefile head/net-im/qTox/Makefile head/net-im/ring-gnome/Makefile head/net-im/toxic/Makefile head/net-p2p/bitcoin/Makefile head/net-p2p/dogecoin/Makefile head/net-p2p/litecoin/Makefile head/net-p2p/namecoin/Makefile head/net-p2p/zetacoin/Makefile head/textproc/p5-HTML-QRCode/Makefile head/textproc/p5-Text-QRCode/Makefile Modified: head/graphics/kf5-prison/Makefile ============================================================================== --- head/graphics/kf5-prison/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/graphics/kf5-prison/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -3,6 +3,7 @@ PORTNAME= prison PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/graphics/libqrencode/Makefile ============================================================================== --- head/graphics/libqrencode/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/graphics/libqrencode/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libqrencode -PORTVERSION= 3.9.0 -PORTREVISION= 1 +DISTVERSION= 4.0.0 +DISTVERSIONPREFIX= v CATEGORIES= graphics MAINTAINER= vanilla@FreeBSD.org @@ -16,7 +16,6 @@ LIB_DEPENDS= libpng.so:graphics/png USE_GITHUB= yes GH_ACCOUNT= fukuchi -GH_TAGNAME= e3410bf USES= cmake iconv pathfix pkgconfig USE_LDCONFIG= yes @@ -26,8 +25,8 @@ CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON PLIST_FILES= bin/qrencode \ include/qrencode.h \ lib/libqrencode.so \ - lib/libqrencode.so.3 \ - lib/libqrencode.so.3.9.0 \ + lib/libqrencode.so.4 \ + lib/libqrencode.so.4.0.0 \ libdata/pkgconfig/libqrencode.pc \ man/man1/qrencode.1.gz Modified: head/graphics/libqrencode/distinfo ============================================================================== --- head/graphics/libqrencode/distinfo Fri Sep 22 22:03:32 2017 (r450418) +++ head/graphics/libqrencode/distinfo Sat Sep 23 02:59:07 2017 (r450419) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488428047 -SHA256 (fukuchi-libqrencode-3.9.0-e3410bf_GH0.tar.gz) = 732ecb203b498107b3c6bac1a978a9a88e1eaacf04ae831712193623f9914fde -SIZE (fukuchi-libqrencode-3.9.0-e3410bf_GH0.tar.gz) = 182687 +TIMESTAMP = 1506064797 +SHA256 (fukuchi-libqrencode-v4.0.0_GH0.tar.gz) = c2c8a8110354463a3332cb48abf8581c8d94136af4dc1418f891cc9c7719e3c1 +SIZE (fukuchi-libqrencode-v4.0.0_GH0.tar.gz) = 182791 Modified: head/graphics/pecl-qrencode/Makefile ============================================================================== --- head/graphics/pecl-qrencode/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/graphics/pecl-qrencode/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -4,6 +4,7 @@ PORTNAME= qrencode PORTVERSION= 0.6 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= graphics pear PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL Modified: head/graphics/prison/Makefile ============================================================================== --- head/graphics/prison/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/graphics/prison/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -3,6 +3,7 @@ PORTNAME= prison PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTNAME} Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/net-im/qTox/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -3,7 +3,7 @@ PORTNAME= qTox PORTVERSION= 1.11.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p Modified: head/net-im/ring-gnome/Makefile ============================================================================== --- head/net-im/ring-gnome/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/net-im/ring-gnome/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -3,7 +3,7 @@ PORTNAME= ring-gnome PORTVERSION= 0.160516 -PORTREVISION= 7 +PORTREVISION= 8 #DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/net-im/toxic/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -3,6 +3,7 @@ PORTNAME= toxic PORTVERSION= 0.8.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-im Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/net-p2p/bitcoin/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -4,7 +4,7 @@ PORTNAME= bitcoin PORTVERSION= 0.14.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com Modified: head/net-p2p/dogecoin/Makefile ============================================================================== --- head/net-p2p/dogecoin/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/net-p2p/dogecoin/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -4,7 +4,7 @@ PORTNAME= dogecoin PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p finance MAINTAINER= swills@FreeBSD.org Modified: head/net-p2p/litecoin/Makefile ============================================================================== --- head/net-p2p/litecoin/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/net-p2p/litecoin/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -3,6 +3,7 @@ PORTNAME= litecoin PORTVERSION= 0.14.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-p2p finance Modified: head/net-p2p/namecoin/Makefile ============================================================================== --- head/net-p2p/namecoin/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/net-p2p/namecoin/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -4,7 +4,7 @@ PORTNAME= namecoin PORTVERSION= 0.3.80 DISTVERSIONPREFIX= nc -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= net-p2p dns Modified: head/net-p2p/zetacoin/Makefile ============================================================================== --- head/net-p2p/zetacoin/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/net-p2p/zetacoin/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -4,7 +4,7 @@ PORTNAME= zetacoin PORTVERSION= 0.11.2.3 DISTVERSIONPREFIX= v -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-p2p finance MAINTAINER= daniel@morante.net Modified: head/textproc/p5-HTML-QRCode/Makefile ============================================================================== --- head/textproc/p5-HTML-QRCode/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/textproc/p5-HTML-QRCode/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -3,7 +3,7 @@ PORTNAME= HTML-QRCode PORTVERSION= 0.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Text-QRCode/Makefile ============================================================================== --- head/textproc/p5-Text-QRCode/Makefile Fri Sep 22 22:03:32 2017 (r450418) +++ head/textproc/p5-Text-QRCode/Makefile Sat Sep 23 02:59:07 2017 (r450419) @@ -3,6 +3,7 @@ PORTNAME= Text-QRCode PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709230259.v8N2x7X0096246>