diff options
author | pawel <pawel@FreeBSD.org> | 2015-11-18 00:52:26 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-11-18 00:52:26 +0800 |
commit | c6fdb4501523f8aad7a2ec6f863f6679820cb5ef (patch) | |
tree | be9a65bb0112a38edc508ccf54ba1e19ce596970 /net/yaz/Makefile | |
parent | 841ef26aa27f60cce10e84027e5739d29622accd (diff) | |
download | freebsd-ports-gnome-c6fdb4501523f8aad7a2ec6f863f6679820cb5ef.tar.gz freebsd-ports-gnome-c6fdb4501523f8aad7a2ec6f863f6679820cb5ef.tar.zst freebsd-ports-gnome-c6fdb4501523f8aad7a2ec6f863f6679820cb5ef.zip |
Update to version 5.15.1
Changelog:
Bundle sha1 rather than use libgcrypt/nettle. This means that
configure no longer accepts --with-gcrypt and --with-nettle.
Fix rpn2cql fails for Bib-1 set in qry+conf YAZ-865
Diffstat (limited to 'net/yaz/Makefile')
-rw-r--r-- | net/yaz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 40f035e40e6d..42d80bdcb3da 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 5.15.0 +PORTVERSION= 5.15.1 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ |