svn commit: r317674 - in head/x11-wm/xfce4-session: . files

Olivier Duchateau olivierd at FreeBSD.org
Wed May 8 15:20:17 UTC 2013


Author: olivierd
Date: Wed May  8 15:20:15 2013
New Revision: 317674
URL: http://svnweb.freebsd.org/changeset/ports/317674

Log:
  - Update to 4.10.1
  - Remove GNUPG option
  - Remove unneeded patch

Deleted:
  head/x11-wm/xfce4-session/files/patch-xfce4-session-logout__main.c
  head/x11-wm/xfce4-session/files/patch-xfce4-session__xfsm-manager.c
Modified:
  head/x11-wm/xfce4-session/Makefile
  head/x11-wm/xfce4-session/distinfo   (contents, props changed)
  head/x11-wm/xfce4-session/pkg-plist

Modified: head/x11-wm/xfce4-session/Makefile
==============================================================================
--- head/x11-wm/xfce4-session/Makefile	Wed May  8 15:14:25 2013	(r317673)
+++ head/x11-wm/xfce4-session/Makefile	Wed May  8 15:20:15 2013	(r317674)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	xfce4-session
-PORTVERSION=	4.10.0
-PORTREVISION=	4
+PORTVERSION=	4.10.1
 CATEGORIES=	x11-wm xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
+MASTER_SITE_SUBDIR=	src/xfce/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	xfce at FreeBSD.org
@@ -27,17 +27,17 @@ USE_GMAKE=	yes
 USE_GNOME=	gtk20 glib20 intltool intlhack
 USES=		pathfix pkgconfig
 USE_LDCONFIG=	yes
-USE_XFCE=	configenv libmenu libutil panel xfconf
+USE_XFCE=	configenv libmenu libutil xfconf
 USE_XORG=	x11 sm ice
 
 CONFIGURE_ARGS+=--enable-legacy-sm \
-		--disable-libgnome-keyring \
+		--disable-systemd \
 		--with-xsession-prefix=${PREFIX}
 
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
-OPTIONS_DEFINE=	NLS GNUPG
+OPTIONS_DEFINE=	NLS
 
 MAN1=		xfce4-session.1 xfce4-session-logout.1
 
@@ -54,10 +54,6 @@ CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB+=	NLS="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MGNUPG}
-RUN_DEPENDS+=	gpg-agent:${PORTSDIR}/security/gnupg
-.endif
-
 post-install:
 	@${ECHO_MSG}
 	@${CAT} ${PKGMESSAGE}

Modified: head/x11-wm/xfce4-session/distinfo
==============================================================================
--- head/x11-wm/xfce4-session/distinfo	Wed May  8 15:14:25 2013	(r317673)
+++ head/x11-wm/xfce4-session/distinfo	Wed May  8 15:20:15 2013	(r317674)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-session-4.10.0.tar.bz2) = bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce
-SIZE (xfce4/xfce4-session-4.10.0.tar.bz2) = 1257385
+SHA256 (xfce4/xfce4-session-4.10.1.tar.bz2) = 0154fabdc398798c3445374ccc52a2f5bcb2d867fc94bc54114395b24f9cfc83
+SIZE (xfce4/xfce4-session-4.10.1.tar.bz2) = 1273015

Modified: head/x11-wm/xfce4-session/pkg-plist
==============================================================================
--- head/x11-wm/xfce4-session/pkg-plist	Wed May  8 15:14:25 2013	(r317673)
+++ head/x11-wm/xfce4-session/pkg-plist	Wed May  8 15:20:15 2013	(r317674)
@@ -92,6 +92,7 @@ share/icons/hicolor/scalable/apps/xfsm-s
 %%NLS%%share/locale/si/LC_MESSAGES/xfce4-session.mo
 %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-session.mo
 %%NLS%%share/locale/sq/LC_MESSAGES/xfce4-session.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-session.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-session.mo
 %%NLS%%share/locale/ta/LC_MESSAGES/xfce4-session.mo
 %%NLS%%share/locale/te/LC_MESSAGES/xfce4-session.mo


More information about the svn-ports-all mailing list