aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/glest/Makefile3
-rw-r--r--textproc/libpathan/Makefile4
-rw-r--r--textproc/xalan-c/Makefile3
3 files changed, 6 insertions, 4 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile
index 44ffad871f21..a4cc42526e0c 100644
--- a/games/glest/Makefile
+++ b/games/glest/Makefile
@@ -7,6 +7,7 @@
PORTNAME= glest
PORTVERSION= 2.0.0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +17,7 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Free 3d real-time customizable strategy game
-LIB_DEPENDS= xerces-c.26:${PORTSDIR}/textproc/xerces-c2 \
+LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \
vorbis.3:${PORTSDIR}/audio/libvorbis \
openal.0:${PORTSDIR}/audio/openal \
alut.0:${PORTSDIR}/audio/freealut
diff --git a/textproc/libpathan/Makefile b/textproc/libpathan/Makefile
index 5364a3d3e182..c7216cb25e65 100644
--- a/textproc/libpathan/Makefile
+++ b/textproc/libpathan/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libpathan
PORTVERSION= 1.2
-PORTREVISION= 2
+PORTREVISION= 3
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.26:${PORTSDIR}/textproc/xerces-c2
+LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:extract
USE_BISON= yes
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
index d42f89e4e7fa..bf636eb68ee8 100644
--- a/textproc/xalan-c/Makefile
+++ b/textproc/xalan-c/Makefile
@@ -8,6 +8,7 @@
PORTNAME= xalan-c
PORTVERSION= 1.9.0
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_APACHE_XML:S/$/:msax,docs/}
MASTER_SITE_SUBDIR= ${PORTNAME}/source/:msax ${PORTNAME}/docs/:docs
@@ -43,7 +44,7 @@ DOCS_TARBALL= Xalan-C_${PORTVERSION:S/./_/g}-docs${EXTRACT_SUFX}
# we need the _extracted_ xerces-c2 port sources to build this one
# (installed version of port is enough)
-XERCESC_LIB_VER?= 26
+XERCESC_LIB_VER?= 27
LIB_DEPENDS+= xerces-c.${XERCESC_LIB_VER}:${PORTSDIR}/textproc/xerces-c2
XERCESCROOT?= ${LOCALBASE}