aboutsummaryrefslogtreecommitdiff
path: root/security/gnutls-devel
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-24 09:06:54 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-24 09:06:54 +0000
commit89048fd5c62ebbf41f56247d77c6eecd4e9dc1a2 (patch)
tree82083197e3b584aca2a498b2e0662c8b8727f9b3 /security/gnutls-devel
parent8917c8e4e6510c02b971565855cc56fb60f876b7 (diff)
downloadports-89048fd5c62ebbf41f56247d77c6eecd4e9dc1a2.tar.gz
ports-89048fd5c62ebbf41f56247d77c6eecd4e9dc1a2.zip
- Update to 0.8.10
PR: 57140 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=89159
Diffstat (limited to 'security/gnutls-devel')
-rw-r--r--security/gnutls-devel/Makefile12
-rw-r--r--security/gnutls-devel/distinfo2
-rw-r--r--security/gnutls-devel/pkg-plist4
3 files changed, 8 insertions, 10 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile
index f9550dc5ccb9..2e17e55e8ae6 100644
--- a/security/gnutls-devel/Makefile
+++ b/security/gnutls-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnutls
-PORTVERSION= 0.8.6
+PORTVERSION= 0.8.10
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_GNUPG} \
http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \
@@ -28,17 +28,15 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-DOCS= AUTHORS NEWS README THANKS
+DOCS= AUTHORS NEWS README THANKS doc/tex/*.ps
+EXAMPLES= doc/examples/*.c
post-install:
@${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/examples/*.c ${EXAMPLESDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/doc/tex/*.ps ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/security/gnutls-devel/distinfo b/security/gnutls-devel/distinfo
index 57c46ecf8a5b..1176374b2b61 100644
--- a/security/gnutls-devel/distinfo
+++ b/security/gnutls-devel/distinfo
@@ -1 +1 @@
-MD5 (gnutls-0.8.6.tar.gz) = 7c152170df607ae39585a494ec355af1
+MD5 (gnutls-0.8.10.tar.gz) = 11130b920b1395d03e559beebf6b3c2b
diff --git a/security/gnutls-devel/pkg-plist b/security/gnutls-devel/pkg-plist
index 0edcddbd48af..dd8ce5e834ea 100644
--- a/security/gnutls-devel/pkg-plist
+++ b/security/gnutls-devel/pkg-plist
@@ -10,10 +10,10 @@ include/gnutls/compat4.h
include/gnutls/openssl.h
include/gnutls/gnutls.h
@dirrm include/gnutls
-lib/libgnutls.so.8
+lib/libgnutls.so.7
lib/libgnutls.so
lib/libgnutls.a
-lib/libgnutls-extra.so.8
+lib/libgnutls-extra.so.7
lib/libgnutls-extra.so
lib/libgnutls-extra.a
share/aclocal/libgnutls.m4