mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.1.0 to build with yaz3
This commit is contained in:
parent
9058e4803b
commit
c242dfbea1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210543
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= yaz++
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz++/
|
||||
DISTNAME= yazpp-${PORTVERSION}
|
||||
@ -14,7 +14,7 @@ DISTNAME= yazpp-${PORTVERSION}
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= C++ toolkit for development of Z39.50v3 clients and servers
|
||||
|
||||
LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz
|
||||
LIB_DEPENDS= yaz.3:${PORTSDIR}/net/yaz
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-shared --with-yaz=${LOCALBASE}/bin
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (yazpp-1.0.0.tar.gz) = 531aa2f539f6348761169888925c9d93
|
||||
SHA256 (yazpp-1.0.0.tar.gz) = 28a549e89038d683d091acc818e5656a1aa8f19306cdf13a0f9032b36690a72a
|
||||
SIZE (yazpp-1.0.0.tar.gz) = 620449
|
||||
MD5 (yazpp-1.1.0.tar.gz) = 3100eb8e1ad43f1c3f116543d53766a7
|
||||
SHA256 (yazpp-1.1.0.tar.gz) = 5eab9854c88f84e7e2e9c84cb4a7f719dc21dbc14d54ce53216fbca7b793ea66
|
||||
SIZE (yazpp-1.1.0.tar.gz) = 486957
|
||||
|
@ -17,22 +17,21 @@ include/yazpp/zoom.h
|
||||
lib/libyazpp.a
|
||||
lib/libyazpp.la
|
||||
lib/libyazpp.so
|
||||
lib/libyazpp.so.1
|
||||
lib/libyazpp.so.3
|
||||
lib/libzoompp.a
|
||||
lib/libzoompp.la
|
||||
lib/libzoompp.so
|
||||
lib/libzoompp.so.1
|
||||
lib/libzoompp.so.3
|
||||
share/aclocal/yazpp.m4
|
||||
share/doc/yazpp/api.html
|
||||
share/doc/yazpp/common/id.png
|
||||
share/doc/yazpp/common/style1.css
|
||||
share/doc/yazpp/implementations.html
|
||||
share/doc/yazpp/index.html
|
||||
share/doc/yazpp/installation.html
|
||||
share/doc/yazpp/introduction.html
|
||||
share/doc/yazpp/license.html
|
||||
share/doc/yazpp/windows.html
|
||||
share/doc/yazpp/yazpp.html
|
||||
share/doc/yazpp/yazpp.pdf
|
||||
share/doc/yazpp/zoom-connection.html
|
||||
share/doc/yazpp/zoom-exception.html
|
||||
share/doc/yazpp/zoom-query.html
|
||||
|
Loading…
Reference in New Issue
Block a user