From owner-svn-ports-all@FreeBSD.ORG Tue May 13 10:30:59 2014 Return-Path: Delivered-To: svn-ports-all@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 4BE799F3; Tue, 13 May 2014 10:30:59 +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 3981626FE; Tue, 13 May 2014 10:30:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DAUxjx009479; Tue, 13 May 2014 10:30:59 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4DAUxJx009478; Tue, 13 May 2014 10:30:59 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201405131030.s4DAUxJx009478@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 13 May 2014 10:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353933 - head/x11/libexo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 10:30:59 -0000 Author: tijl Date: Tue May 13 10:30:58 2014 New Revision: 353933 URL: http://svnweb.freebsd.org/changeset/ports/353933 QAT: https://qat.redports.org/buildarchive/r353933/ Log: - USES=libtool:oldver tar:bzip2. - INSTALL_TARGET=install-strip. Modified: head/x11/libexo/Makefile Modified: head/x11/libexo/Makefile ============================================================================== --- head/x11/libexo/Makefile Tue May 13 10:28:39 2014 (r353932) +++ head/x11/libexo/Makefile Tue May 13 10:30:58 2014 (r353933) @@ -3,7 +3,7 @@ PORTNAME= libexo PORTVERSION= 0.10.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/exo/${PORTVERSION:R} @@ -21,12 +21,13 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME: GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_BZIP2= yes +INSTALL_TARGET= install-strip +USES= desktop-file-utils gmake libtool:oldver pathfix perl5 \ + pkgconfig tar:bzip2 USE_GNOME= glib20 gtk20 intltool intlhack USE_LDCONFIG= yes USE_XFCE= configenv libmenu libutil USE_XORG= x11 -USES= desktop-file-utils gmake pathfix perl5 pkgconfig OPTIONS_DEFINE= DOCS NLS