diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-28 23:27:04 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-28 23:27:04 +0000 |
commit | 22525825d957e19446030af85d112f6e6d18efbf (patch) | |
tree | 25c3eb70084b08bca9a29d9f2e41581ec93ac716 /textproc/libpathan | |
parent | Chase libmusicbrainz shared library version. (diff) |
Chase xerces shared library version.
Bump PORTREVISION
Reported by: bento
Notes
Notes:
svn path=/head/; revision=102480
Diffstat (limited to 'textproc/libpathan')
-rw-r--r-- | textproc/libpathan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libpathan/Makefile b/textproc/libpathan/Makefile index 44baad78a754..1d15a0f8b5d9 100644 --- a/textproc/libpathan/Makefile +++ b/textproc/libpathan/Makefile @@ -7,7 +7,7 @@ PORTNAME= libpathan PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://software.decisionsoft.com/software/pathan-1.2r2/ DISTNAME= ${PORTNAME}-${PORTVERSION}-2-src @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-2-src MAINTAINER= ports@FreeBSD.org COMMENT= Validating XML parser from the Apache XML Project -LIB_DEPENDS= xerces-c.23:${PORTSDIR}/textproc/xerces-c2 +LIB_DEPENDS= xerces-c.25:${PORTSDIR}/textproc/xerces-c2 BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:extract USE_BISON= yes |