Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 11:35:22 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360355 - head/x11/xfce4-conf
Message-ID:  <201407031135.s63BZMkw004370@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul  3 11:35:21 2014
New Revision: 360355
URL: http://svnweb.freebsd.org/changeset/ports/360355
QAT: https://qat.redports.org/buildarchive/r360355/

Log:
  - Switch to USES=libtool, drop .la files
  - Convert USE_BZIP2 to USES
  
  Approved by:	portmgr blanket

Modified:
  head/x11/xfce4-conf/Makefile
  head/x11/xfce4-conf/pkg-plist

Modified: head/x11/xfce4-conf/Makefile
==============================================================================
--- head/x11/xfce4-conf/Makefile	Thu Jul  3 11:09:47 2014	(r360354)
+++ head/x11/xfce4-conf/Makefile	Thu Jul  3 11:35:21 2014	(r360355)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-conf
 PORTVERSION=	4.10.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11 xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 DISTNAME=	xfconf-${PORTVERSION}
@@ -16,13 +16,12 @@ BUILD_DEPENDS=	p5-XML-Parser>=2.41:${POR
 LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
 USE_GNOME=	glib20 gtk20 intltool intlhack
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 USE_XFCE=	configenv libutil
 USE_XORG=	x11
-USES=		gmake pathfix pkgconfig perl5
+USES=		gmake libtool pathfix pkgconfig perl5 tar:bzip2
 
 OPTIONS_DEFINE=		DOCS PERL NLS
 

Modified: head/x11/xfce4-conf/pkg-plist
==============================================================================
--- head/x11/xfce4-conf/pkg-plist	Thu Jul  3 11:09:47 2014	(r360354)
+++ head/x11/xfce4-conf/pkg-plist	Thu Jul  3 11:35:21 2014	(r360355)
@@ -4,9 +4,9 @@ include/xfce4/xfconf-0/xfconf/xfconf-cha
 include/xfce4/xfconf-0/xfconf/xfconf-errors.h
 include/xfce4/xfconf-0/xfconf/xfconf-types.h
 include/xfce4/xfconf-0/xfconf/xfconf.h
-lib/libxfconf-0.la
 lib/libxfconf-0.so
 lib/libxfconf-0.so.2
+lib/libxfconf-0.so.2.0.0
 lib/xfce4/xfconf/xfconfd
 libdata/pkgconfig/libxfconf-0.pc
 share/dbus-1/services/org.xfce.Xfconf.service



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