From owner-svn-ports-head@FreeBSD.ORG Mon Oct 21 22:00:29 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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 306B1A3C; Mon, 21 Oct 2013 22:00:29 +0000 (UTC) (envelope-from nemysis@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 04C2429C2; Mon, 21 Oct 2013 22:00:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9LM0SvJ083791; Mon, 21 Oct 2013 22:00:28 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9LM0SHE083789; Mon, 21 Oct 2013 22:00:28 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201310212200.r9LM0SHE083789@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 21 Oct 2013 22:00:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331200 - 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: Mon, 21 Oct 2013 22:00:29 -0000 Author: nemysis Date: Mon Oct 21 22:00:28 2013 New Revision: 331200 URL: http://svnweb.freebsd.org/changeset/ports/331200 Log: - Change maintainer email to @FreeBSD.org - Use the new format for LIB_DEPENDS - USES gmake instead of USE_GMAKE - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Modified: head/x11/florence/Makefile head/x11/florence/pkg-plist (contents, props changed) Modified: head/x11/florence/Makefile ============================================================================== --- head/x11/florence/Makefile Mon Oct 21 21:49:45 2013 (r331199) +++ head/x11/florence/Makefile Mon Oct 21 22:00:28 2013 (r331200) @@ -6,24 +6,23 @@ PORTVERSION= 0.6.0 CATEGORIES= x11 MASTER_SITES= SF/florence/florence/${PORTVERSION}/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Extensible scalable virtual keyboard LICENSE= GPLv2 GFDL LICENSE_COMB= dual -LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libnotify.so:${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 iconv pathfix pkgconfig +USES= desktop-file-utils gmake iconv pathfix pkgconfig USE_XORG= xtst xext USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2 USE_GSTREAMER= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${LOCALBASE} -USE_GMAKE= yes USE_LDCONFIG= yes INSTALLS_OMF= yes GLIB_SCHEMAS= org.florence.gschema.xml @@ -37,7 +36,6 @@ OPTIONS_SUB= yes NLS_USES= gettext -NO_STAGE= yes .include post-patch: @@ -50,9 +48,7 @@ post-patch: .endif post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/x11/florence/pkg-plist ============================================================================== --- head/x11/florence/pkg-plist Mon Oct 21 21:49:45 2013 (r331199) +++ head/x11/florence/pkg-plist Mon Oct 21 22:00:28 2013 (r331200) @@ -1,4 +1,6 @@ bin/florence +man/man1/florence.1.gz +man/man1/florence_applet.1.gz share/applications/florence.desktop %%DATADIR%%/florence.conf %%DATADIR%%/florence.css