From owner-svn-ports-all@freebsd.org Mon May 15 15:46:04 2017 Return-Path: Delivered-To: svn-ports-all@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 949D9D6E064; Mon, 15 May 2017 15:46:04 +0000 (UTC) (envelope-from tcberner@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 44360D0F; Mon, 15 May 2017 15:46:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4FFk3Xe085851; Mon, 15 May 2017 15:46:03 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4FFk3Fg085848; Mon, 15 May 2017 15:46:03 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705151546.v4FFk3Fg085848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 15 May 2017 15:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440940 - head/devel/qconf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2017 15:46:04 -0000 Author: tcberner Date: Mon May 15 15:46:02 2017 New Revision: 440940 URL: https://svnweb.freebsd.org/changeset/ports/440940 Log: Update devel/qconf to 2.3 * Switch to github. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10672 Modified: head/devel/qconf/Makefile head/devel/qconf/distinfo head/devel/qconf/pkg-plist Modified: head/devel/qconf/Makefile ============================================================================== --- head/devel/qconf/Makefile Mon May 15 15:38:56 2017 (r440939) +++ head/devel/qconf/Makefile Mon May 15 15:46:02 2017 (r440940) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= qconf -PORTVERSION= 1.4 +PORTVERSION= 2.3 +DISTVERSIONPREFIX= v CATEGORIES= devel -MASTER_SITES= http://delta.affinix.com/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to create configure script for qmake-based project @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 -USE_QT4= corelib xml moc_build qmake_build +USE_QT4= corelib xml moc_build qmake_build rcc_build HAS_CONFIGURE= yes QT_NONSTANDARD= yes MAKE_ARGS= INSTALL_ROOT="${STAGEDIR}" @@ -23,4 +23,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --qtdir=${PREFIX} \ --verbose +USE_GITHUB= yes +GH_ACCOUNT= psi-plus + .include Modified: head/devel/qconf/distinfo ============================================================================== --- head/devel/qconf/distinfo Mon May 15 15:38:56 2017 (r440939) +++ head/devel/qconf/distinfo Mon May 15 15:46:02 2017 (r440940) @@ -1,2 +1,3 @@ -SHA256 (qconf-1.4.tar.bz2) = 212bce09a585a22cf4b9e1a881e8f79c32a82e5cb8ea7f99a056a50faf809af8 -SIZE (qconf-1.4.tar.bz2) = 27344 +TIMESTAMP = 1494452763 +SHA256 (psi-plus-qconf-v2.3_GH0.tar.gz) = 05350e8ff3d2e867763cc2c54b95e8b73dad6215ca4a24320d80e2d98f630b95 +SIZE (psi-plus-qconf-v2.3_GH0.tar.gz) = 97443 Modified: head/devel/qconf/pkg-plist ============================================================================== --- head/devel/qconf/pkg-plist Mon May 15 15:38:56 2017 (r440939) +++ head/devel/qconf/pkg-plist Mon May 15 15:46:02 2017 (r440940) @@ -4,5 +4,4 @@ bin/qconf %%DATADIR%%/conf/conf4.cpp %%DATADIR%%/conf/conf4.h %%DATADIR%%/conf/conf4.pro -%%DATADIR%%/modules/qt31.qcm %%DATADIR%%/modules/qt41.qcm