From owner-svn-ports-head@freebsd.org Sat Sep 23 02:59:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C79E0E21D47; Sat, 23 Sep 2017 02:59:09 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A15F763A6D; Sat, 23 Sep 2017 02:59:09 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8N2x8cx096262; Sat, 23 Sep 2017 02:59:08 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8N2x7X0096246; Sat, 23 Sep 2017 02:59:07 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201709230259.v8N2x7X0096246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 23 Sep 2017 02:59:07 +0000 (UTC) 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 ... X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: 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 net-p2p/dogecoin net-p2p/... X-SVN-Commit-Revision: 450419 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2017 02:59:09 -0000 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-