Date: Fri, 25 Apr 2014 23:53:50 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352181 - head/sysutils/gnome-mount Message-ID: <201404252353.s3PNrovu013382@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404252353.s3PNrovu013382>