svn commit: r353498 - head/misc/cdcollect

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 9 18:52:50 UTC 2014


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
- at dirrmtry share/pixmaps


More information about the svn-ports-all mailing list