diff options
author | wen <wen@FreeBSD.org> | 2010-05-26 17:08:44 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-26 17:08:44 +0800 |
commit | 09dd5a6ad597be0499aad494a51a2763763efd9e (patch) | |
tree | cc44d30bfaec100ad6cc9d18e7cdd13907d58c95 /net | |
parent | e26fe0583b18aec543a9bb3edfb831e3a9e09cbb (diff) | |
download | freebsd-ports-graphics-09dd5a6ad597be0499aad494a51a2763763efd9e.tar.gz freebsd-ports-graphics-09dd5a6ad597be0499aad494a51a2763763efd9e.tar.zst freebsd-ports-graphics-09dd5a6ad597be0499aad494a51a2763763efd9e.zip |
- Bump PORTREVISION to chase the update of net/yaz
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Z3950-ZOOM/Makefile | 3 | ||||
-rw-r--r-- | net/pecl-yaz/Makefile | 3 | ||||
-rw-r--r-- | net/zebra-server/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net/p5-Net-Z3950-ZOOM/Makefile b/net/p5-Net-Z3950-ZOOM/Makefile index cb453d60e54..d1880a9db25 100644 --- a/net/p5-Net-Z3950-ZOOM/Makefile +++ b/net/p5-Net-Z3950-ZOOM/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-Z3950-ZOOM PORTVERSION= 1.25 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= A perl interface to the Z39.50 Object-Orientation Model (ZOOM) -LIB_DEPENDS= yaz.3:${PORTSDIR}/net/yaz +LIB_DEPENDS= yaz.4:${PORTSDIR}/net/yaz BUILD_DEPENDS= p5-MARC-Record>=1.38:${PORTSDIR}/textproc/p5-MARC-Record RUN_DEPENDS= p5-MARC-Record>=1.38:${PORTSDIR}/textproc/p5-MARC-Record diff --git a/net/pecl-yaz/Makefile b/net/pecl-yaz/Makefile index 34643cb0e05..4645406903c 100644 --- a/net/pecl-yaz/Makefile +++ b/net/pecl-yaz/Makefile @@ -7,6 +7,7 @@ PORTNAME= yaz PORTVERSION= 1.0.14 +PORTREVISION= 1 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -16,7 +17,7 @@ DIST_SUBDIR= PECL MAINTAINER= till@php.net COMMENT= A PECL extension that implements a Z39.50 client -LIB_DEPENDS= yaz.3:${PORTSDIR}/net/yaz +LIB_DEPENDS= yaz.4:${PORTSDIR}/net/yaz USE_PHP= yes USE_PHPEXT= yes diff --git a/net/zebra-server/Makefile b/net/zebra-server/Makefile index bc95e42306e..8ae564a7270 100644 --- a/net/zebra-server/Makefile +++ b/net/zebra-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= zebra-server PORTVERSION= 2.0.43 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/ DISTNAME= idzebra-${PORTVERSION} @@ -15,7 +16,7 @@ MAINTAINER= ben@gibbed.org COMMENT= Z39.50/SR server software LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - yaz.3:${PORTSDIR}/net/yaz + yaz.4:${PORTSDIR}/net/yaz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-yaz=${LOCALBASE}/bin \ |