Index: head/textproc/pure-xml/Makefile =================================================================== --- head/textproc/pure-xml/Makefile (revision 406021) +++ head/textproc/pure-xml/Makefile (revision 406022) @@ -1,33 +1,32 @@ # Created by: Zhihao Yuan # $FreeBSD$ PORTNAME= pure-xml -PORTVERSION= 0.6 -PORTREVISION= 3 +PORTVERSION= 0.7 CATEGORIES= textproc MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= ports@FreeBSD.org COMMENT= Pure language interface for libxml2 and libxslt LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual -USES= pure +USES= pkgconfig pure USE_GNOME= libxml2 libxslt PORTDOCS= README PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES PLIST_FILES= lib/pure/xml.pure \ lib/pure/xml.so post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pure/xml.so @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/textproc/pure-xml/distinfo =================================================================== --- head/textproc/pure-xml/distinfo (revision 406021) +++ head/textproc/pure-xml/distinfo (revision 406022) @@ -1,2 +1,2 @@ -SHA256 (pure/pure-xml-0.6.tar.gz) = 309d2356c069d8f7571ac1b86496549536adf38cba4ac68a2a38f22795ce27e7 -SIZE (pure/pure-xml-0.6.tar.gz) = 51723 +SHA256 (pure/pure-xml-0.7.tar.gz) = e862dec060917a285bc3befc90f4eb70b6cc33136fb524ad3aa173714a35b0f7 +SIZE (pure/pure-xml-0.7.tar.gz) = 39041