Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2014 07:15:53 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348663 - head/textproc/wbxml2
Message-ID:  <201403200715.s2K7Fr81086770@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Mar 20 07:15:53 2014
New Revision: 348663
URL: http://svnweb.freebsd.org/changeset/ports/348663
QAT: https://qat.redports.org/buildarchive/r348663/

Log:
  - Support staging
  - Define DOCS option
  - Use WWW: with a single space
  - Define LICENSE and LICENSE_FILE
  - Convert USE_BZIP2=yes to USES=tar:bzip2

Modified:
  head/textproc/wbxml2/Makefile
  head/textproc/wbxml2/pkg-descr

Modified: head/textproc/wbxml2/Makefile
==============================================================================
--- head/textproc/wbxml2/Makefile	Thu Mar 20 03:41:04 2014	(r348662)
+++ head/textproc/wbxml2/Makefile	Thu Mar 20 07:15:53 2014	(r348663)
@@ -10,30 +10,31 @@ DISTNAME=	libwbxml-${PORTVERSION}
 MAINTAINER=	flo@FreeBSD.org
 COMMENT=	Library & tools for converting wbxml<->xml
 
-LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
 WRKSRC=			${WRKDIR}/libwbxml-${PORTVERSION}
 CONFIGURE_WRKSRC=	${WRKDIR}/libwbxml-${PORTVERSION}/build
 BUILD_WRKSRC=		${CONFIGURE_WRKSRC}
 INSTALL_WRKSRC=		${CONFIGURE_WRKSRC}
 
-USE_BZIP2=	yes
-USES=		cmake iconv
+USES=		cmake iconv tar:bzip2
 CMAKE_SOURCE_PATH=	..
 USE_LDCONFIG=	yes
 
 DOCSDIR=	${PREFIX}/share/doc/libwbxml
 
-NO_STAGE=	yes
+OPTIONS_DEFINE=	DOCS
+
 post-extract:
 	@${MKDIR} ${CONFIGURE_WRKSRC}
 
 post-install:
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in AUTHORS BUGS ChangeLog NEWS README References THANKS TODO
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>

Modified: head/textproc/wbxml2/pkg-descr
==============================================================================
--- head/textproc/wbxml2/pkg-descr	Thu Mar 20 03:41:04 2014	(r348662)
+++ head/textproc/wbxml2/pkg-descr	Thu Mar 20 07:15:53 2014	(r348663)
@@ -5,4 +5,4 @@ The WBXML format is a binary representat
 and used to reduce bandwidth in mobile communications.
 
 Author: Aymerick Jehanne <aymerick@jehanne.org>
-WWW: 	http://libwbxml.opensync.org/
+WWW: http://libwbxml.opensync.org/



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