From owner-svn-ports-head@FreeBSD.ORG Wed Jul 3 12:44:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 04D94CF8; Wed, 3 Jul 2013 12:44:18 +0000 (UTC) (envelope-from wg@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 EBD8D19AD; Wed, 3 Jul 2013 12:44:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r63CiHBk065416; Wed, 3 Jul 2013 12:44:17 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r63CiHoY065414; Wed, 3 Jul 2013 12:44:17 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201307031244.r63CiHoY065414@svn.freebsd.org> From: William Grzybowski Date: Wed, 3 Jul 2013 12:44:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322227 - head/x11/florence X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 12:44:18 -0000 Author: wg Date: Wed Jul 3 12:44:17 2013 New Revision: 322227 URL: http://svnweb.freebsd.org/changeset/ports/322227 Log: x11/florence: fix run depends - BUILD_DEPENDS is RUN_DEPENDS as well - Add DOCS option - Use OPTIONS_SUB PR: ports/180113 Submitted by: nemysis (maintainer) Modified: head/x11/florence/Makefile Modified: head/x11/florence/Makefile ============================================================================== --- head/x11/florence/Makefile Wed Jul 3 12:41:28 2013 (r322226) +++ head/x11/florence/Makefile Wed Jul 3 12:44:17 2013 (r322227) @@ -4,7 +4,7 @@ PORTNAME= florence PORTVERSION= 0.6.0 CATEGORIES= x11 -MASTER_SITES= SF/florence/florence/${PORTVERSION} +MASTER_SITES= SF/florence/florence/${PORTVERSION}/ MAINTAINER= nemysis@gmx.ch COMMENT= Extensible scalable virtual keyboard @@ -14,9 +14,10 @@ LICENSE_COMB= dual LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify BUILD_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USES= desktop-file-utils gettext iconv pathfix +USES= desktop-file-utils iconv pathfix USE_XORG= xtst xext USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2 USE_GSTREAMER= yes @@ -31,16 +32,12 @@ MAN1= ${PORTNAME}.1 ${PORTNAME}_applet. PORTDOCS= AUTHORS ChangeLog NEWS README -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes -.include +NLS_USES= gettext -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif +.include post-patch: @${REINPLACE_CMD} -e 's|^Categories=.*|Categories=Application;Accessibility;System;|' \