- Update to 1.0.0
- Fix LICENSE section
This commit is contained in:
parent
f51dd7630b
commit
175b8119b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418705
2 changed files with 9 additions and 7 deletions
|
@ -2,20 +2,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xml2
|
||||
PORTVERSION= 0.1.2
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= textproc
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Parse XML
|
||||
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= GPLv2+
|
||||
|
||||
RUN_DEPENDS= R-cran-Rcpp>=0.11.4.6:devel/R-cran-Rcpp \
|
||||
BUILD_DEPENDS= R-cran-Rcpp>=0.11.4.6:devel/R-cran-Rcpp \
|
||||
R-cran-BH>0:devel/R-cran-BH
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= cran:auto-plist
|
||||
USES= cran:auto-plist,compiles
|
||||
USE_GNOME= libxml2
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (xml2_0.1.2.tar.gz) = 8c545c38394b5461317de40f8a6b0ccd38f97650d2ca7de76a6b1f68c6a7514a
|
||||
SIZE (xml2_0.1.2.tar.gz) = 74808
|
||||
TIMESTAMP = 1467016236
|
||||
SHA256 (xml2_1.0.0.tar.gz) = f94d714e1adbe1593abe6aed03cc66e2ac9a9e66977c0b97fdd3fb31b3a64a38
|
||||
SIZE (xml2_1.0.0.tar.gz) = 100462
|
||||
|
|
Loading…
Reference in a new issue