From owner-svn-ports-all@FreeBSD.ORG Fri Nov 22 12:55:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA9C069E; Fri, 22 Nov 2013 12:55:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0EE3322EC; Fri, 22 Nov 2013 12:55:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAMCtRRn085204; Fri, 22 Nov 2013 12:55:27 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAMCtRpu085200; Fri, 22 Nov 2013 12:55:27 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311221255.rAMCtRpu085200@svn.freebsd.org> From: Max Brazhnikov Date: Fri, 22 Nov 2013 12:55:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334590 - in head/net-im: qwit qwit-devel 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.16 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: Fri, 22 Nov 2013 12:55:29 -0000 Author: makc Date: Fri Nov 22 12:55:26 2013 New Revision: 334590 URL: http://svnweb.freebsd.org/changeset/ports/334590 Log: - Convert to USES=qmake - Add state support - Remove superfluous custom do-install target, convert to pkg-plist Approved by: portmgr (blanket approval) Added: head/net-im/qwit-devel/pkg-plist (contents, props changed) head/net-im/qwit/pkg-plist (contents, props changed) Modified: head/net-im/qwit-devel/Makefile (contents, props changed) head/net-im/qwit/Makefile (contents, props changed) Modified: head/net-im/qwit-devel/Makefile ============================================================================== --- head/net-im/qwit-devel/Makefile Fri Nov 22 12:55:22 2013 (r334589) +++ head/net-im/qwit-devel/Makefile Fri Nov 22 12:55:26 2013 (r334590) @@ -3,26 +3,22 @@ PORTNAME= qwit DISTVERSION= r215 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= GOOGLE_CODE DISTNAME= qwit-ng-${PORTVERSION}-src PKGNAMESUFFIX= -devel MAINTAINER= sokolov@TrueBSD.org -COMMENT= A Qt4-based lightweight Twitter client +COMMENT= Qt4-based lightweight Twitter client +USES= qmake USE_BZIP2= yes -USE_QT4= gui network xml qmake_build moc_build rcc_build \ - uic +USE_QT4= gui network xml moc_build rcc_build \ + uic_build -PLIST_FILES= bin/qwit-devel - -NO_STAGE= yes -pre-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o Makefile qwit2.pro - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/qwit2 ${PREFIX}/bin/qwit-devel +post-patch: + ${REINPLACE_CMD} '/icon.path/s,share/icons,share/pixmaps,' \ + ${WRKSRC}/qwit2.pro .include Added: head/net-im/qwit-devel/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/qwit-devel/pkg-plist Fri Nov 22 12:55:26 2013 (r334590) @@ -0,0 +1,3 @@ +bin/qwit2 +share/applications/qwit.desktop +share/pixmaps/qwit.png Modified: head/net-im/qwit/Makefile ============================================================================== --- head/net-im/qwit/Makefile Fri Nov 22 12:55:22 2013 (r334589) +++ head/net-im/qwit/Makefile Fri Nov 22 12:55:26 2013 (r334590) @@ -3,25 +3,20 @@ PORTNAME= qwit DISTVERSION= r154 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= qwit-${PORTVERSION}-src MAINTAINER= sokolov@TrueBSD.org -COMMENT= A Qt4-based lightweight Twitter client +COMMENT= Qt4-based lightweight Twitter client +USES= qmake USE_BZIP2= yes -USE_QT4= gui network xml qmake_build moc_build rcc_build \ - uic - -PLIST_FILES= bin/qwit - -NO_STAGE= yes -pre-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o Makefile qwit.pro - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/qwit ${PREFIX}/bin +USE_QT4= gui network xml moc_build rcc_build \ + uic_build +post-patch: + ${REINPLACE_CMD} '/icon.path/s,share/icons,share/pixmaps,' \ + ${WRKSRC}/qwit.pro .include Added: head/net-im/qwit/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/qwit/pkg-plist Fri Nov 22 12:55:26 2013 (r334590) @@ -0,0 +1,3 @@ +bin/qwit +share/applications/qwit.desktop +share/pixmaps/qwit.png