[Midnightbsd-cvs] mports [17259] trunk/x11/gnome-session: add man pages and make fetchable again

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 14 23:45:15 EDT 2014


Revision: 17259
          http://svnweb.midnightbsd.org/mports/?rev=17259
Author:   laffer1
Date:     2014-09-14 23:45:15 -0400 (Sun, 14 Sep 2014)
Log Message:
-----------
add man pages and make fetchable again

Modified Paths:
--------------
    trunk/x11/gnome-session/Makefile
    trunk/x11/gnome-session/distinfo
    trunk/x11/gnome-session/pkg-descr
    trunk/x11/gnome-session/pkg-plist

Modified: trunk/x11/gnome-session/Makefile
===================================================================
--- trunk/x11/gnome-session/Makefile	2014-09-15 03:42:17 UTC (rev 17258)
+++ trunk/x11/gnome-session/Makefile	2014-09-15 03:45:15 UTC (rev 17259)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnome-session
 PORTVERSION=	2.32.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -13,29 +13,24 @@
 LICENSE=	gpl2
 
 BUILD_DEPENDS=	${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon
-LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
-		gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \
-		notify:${PORTSDIR}/devel/libnotify \
-		execinfo:${PORTSDIR}/devel/libexecinfo \
-		upower-glib.1:${PORTSDIR}/sysutils/upower
+LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+		libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
+		libnotify.so:${PORTSDIR}/devel/libnotify \
+		libupower-glib.so:${PORTSDIR}/sysutils/upower
 RUN_DEPENDS=	${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \
     		${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \
 		${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
 
 INSTALLS_ICONS=	yes
-USE_GETTEXT=	yes
-USE_BZIP2=	yes
+USES=		execinfo gettext gmake pathfix pkgconfig tar:bzip2
 USE_XORG=	ice sm xau xrandr
-USE_GNOME=	gnomeprefix gnomehack intlhack gconf2
+USE_GNOME=	gnomeprefix intlhack gconf2
 GNOME_DESKTOP_VERSION=2
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-docbook-docs
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		gnome-session.1 gnome-wm.1 gnome-session-properties.1 \
-		gnome-session-save.1
 GCONF_SCHEMAS=	gnome-session.schemas
 
 .include <bsd.port.mk>

Modified: trunk/x11/gnome-session/distinfo
===================================================================
--- trunk/x11/gnome-session/distinfo	2014-09-15 03:42:17 UTC (rev 17258)
+++ trunk/x11/gnome-session/distinfo	2014-09-15 03:45:15 UTC (rev 17259)
@@ -1,3 +1,2 @@
 SHA256 (gnome2/gnome-session-2.32.1.tar.bz2) = 22d93ce433fcf9c7ce6b5f36dd81f64e692ea0e41faaa0f61159ddac28c3686a
-RMD160 (gnome2/gnome-session-2.32.1.tar.bz2) = c579bf197b38c8df7df14c751c056be86695a287
 SIZE (gnome2/gnome-session-2.32.1.tar.bz2) = 774842

Modified: trunk/x11/gnome-session/pkg-descr
===================================================================
--- trunk/x11/gnome-session/pkg-descr	2014-09-15 03:42:17 UTC (rev 17258)
+++ trunk/x11/gnome-session/pkg-descr	2014-09-15 03:45:15 UTC (rev 17259)
@@ -1,2 +1,4 @@
 This provides session management for the GNOME 2 desktop, and
 provides the tools used to start the desktop.
+
+WWW: http://www.gnome.org

Modified: trunk/x11/gnome-session/pkg-plist
===================================================================
--- trunk/x11/gnome-session/pkg-plist	2014-09-15 03:42:17 UTC (rev 17258)
+++ trunk/x11/gnome-session/pkg-plist	2014-09-15 03:45:15 UTC (rev 17259)
@@ -2,6 +2,10 @@
 bin/gnome-session-properties
 bin/gnome-session-save
 bin/gnome-wm
+man/man1/gnome-session-properties.1.gz
+man/man1/gnome-session-save.1.gz
+man/man1/gnome-session.1.gz
+man/man1/gnome-wm.1.gz
 share/applications/session-properties.desktop
 %%DATADIR%%/gsm-inhibit-dialog.ui
 %%DATADIR%%/session-properties.ui
@@ -116,7 +120,6 @@
 share/xsessions/gnome.desktop
 @dirrmtry share/xsessions
 @dirrm %%DATADIR%%
- at dirrmtry share/applications
 @dirrmtry share/locale/zu/LC_MESSAGES
 @dirrmtry share/locale/zu
 @dirrmtry share/locale/zh_HK/LC_MESSAGES



More information about the Midnightbsd-cvs mailing list