From owner-svn-ports-all@FreeBSD.ORG Sat Oct 26 13:51:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A3D49219; Sat, 26 Oct 2013 13:51:22 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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 915BE2E80; Sat, 26 Oct 2013 13:51:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9QDpMfB085492; Sat, 26 Oct 2013 13:51:22 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9QDpMGa085488; Sat, 26 Oct 2013 13:51:22 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310261351.r9QDpMGa085488@svn.freebsd.org> From: William Grzybowski Date: Sat, 26 Oct 2013 13:51:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331690 - head/deskutils/fet 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: Sat, 26 Oct 2013 13:51:22 -0000 Author: wg Date: Sat Oct 26 13:51:21 2013 New Revision: 331690 URL: http://svnweb.freebsd.org/changeset/ports/331690 Log: deskutils/fet: update to 5.20.1 - Update to 5.20.1 [1] - Allow staging - Use options helpers PR: ports/182826 Submitted by: Zsolt Udvari Approved by: maintainer (timeout) Modified: head/deskutils/fet/Makefile head/deskutils/fet/distinfo head/deskutils/fet/pkg-plist Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Sat Oct 26 13:50:36 2013 (r331689) +++ head/deskutils/fet/Makefile Sat Oct 26 13:51:21 2013 (r331690) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fet -PORTVERSION= 5.19.3 +PORTVERSION= 5.20.1 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ @@ -20,8 +20,6 @@ USE_QT4= gui network xml \ moc_build qmake_build rcc_build uic_build HAS_CONFIGURE= yes -MAN1= fet.1 - PORTEXAMPLES= * DESKTOP_ENTRIES="FET" \ @@ -31,14 +29,10 @@ DESKTOP_ENTRIES="FET" \ "Education;Qt;" \ true -NO_STAGE= yes -.include +OPTIONS_DEFINE= EXAMPLES NLS +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif +.include post-patch: ${REINPLACE_CMD} -e 's|/usr/share/fet|${DATADIR}|g' \ @@ -49,16 +43,16 @@ do-configure: ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fet ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/fet-cl ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/fet.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/fet ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/fet-cl ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/fet.1 ${STAGEDIR}${MANPREFIX}/man/man1 .if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR} - cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \. ${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \. ${STAGEDIR}${EXAMPLESDIR} .endif .if ${PORT_OPTIONS:MNLS} - ${MKDIR} ${DATADIR}/translations - cd ${WRKSRC}/translations && ${INSTALL_DATA} *.qm ${DATADIR}/translations + ${MKDIR} ${STAGEDIR}${DATADIR}/translations + cd ${WRKSRC}/translations && ${INSTALL_DATA} *.qm ${STAGEDIR}${DATADIR}/translations .endif .include Modified: head/deskutils/fet/distinfo ============================================================================== --- head/deskutils/fet/distinfo Sat Oct 26 13:50:36 2013 (r331689) +++ head/deskutils/fet/distinfo Sat Oct 26 13:51:21 2013 (r331690) @@ -1,2 +1,2 @@ -SHA256 (fet-5.19.3.tar.bz2) = 3f9b470e0f729bedb1ab73552f577e796e33885a2e46e8a914624e928dca4d00 -SIZE (fet-5.19.3.tar.bz2) = 7870089 +SHA256 (fet-5.20.1.tar.bz2) = 4c34b05ff6fd87326f736c7d7598e82759fcfd09701568703d9687e50c407fd2 +SIZE (fet-5.20.1.tar.bz2) = 7981564 Modified: head/deskutils/fet/pkg-plist ============================================================================== --- head/deskutils/fet/pkg-plist Sat Oct 26 13:50:36 2013 (r331689) +++ head/deskutils/fet/pkg-plist Sat Oct 26 13:51:21 2013 (r331690) @@ -1,5 +1,6 @@ bin/fet bin/fet-cl +man/man1/fet.1.gz %%NLS%%%%DATADIR%%/translations/fet_ar.qm %%NLS%%%%DATADIR%%/translations/fet_ca.qm %%NLS%%%%DATADIR%%/translations/fet_da.qm