diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-24 17:08:53 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-24 17:08:53 +0000 |
commit | bd57d8de936cbee750045cc3a9199525df26130f (patch) | |
tree | 74d3bcd93eb5d4cf19e200edc4e51f1007882eea | |
parent | 45d46bd0a512d136ab3e2a35764cdf98723dc4ce (diff) | |
download | ports-bd57d8de936cbee750045cc3a9199525df26130f.tar.gz ports-bd57d8de936cbee750045cc3a9199525df26130f.zip |
Notes
-rw-r--r-- | games/glest/Makefile | 3 | ||||
-rw-r--r-- | textproc/libpathan/Makefile | 4 | ||||
-rw-r--r-- | textproc/xalan-c/Makefile | 3 |
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} |