svn commit: r340470 - head/textproc/simplexml

Mathieu Arnold mat at FreeBSD.org
Mon Jan 20 20:47:33 UTC 2014


Author: mat
Date: Mon Jan 20 20:47:32 2014
New Revision: 340470
URL: http://svnweb.freebsd.org/changeset/ports/340470
QAT: https://qat.redports.org/buildarchive/r340470/

Log:
  * Convert to staging
  * Convert to new LIB_DEPENDS format
  
  Sponsored by:	Absolight

Modified:
  head/textproc/simplexml/Makefile

Modified: head/textproc/simplexml/Makefile
==============================================================================
--- head/textproc/simplexml/Makefile	Mon Jan 20 20:43:29 2014	(r340469)
+++ head/textproc/simplexml/Makefile	Mon Jan 20 20:47:32 2014	(r340470)
@@ -11,7 +11,7 @@ DIST_SUBDIR=	${PORTNAME}
 MAINTAINER=	konstantin.lepa at gmail.com
 COMMENT=	C++ XML parser library
 
-LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
 USES=		cmake iconv
 USE_LDCONFIG=	yes
@@ -22,7 +22,6 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 CMAKE_ARGS+=	-DDEBUG_MODE:BOOL=ON
 .endif
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; \
 		/set.*CMAKE_BUILD_TYPE/d' ${WRKSRC}/CMakeLists.txt \


More information about the svn-ports-all mailing list