Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2013 14:59:29 +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: r317669 - in head/x11/libxfce4util: . files
Message-ID:  <201305081459.r48ExTLx050300@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Wed May  8 14:59:29 2013
New Revision: 317669
URL: http://svnweb.freebsd.org/changeset/ports/317669

Log:
  - Update to 4.10.1
  - Replace post-patch target by patch (configure script)
  - Finish to convert USES

Added:
  head/x11/libxfce4util/files/
  head/x11/libxfce4util/files/patch-configure   (contents, props changed)
Modified:
  head/x11/libxfce4util/Makefile
  head/x11/libxfce4util/distinfo   (contents, props changed)

Modified: head/x11/libxfce4util/Makefile
==============================================================================
--- head/x11/libxfce4util/Makefile	Wed May  8 14:52:55 2013	(r317668)
+++ head/x11/libxfce4util/Makefile	Wed May  8 14:59:29 2013	(r317669)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	libxfce4util
-PORTVERSION=	4.10.0
-PORTREVISION=	1
+PORTVERSION=	4.10.1
 CATEGORIES=	x11 xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
+MASTER_SITE_SUBDIR=	src/xfce/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	xfce@FreeBSD.org
@@ -14,13 +14,11 @@ COMMENT=	Extension library for the Xfce 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	glib20 gnomehack intltool intlhack
+USE_GNOME=	glib20 intltool intlhack
 USE_PERL5=	yes
 USE_LDCONFIG=	yes
 USE_XFCE=	configenv
-USES=		pkgconfig
-
-CONFIGURE_ARGS+=--disable-gtk-doc-html
+USES=		pathfix pkgconfig
 
 OPTIONS_DEFINE=		NLS DOCS
 
@@ -43,9 +41,4 @@ CONFIGURE_ARGS+=--without-html-dir
 PLIST_SUB+=	APIDOCS="@comment "
 .endif
 
-.if empty(PORT_OPTIONS:MNLS)
-post-patch:
-	@${REINPLACE_CMD} -e 's|po||' ${WRKSRC}/Makefile.in
-.endif
-
 .include <bsd.port.mk>

Modified: head/x11/libxfce4util/distinfo
==============================================================================
--- head/x11/libxfce4util/distinfo	Wed May  8 14:52:55 2013	(r317668)
+++ head/x11/libxfce4util/distinfo	Wed May  8 14:59:29 2013	(r317669)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/libxfce4util-4.10.0.tar.bz2) = 0979fee12880bb5f011ab38d6c7cc9afe5fd68eb96ccda895cb56dbc16e7608e
-SIZE (xfce4/libxfce4util-4.10.0.tar.bz2) = 430542
+SHA256 (xfce4/libxfce4util-4.10.1.tar.bz2) = e82cd1ad715c02a385b3cf6646cb89aa3c4724446dac1d7e424971df12f6cfbb
+SIZE (xfce4/libxfce4util-4.10.1.tar.bz2) = 453499

Added: head/x11/libxfce4util/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/libxfce4util/files/patch-configure	Wed May  8 14:59:29 2013	(r317669)
@@ -0,0 +1,11 @@
+--- ./configure.orig	2013-05-05 14:40:55.000000000 +0000
++++ ./configure	2013-05-05 19:29:12.000000000 +0000
+@@ -13361,7 +13361,7 @@
+ 
+     fi
+   fi
+-     USE_NLS=yes
++#     USE_NLS=yes
+ 
+ 
+     gt_cv_have_gettext=no



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