From owner-svn-ports-all@FreeBSD.ORG Thu Dec 6 11:20:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECB2122F; Thu, 6 Dec 2012 11:20:52 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B74158FC14; Thu, 6 Dec 2012 11:20:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB6BKqt6029627; Thu, 6 Dec 2012 11:20:52 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB6BKqmc029625; Thu, 6 Dec 2012 11:20:52 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201212061120.qB6BKqmc029625@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 6 Dec 2012 11:20:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308381 - head/editors/texworks 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.14 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: Thu, 06 Dec 2012 11:20:53 -0000 Author: gahr Date: Thu Dec 6 11:20:52 2012 New Revision: 308381 URL: http://svnweb.freebsd.org/changeset/ports/308381 Log: - Take maintainership - Remove duplicate dependency (devel/dbus is implied by QT4 dbus component) - Simplify do-configure target - Remove article from COMMENT Feature safe: yes Modified: head/editors/texworks/Makefile Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Thu Dec 6 10:57:14 2012 (r308380) +++ head/editors/texworks/Makefile Thu Dec 6 11:20:52 2012 (r308381) @@ -7,12 +7,11 @@ PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple TeX front-end program +MAINTAINER= gahr@FreeBSD.org +COMMENT= Simple TeX front-end program BUILD_DEPENDS= hunspell:${PORTSDIR}/textproc/hunspell -LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ - dbus:${PORTSDIR}/devel/dbus +LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 USE_GMAKE= yes MAKE_JOBS_SAFE= yes @@ -31,13 +30,13 @@ PLIST_FILES= bin/texworks \ share/pixmaps/TeXworks.png post-patch: - @${RM} -f ${WRKSRC}/ui_*.h ${WRKSRC}/moc_*.cpp ${WRKSRC}/qrc_*.cpp @${REINPLACE_CMD} -e 's|\/usr\/share|\${LOCALBASE}\/share|g' ${WRKSRC}/src/TWUtils.cpp do-configure: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC} TeXworks.pro + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} TeXworks.pro do-install: ${INSTALL_PROGRAM} ${WRKSRC}/texworks ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/res/images/TeXworks.png ${PREFIX}/share/pixmaps/TeXworks.png + .include