Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2012 17:40:46 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308914 - head/x11/libexo
Message-ID:  <201212141740.qBEHekiH012610@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Fri Dec 14 17:40:46 2012
New Revision: 308914
URL: http://svnweb.freebsd.org/changeset/ports/308914

Log:
  - Update to 0.10.1
  - Trim header
  - Add patch for GLib 2.28
  
  Approved by:	rene, miwi (mentors, implicit)

Modified:
  head/x11/libexo/Makefile   (contents, props changed)
  head/x11/libexo/distinfo   (contents, props changed)
  head/x11/libexo/pkg-plist   (contents, props changed)

Modified: head/x11/libexo/Makefile
==============================================================================
--- head/x11/libexo/Makefile	Fri Dec 14 17:37:42 2012	(r308913)
+++ head/x11/libexo/Makefile	Fri Dec 14 17:40:46 2012	(r308914)
@@ -1,23 +1,20 @@
-# New ports collection makefile for:	libexo
-# Date created:		23 October 2004
-# Whom:			Matt Lancereau <ports@FreeBSD.org>
-#
+# Created by: Matt Lancereau <ports@FreeBSD.org>
 # $FreeBSD$
-#    $MCom: ports/x11/libexo/Makefile,v 1.1 2006/10/02 21:05:55 ahze Exp $
+#
 
 PORTNAME=	libexo
-PORTVERSION=	0.8.0
-PORTREVISION=	2
+PORTVERSION=	0.10.1
 CATEGORIES=	x11 xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
+MASTER_SITE_SUBDIR=	src/xfce/exo/${PORTVERSION:R}
 DISTNAME=	exo-${PORTVERSION}
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	Application library for the Xfce desktop environment
 
-BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI
-RUN_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS=	p5-URI>=1.60:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS=	p5-URI>=1.60:${PORTSDIR}/net/p5-URI
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/lib//}
@@ -33,8 +30,7 @@ USE_XFCE=	configenv libmenu libutil
 USE_XORG=	x11
 USE_PKGCONFIG=	build
 
-CONFIGURE_ARGS+=--enable-gio-unix \
-		--disable-gtk-doc-html
+CONFIGURE_ARGS+=--disable-gtk-doc-html
 
 OPTIONS_DEFINE=	DOCS NLS
 
@@ -59,8 +55,10 @@ CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	NLS="@comment "
 .endif
 
-.if empty(PORT_OPTIONS:MNLS)
 post-patch:
+# Downgrade GLib to 2.28
+	@${REINPLACE_CMD} -e 's|2.30.|2.28.|g' ${WRKSRC}/configure
+.if empty(PORT_OPTIONS:MNLS)
 	@${REINPLACE_CMD} -e 's|	po||' ${WRKSRC}/Makefile.in
 .endif
 

Modified: head/x11/libexo/distinfo
==============================================================================
--- head/x11/libexo/distinfo	Fri Dec 14 17:37:42 2012	(r308913)
+++ head/x11/libexo/distinfo	Fri Dec 14 17:40:46 2012	(r308914)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/exo-0.8.0.tar.bz2) = 6e21aa30692affcb45fc8283d034da4a02221d26e3e1facb968d04fed4ba05b0
-SIZE (xfce4/exo-0.8.0.tar.bz2) = 1120701
+SHA256 (xfce4/exo-0.10.1.tar.bz2) = 34a6d14c58a12d3372eb810d05ae425b8c8c32ec976b99b6ad274c3f7b3f6896
+SIZE (xfce4/exo-0.10.1.tar.bz2) = 1136923

Modified: head/x11/libexo/pkg-plist
==============================================================================
--- head/x11/libexo/pkg-plist	Fri Dec 14 17:37:42 2012	(r308913)
+++ head/x11/libexo/pkg-plist	Fri Dec 14 17:40:46 2012	(r308914)
@@ -29,7 +29,7 @@ include/exo-1/exo/exo-xsession-client.h
 include/exo-1/exo/exo.h
 lib/libexo-1.la
 lib/libexo-1.so
-lib/libexo-1.so.0
+lib/libexo-1.so.1
 lib/xfce4/exo-1/exo-compose-mail-1
 lib/xfce4/exo-1/exo-helper-1
 libdata/pkgconfig/exo-1.pc
@@ -135,6 +135,7 @@ share/icons/hicolor/48x48/apps/preferenc
 %%NLS%%share/locale/sk/LC_MESSAGES/exo-1.mo
 %%NLS%%share/locale/sl/LC_MESSAGES/exo-1.mo
 %%NLS%%share/locale/sq/LC_MESSAGES/exo-1.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/exo-1.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/exo-1.mo
 %%NLS%%share/locale/tl_PH/LC_MESSAGES/exo-1.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/exo-1.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212141740.qBEHekiH012610>