diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-02-25 00:12:00 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-02-25 00:12:00 +0000 |
commit | 197c425e19fbfedd136c7848a4acb14c39138b00 (patch) | |
tree | c4bd422fa969c28549d42f754c026514d64e3f41 /textproc/xqilla | |
parent | 6a6a1fc6972aef20edc29ab2cbbded3b3c70a7ca (diff) |
- Update to 2.2.4
- Depend on newly ported Xerces-C++ 3.x (textproc/xerces-c3)
- Take maintainship
Approved by: vanilla (previous maintainer)
Notes
Notes:
svn path=/head/; revision=269615
Diffstat (limited to 'textproc/xqilla')
-rw-r--r-- | textproc/xqilla/Makefile | 9 | ||||
-rw-r--r-- | textproc/xqilla/distinfo | 5 |
2 files changed, 5 insertions, 9 deletions
diff --git a/textproc/xqilla/Makefile b/textproc/xqilla/Makefile index ece91b1ff3c0..109fe9607b57 100644 --- a/textproc/xqilla/Makefile +++ b/textproc/xqilla/Makefile @@ -6,25 +6,22 @@ # PORTNAME= xqilla -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.4 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF DISTNAME= XQilla-${PORTVERSION} -MAINTAINER= vanilla@FreeBSD.org +MAINTAINER= gahr@FreeBSD.org COMMENT= An XQuery and XPath2 library -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:build -LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 +LIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3 USE_GMAKE= yes USE_PERL5= yes USE_LDCONFIG= yes USE_GNOME= gnometarget GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-xerces=${XERCESDIR} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" -XERCESDIR= `cd ${PORTSDIR}/textproc/xerces-c2; make -V WRKSRC` .include <bsd.port.mk> diff --git a/textproc/xqilla/distinfo b/textproc/xqilla/distinfo index 7b84f0f61998..3432b4f2dbb0 100644 --- a/textproc/xqilla/distinfo +++ b/textproc/xqilla/distinfo @@ -1,3 +1,2 @@ -MD5 (XQilla-2.2.0.tar.gz) = 4d7ed895b01fad1a07a0594548ac6f84 -SHA256 (XQilla-2.2.0.tar.gz) = 8d7e2916a922ecf75bf21069a18706cacdbbd413c49f6561537d00f592377c9d -SIZE (XQilla-2.2.0.tar.gz) = 4907127 +SHA256 (XQilla-2.2.4.tar.gz) = f39f8d11bca67ded2036d543bb6780ebeeee5b5723d75f067f256ae26516854b +SIZE (XQilla-2.2.4.tar.gz) = 15667750 |