From owner-svn-ports-head@freebsd.org Tue Mar 28 11:03:32 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 15A03D2125B; Tue, 28 Mar 2017 11:03:32 +0000 (UTC) (envelope-from rakuco@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 D68F0288; Tue, 28 Mar 2017 11:03:31 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SB3UFs036270; Tue, 28 Mar 2017 11:03:30 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SB3UMU036268; Tue, 28 Mar 2017 11:03:30 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703281103.v2SB3UMU036268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 28 Mar 2017 11:03:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437118 - head/net/qoauth X-SVN-Group: ports-head 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: Tue, 28 Mar 2017 11:03:32 -0000 Author: rakuco Date: Tue Mar 28 11:03:30 2017 New Revision: 437118 URL: https://svnweb.freebsd.org/changeset/ports/437118 Log: Update to 2.0.0. Making qoauth-qt5 a slave port (or vice-versa) is currently left as an exercise to the reader. Modified: head/net/qoauth/Makefile head/net/qoauth/distinfo Modified: head/net/qoauth/Makefile ============================================================================== --- head/net/qoauth/Makefile Tue Mar 28 11:02:25 2017 (r437117) +++ head/net/qoauth/Makefile Tue Mar 28 11:03:30 2017 (r437118) @@ -2,21 +2,25 @@ # $FreeBSD$ PORTNAME= qoauth -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 2.0.0 +DISTVERSIONPREFIX= v CATEGORIES= net devel security -MASTER_SITES= http://files.ayoy.net/qoauth/release/${PORTVERSION}/src/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= kde@FreeBSD.org COMMENT= Qt 4 support for OAuth-powered network services +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libqca.so:devel/qca -USES= qmake tar:bzip2 ssl +USES= qmake:outsource USE_LDCONFIG= yes USE_QT4= corelib qtestlib network moc_build +USE_GITHUB= yes +GH_ACCOUNT= ayoy + post-patch: @${REINPLACE_CMD} -e 's,target.path}/pkgconfig,INSTALL_PREFIX}/libdata/pkgconfig,g' \ ${WRKSRC}/src/src.pro Modified: head/net/qoauth/distinfo ============================================================================== --- head/net/qoauth/distinfo Tue Mar 28 11:02:25 2017 (r437117) +++ head/net/qoauth/distinfo Tue Mar 28 11:03:30 2017 (r437118) @@ -1,2 +1,3 @@ -SHA256 (qoauth-1.0.1-src.tar.bz2) = b8579a77cecb07928e557c4a019db902a0f040b22f7926f147299e87ac5a54fd -SIZE (qoauth-1.0.1-src.tar.bz2) = 42298 +TIMESTAMP = 1490694675 +SHA256 (ayoy-qoauth-v2.0.0_GH0.tar.gz) = a28005986410d333e03d077679cdf6c504ec5a33342867dc0f9fb0b74285e333 +SIZE (ayoy-qoauth-v2.0.0_GH0.tar.gz) = 53207