diff options
author | demon <demon@FreeBSD.org> | 2006-12-23 23:35:05 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-12-23 23:35:05 +0800 |
commit | f6124675134b9126bc2024649fd354ba54f05d2c (patch) | |
tree | d6e308baa9c90b124ef615a25f5c3aee574ddfab /net | |
parent | f4f0ba8b710248f56455d94098f578dca0b2e1f4 (diff) | |
download | freebsd-ports-gnome-f6124675134b9126bc2024649fd354ba54f05d2c.tar.gz freebsd-ports-gnome-f6124675134b9126bc2024649fd354ba54f05d2c.tar.zst freebsd-ports-gnome-f6124675134b9126bc2024649fd354ba54f05d2c.zip |
Update to 2.1.42.
Diffstat (limited to 'net')
-rw-r--r-- | net/yaz/Makefile | 8 | ||||
-rw-r--r-- | net/yaz/distinfo | 5 | ||||
-rw-r--r-- | net/yaz/pkg-plist | 10 |
3 files changed, 13 insertions, 10 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 3cef0e11446e..56c34f67e8fb 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yaz -PORTVERSION= 2.1.38 +PORTVERSION= 2.1.42 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ @@ -23,7 +23,8 @@ CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \ --enable-tcpd USE_LDCONFIG= yes -MAN1= yaz-asncomp.1 yaz-client.1 yaz-iconv.1 yaz-marcdump.1 zoomsh.1 +MAN1= yaz-asncomp.1 yaz-client.1 yaz-iconv.1 yaz-marcdump.1 \ + ziffy.1 zoomsh.1 MAN7= yaz-log.7 yaz.7 MAN8= yaz-config.8 yaz-ztest.8 @@ -31,5 +32,8 @@ pre-install: cd ${WRKSRC}/doc && \ ${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${TARGETDIR}/man,' \ Makefile + cd ${WRKSRC}/ziffy && \ + ${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${TARGETDIR}/man,' \ + Makefile .include <bsd.port.mk> diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 12e7c4e56eb8..7a15b6e3c60f 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,2 +1,3 @@ -MD5 (yaz-2.1.38.tar.gz) = 22fe7e803bfa0c5cfbca99ac818a02b8 -SIZE (yaz-2.1.38.tar.gz) = 1683049 +MD5 (yaz-2.1.42.tar.gz) = 4697774df70b70381e73a03d313b73a2 +SHA256 (yaz-2.1.42.tar.gz) = de2ef2fdec4f0664bd2a2c2d3de8eb99297d975f2be91170b5708b39e06002ce +SIZE (yaz-2.1.42.tar.gz) = 1710040 diff --git a/net/yaz/pkg-plist b/net/yaz/pkg-plist index eff55b5d27c4..fbf29279d6a9 100644 --- a/net/yaz/pkg-plist +++ b/net/yaz/pkg-plist @@ -4,6 +4,7 @@ bin/yaz-config bin/yaz-iconv bin/yaz-marcdump bin/yaz-ztest +bin/ziffy bin/zoomsh include/yaz/backend.h include/yaz/ccl.h @@ -20,8 +21,6 @@ include/yaz/libxml2_error.h include/yaz/log.h include/yaz/logrpn.h include/yaz/marcdisp.h -include/yaz/nfa.h -include/yaz/nfaxml.h include/yaz/nmem.h include/yaz/nmem_xml.h include/yaz/odr.h @@ -46,6 +45,7 @@ include/yaz/unix.h include/yaz/wrbuf.h include/yaz/xmalloc.h include/yaz/xmlquery.h +include/yaz/xmltypes.h include/yaz/yaz-ccl.h include/yaz/yaz-iconv.h include/yaz/yaz-util.h @@ -86,10 +86,6 @@ lib/libyaz.a lib/libyaz.la lib/libyaz.so lib/libyaz.so.2 -lib/libyazthread.a -lib/libyazthread.la -lib/libyazthread.so -lib/libyazthread.so.2 share/aclocal/yaz.m4 %%DOCSDIR%%/apilayer.png %%DOCSDIR%%/asn.external.html @@ -143,6 +139,8 @@ share/aclocal/yaz.m4 %%DOCSDIR%%/tools.log.html %%DOCSDIR%%/tools.nmem.html %%DOCSDIR%%/tools.oid.html +%%DOCSDIR%%/ziffy.html +%%DOCSDIR%%/ziffy.using.html %%DOCSDIR%%/zoom.events.html %%DOCSDIR%%/zoom.extendedservices.html %%DOCSDIR%%/zoom.html |