From owner-svn-ports-all@FreeBSD.ORG Fri May 9 18:52:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A109BAF9; Fri, 9 May 2014 18:52:50 +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 8E5A574E; Fri, 9 May 2014 18:52:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s49IqofS016096; Fri, 9 May 2014 18:52:50 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s49Iqocl016093; Fri, 9 May 2014 18:52:50 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405091852.s49Iqocl016093@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 9 May 2014 18:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353498 - head/misc/cdcollect 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: Fri, 09 May 2014 18:52:50 -0000 Author: amdmi3 Date: Fri May 9 18:52:49 2014 New Revision: 353498 URL: http://svnweb.freebsd.org/changeset/ports/353498 QAT: https://qat.redports.org/buildarchive/r353498/ Log: - Convert USE_BZIP2 to USES - Support staging - Don't remove mtree directory Modified: head/misc/cdcollect/Makefile head/misc/cdcollect/pkg-plist Modified: head/misc/cdcollect/Makefile ============================================================================== --- head/misc/cdcollect/Makefile Fri May 9 18:51:14 2014 (r353497) +++ head/misc/cdcollect/Makefile Fri May 9 18:52:49 2014 (r353498) @@ -13,15 +13,13 @@ COMMENT= Simple CD catalog for GNOME BUILD_DEPENDS= sqlite3>=3.0:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix gettext gmake pkgconfig +USES= tar:bzip2 pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnome gnomesharp20 GCONF_SCHEMAS= cdcollect.schemas CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-extract: ${REINPLACE_CMD} -e 's,SqliteClient,Sqlite,' \ ${WRKSRC}/src/Makefile.in \ Modified: head/misc/cdcollect/pkg-plist ============================================================================== --- head/misc/cdcollect/pkg-plist Fri May 9 18:51:14 2014 (r353497) +++ head/misc/cdcollect/pkg-plist Fri May 9 18:52:49 2014 (r353498) @@ -5,4 +5,3 @@ share/locale/es/LC_MESSAGES/cdcollect.mo share/pixmaps/cdcollect.png share/applications/cdcollect.desktop @dirrm lib/cdcollect -@dirrmtry share/pixmaps