svn commit: r352181 - head/sysutils/gnome-mount

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 25 23:53:51 UTC 2014


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 at 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 at latin/LC_MESSAGES/gnome-mount.mo


More information about the svn-ports-head mailing list