From owner-svn-ports-head@FreeBSD.ORG Thu Jul 3 11:35:22 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9665E30B; Thu, 3 Jul 2014 11:35:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 837F72C75; Thu, 3 Jul 2014 11:35:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s63BZMTG004372; Thu, 3 Jul 2014 11:35:22 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s63BZMkw004370; Thu, 3 Jul 2014 11:35:22 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407031135.s63BZMkw004370@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 3 Jul 2014 11:35:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360355 - head/x11/xfce4-conf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 11:35:22 -0000 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