diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-11-03 23:49:00 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-11-03 23:49:00 +0800 |
commit | 92f24d0f983c1b912f007a1508b253f1859c9e17 (patch) | |
tree | 83d5655b1724f6515933b34727663a5e26966164 /security | |
parent | 4e20a9aa97139e0d522bae580994257b6f7e40e6 (diff) | |
download | freebsd-ports-gnome-92f24d0f983c1b912f007a1508b253f1859c9e17.tar.gz freebsd-ports-gnome-92f24d0f983c1b912f007a1508b253f1859c9e17.tar.zst freebsd-ports-gnome-92f24d0f983c1b912f007a1508b253f1859c9e17.zip |
upgrade to 1.2.7
PR: 58794
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/botan/Makefile | 5 | ||||
-rw-r--r-- | security/botan/distinfo | 2 | ||||
-rw-r--r-- | security/botan/pkg-plist | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 2d866e98a36b..87b7ed80ccc6 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -7,7 +7,7 @@ # PORTNAME= botan -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= opencl DISTNAME= Botan-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@dragon2.net COMMENT= A portable, easy to use, and efficient C++ crypto library USE_REINPLACE= yes @@ -40,7 +40,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} post-patch: @${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g ; \ s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/${CONFIGURE_SCRIPT} - @${RM} -f ${WRKSRC}/src/pipe_io.cpp.orig post-install: @${RM} -f ${PREFIX}/include/botan/botan diff --git a/security/botan/distinfo b/security/botan/distinfo index 0bfbce185a50..149f5e08d34c 100644 --- a/security/botan/distinfo +++ b/security/botan/distinfo @@ -1 +1 @@ -MD5 (Botan-1.2.6.tgz) = 5b371e72378a3ede5e693da65f33ce59 +MD5 (Botan-1.2.7.tgz) = bb8fc4a969d7669020e9d2a9cc964fbc diff --git a/security/botan/pkg-plist b/security/botan/pkg-plist index 308c1445f5fd..c2bf984bf9f7 100644 --- a/security/botan/pkg-plist +++ b/security/botan/pkg-plist @@ -148,17 +148,17 @@ include/botan/x509stor.h include/botan/x917_rng.h include/botan/x919_mac.h include/botan/xtea.h -lib/libbotan-1.2.6.so +lib/libbotan-1.2.7.so lib/libbotan-1.2.so lib/libbotan-1.so lib/libbotan.a lib/libbotan.so -%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/api.ps +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/api.pdf %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/api.tex +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/botan.rc %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/authors.txt %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/bugs.txt %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/deprecated.txt -%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/indent.el %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/license.txt %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/log.txt %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/pgpkeys.asc @@ -166,7 +166,7 @@ lib/libbotan.so %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/rngs.txt %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/thanks.txt %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/todo.txt -%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/tutorial.ps +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/tutorial.pdf %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/tutorial.tex @dirrm include/botan @dirrm %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%% |