textproc/expat2: Update to 2.2.10
- give maintainership to desktop@ - add test target Changelog: https://github.com/libexpat/libexpat/blob/R_2_2_10/expat/Changes PR: 243228 Submitted by: daniel.engberg.lists@pyret.net Exp-run by: antoine Approved by: Sergei Vyshenski <svysh.fbsd@gmail.com> (previous maintainer)
This commit is contained in:
parent
b2d00bce63
commit
019a03ba98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555503
@ -2,23 +2,31 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= expat
|
||||
PORTVERSION= 2.2.8
|
||||
PORTVERSION= 2.2.10
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://github.com/libexpat/libexpat/releases/download/R_${PORTVERSION:S|.|_|g}/
|
||||
|
||||
MAINTAINER= svysh.fbsd@gmail.com
|
||||
MAINTAINER= desktop@FreeBSD.org
|
||||
COMMENT= XML 1.0 parser written in C
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
TEST_DEPENDS= bash:shells/bash
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool pathfix tar:bz2
|
||||
USES= libtool pathfix python:test tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --without-docbook
|
||||
CONFIGURE_ARGS= --without-docbook --without-examples
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFINE= DOCS TEST
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
TEST_USES= shebangfix
|
||||
SHEBANG_FILES= test-driver-wrapper.sh tests/udiffer.py tests/xmltest.sh
|
||||
TEST_CONFIGURE_WITH= tests
|
||||
TEST_TARGET= check
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/xmlwf.1 ${STAGEDIR}${MANPREFIX}/man/man1/
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1568632893
|
||||
SHA256 (expat-2.2.8.tar.bz2) = 9a130948b05a82da34e4171d5f5ae5d321d9630277af02c8fa51e431f6475102
|
||||
SIZE (expat-2.2.8.tar.bz2) = 520377
|
||||
TIMESTAMP = 1601788459
|
||||
SHA256 (expat-2.2.10.tar.xz) = 5dfe538f8b5b63f03e98edac520d7d9a6a4d22e482e5c96d4d06fcc5485c25f2
|
||||
SIZE (expat-2.2.10.tar.xz) = 425432
|
||||
|
@ -5,7 +5,7 @@ include/expat_external.h
|
||||
lib/libexpat.a
|
||||
lib/libexpat.so
|
||||
lib/libexpat.so.1
|
||||
lib/libexpat.so.1.6.10
|
||||
lib/libexpat.so.1.6.12
|
||||
libdata/pkgconfig/expat.pc
|
||||
man/man1/xmlwf.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
|
Loading…
Reference in New Issue
Block a user