Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2017 15:46:03 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440940 - head/devel/qconf
Message-ID:  <201705151546.v4FFk3Fg085848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705151546.v4FFk3Fg085848>