diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-03 12:39:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-03 12:39:58 +0000 |
commit | 946f2f053a692daeb17b99b347adbb72e7f07831 (patch) | |
tree | 79abe3ead002d46867ccd45536ec0d6b8d2e962f /net/yaz/Makefile | |
parent | 1c766fac2913fb93c878e00d97b340a9c5c1d7fa (diff) | |
download | pkgsrc-946f2f053a692daeb17b99b347adbb72e7f07831.tar.gz |
Update to 4.1.3:
--- 4.1.3 2011/01/27
Update yaz.spec to operate on both SLES11 / Centos 5.5.
RPM: Release includes 'indexdata' name. Use indexdata in release name so
this package can be distinguished from other vendors.
yaz-config: Use exec_prefix, libdir, includedir . Use these variables
as determined by configure
yaz-config: set YAZ_VERSION env. php_yaz relies on it.
GFS: Z_PresentStatus_partial_4 for missing record. If bend_fetch handler
returns no error and no record, the present request is considered
partial (only a subset of the records could be returned by backend), and
so it is appropriate to set Present Status to partial-4.
Diffstat (limited to 'net/yaz/Makefile')
-rw-r--r-- | net/yaz/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 12feb193559..c333772e1a1 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2010/12/17 07:36:09 obache Exp $ +# $NetBSD: Makefile,v 1.39 2011/02/03 12:39:58 wiz Exp $ # -DISTNAME= yaz-4.1.2 -PKGREVISION= 1 +DISTNAME= yaz-4.1.3 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ |