Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2014 18:52:50 +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: r353498 - head/misc/cdcollect
Message-ID:  <201405091852.s49Iqocl016093@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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