Skip site navigation (1)Skip section navigation (2)
Date:      23 Sep 2003 20:33:22 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57140: [MAINTAINER] security/gnutls: update to 0.8.10
Message-ID:  <20030923203322.72702.qmail@kolobov.com>
Resent-Message-ID: <200309232040.h8NKeIvd050776@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57140
>Category:       ports
>Synopsis:       [MAINTAINER] security/gnutls: update to 0.8.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 23 13:40:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sun Sep 14 12:09:20 MSD 2003
>Description:
- Update to 0.8.10

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- gnutls-0.8.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /FreeBSD/cvs/ports/security/gnutls/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	26 Mar 2003 06:58:40 -0000	1.7
+++ Makefile	23 Sep 2003 20:30:44 -0000
@@ -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 @@
 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>
Index: distinfo
===================================================================
RCS file: /FreeBSD/cvs/ports/security/gnutls/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	26 Mar 2003 06:58:40 -0000	1.4
+++ distinfo	23 Sep 2003 20:12:32 -0000
@@ -1 +1 @@
-MD5 (gnutls-0.8.6.tar.gz) = 7c152170df607ae39585a494ec355af1
+MD5 (gnutls-0.8.10.tar.gz) = 11130b920b1395d03e559beebf6b3c2b
Index: pkg-plist
===================================================================
RCS file: /FreeBSD/cvs/ports/security/gnutls/pkg-plist,v
retrieving revision 1.5
diff -u -u -r1.5 pkg-plist
--- pkg-plist	27 Feb 2003 20:52:02 -0000	1.5
+++ pkg-plist	16 Jul 2003 12:35:35 -0000
@@ -10,10 +10,10 @@
 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
--- gnutls-0.8.10.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030923203322.72702.qmail>