From owner-svn-ports-head@FreeBSD.ORG Fri Apr 25 23:53:50 2014 Return-Path: Delivered-To: svn-ports-head@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 E2DDFE06; Fri, 25 Apr 2014 23:53:50 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B61331874; Fri, 25 Apr 2014 23:53:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3PNro4a013384; Fri, 25 Apr 2014 23:53:50 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3PNrovu013382; Fri, 25 Apr 2014 23:53:50 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404252353.s3PNrovu013382@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 25 Apr 2014 23:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352181 - head/sysutils/gnome-mount 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.17 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: Fri, 25 Apr 2014 23:53:51 -0000 Author: bapt Date: Fri Apr 25 23:53:50 2014 New Revision: 352181 URL: http://svnweb.freebsd.org/changeset/ports/352181 QAT: https://qat.redports.org/buildarchive/r352181/ Log: Support stage Modified: head/sysutils/gnome-mount/Makefile head/sysutils/gnome-mount/pkg-plist Modified: head/sysutils/gnome-mount/Makefile ============================================================================== --- head/sysutils/gnome-mount/Makefile Fri Apr 25 23:51:44 2014 (r352180) +++ head/sysutils/gnome-mount/Makefile Fri Apr 25 23:53:50 2014 (r352181) @@ -4,29 +4,26 @@ PORTNAME= gnome-mount PORTVERSION= 0.8 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= sysutils gnome MASTER_SITES= http://hal.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org -COMMENT= A front-end to mount, umount, and eject using HAL +COMMENT= Front-end to mount, umount, and eject using HAL -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - notify.4:${PORTSDIR}/devel/libnotify \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS= libhal.so:${PORTSDIR}/sysutils/hal \ + libnotify.so:${PORTSDIR}/devel/libnotify \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/polkit-gnome.pc:${PORTSDIR}/sysutils/policykit-gnome -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtk20 -USES= gettext gmake pkgconfig +USE_GNOME= gnomeprefix intlhack gconf2 gtk20 +USES= gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nautilus-extension CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GCONF_SCHEMAS= gnome-mount.schemas -MAN1= gnome-mount.1 -MLINKS= gnome-mount.1 gnome-eject.1 \ - gnome-mount.1 gnome-umount.1 -NO_STAGE= yes .include Modified: head/sysutils/gnome-mount/pkg-plist ============================================================================== --- head/sysutils/gnome-mount/pkg-plist Fri Apr 25 23:51:44 2014 (r352180) +++ head/sysutils/gnome-mount/pkg-plist Fri Apr 25 23:53:50 2014 (r352181) @@ -3,6 +3,7 @@ bin/gnome-mount bin/gnome-umount libdata/pkgconfig/gnome-mount.pc %%DATADIR%%/gnome-mount-properties.glade +man/man1/gnome-mount.1.gz share/locale/ar/LC_MESSAGES/gnome-mount.mo share/locale/be/LC_MESSAGES/gnome-mount.mo share/locale/be@latin/LC_MESSAGES/gnome-mount.mo