From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 17:49:01 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 E86EC4F1; Tue, 1 Jul 2014 17:49:01 +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 D60712BDE; Tue, 1 Jul 2014 17:49:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s61Hn1w5004022; Tue, 1 Jul 2014 17:49:01 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s61Hn1kS004020; Tue, 1 Jul 2014 17:49:01 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407011749.s61Hn1kS004020@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 1 Jul 2014 17:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360070 - in head/x11-themes/gtk-flat-theme2: . files 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, 01 Jul 2014 17:49:02 -0000 Author: tijl Date: Tue Jul 1 17:49:01 2014 New Revision: 360070 URL: http://svnweb.freebsd.org/changeset/ports/360070 QAT: https://qat.redports.org/buildarchive/r360070/ Log: Convert to USES=libtool Deleted: head/x11-themes/gtk-flat-theme2/files/ Modified: head/x11-themes/gtk-flat-theme2/Makefile head/x11-themes/gtk-flat-theme2/pkg-plist Modified: head/x11-themes/gtk-flat-theme2/Makefile ============================================================================== --- head/x11-themes/gtk-flat-theme2/Makefile Tue Jul 1 17:48:32 2014 (r360069) +++ head/x11-themes/gtk-flat-theme2/Makefile Tue Jul 1 17:49:01 2014 (r360070) @@ -3,24 +3,19 @@ PORTNAME= gtk-flat-theme2 PORTVERSION= 0.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= gtk2flat DISTNAME= gtk2flat-default MAINTAINER= philip@FreeBSD.org -COMMENT= A port of the Flat GTK+ engine to GTK+ 2.0 +COMMENT= Port of the Flat GTK+ engine to GTK+ 2.0 WRKSRC= ${WRKDIR}/gtk-flat-theme-2.0 GNU_CONFIGURE= yes -USES= gmake pkgconfig pathfix +USES= gmake libtool pathfix pkgconfig USE_GNOME= gtk20 -.include - -post-extract: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure - -.include +.include Modified: head/x11-themes/gtk-flat-theme2/pkg-plist ============================================================================== --- head/x11-themes/gtk-flat-theme2/pkg-plist Tue Jul 1 17:48:32 2014 (r360069) +++ head/x11-themes/gtk-flat-theme2/pkg-plist Tue Jul 1 17:49:01 2014 (r360070) @@ -1,4 +1,3 @@ -lib/gtk-2.0/%%GTK2_VERSION%%/engines/libflat.la lib/gtk-2.0/%%GTK2_VERSION%%/engines/libflat.so share/themes/Flat/ICON.png share/themes/Flat/README.html