Skip site navigation (1)Skip section navigation (2)
Date:      26 Feb 2003 15:31:26 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48706: [MAINTAINER] Update security/gnutls to 0.8.1
Message-ID:  <20030226153126.22632.qmail@outpost.globcon.net>

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

>Number:         48706
>Category:       ports
>Synopsis:       [MAINTAINER] Update security/gnutls to 0.8.1
>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:   Wed Feb 26 07:40:09 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002     sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST  i386
>Description:
- Update to 0.8.1
- Remove WITH_OPENCDK knob - require security/opencdk by default
- Use DOCSDIR and EXAMPLESDIR in pkg-plist

Requires libgcrypt 1.1.12 (ports/48704 PR) to be committed.

The update was tested under -STABLE and -CURRENT.
>How-To-Repeat:
>Fix:

--- gnutls-0.8.1.patch begins here ---
? pkg-comment
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/gnutls/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2003/02/21 13:26:44	1.5
+++ Makefile	2003/02/26 15:29:26
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gnutls
-PORTVERSION=	0.6.0
-PORTREVISION=	1
+PORTVERSION=	0.8.1
 CATEGORIES=	security net
 MASTER_SITES=	${MASTER_SITE_GNUPG} \
 	http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \
@@ -19,12 +18,9 @@
 COMMENT=	GNU Transport Layer Security library
 
 LIB_DEPENDS=	gcrypt.6:${PORTSDIR}/security/libgcrypt \
-		tasn1.0:${PORTSDIR}/security/libtasn1
+		tasn1.1:${PORTSDIR}/security/libtasn1 \
+		opencdk.6:${PORTSDIR}/security/opencdk
 
-.if defined(WITH_OPENCDK)
-LIB_DEPENDS+=	opencdk.5:${PORTSDIR}/security/opencdk
-.endif
-
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -33,16 +29,6 @@
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 DOCS=		AUTHORS NEWS README THANKS
-
-pre-configure:
-	@${ECHO_MSG} ""
-.if defined (WITH_OPENCDK)
-	@${ECHO_MSG} "Enabled OpenCDK support"
-.else
-	@${ECHO_MSG} "OpenCDK support is disabled by default"
-	@${ECHO_MSG} "Use WITH_OPENCDK=yes to enable"
-.endif
-	@${ECHO_MSG} ""
 
 post-install:
 	${RM} -f ${PREFIX}/lib/libgnutls.la ${PREFIX}/lib/libgnutls-extra.la
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/gnutls/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	2003/01/18 21:14:06	1.2
+++ distinfo	2003/02/26 15:29:26
@@ -1 +1 @@
-MD5 (gnutls-0.6.0.tar.gz) = 98309d2e229abe5ef092a9f05fa5b437
+MD5 (gnutls-0.8.1.tar.gz) = 4a7d9e5f2683bb10f116f86c32c041c0
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/gnutls/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	2003/02/22 04:11:02	1.4
+++ pkg-plist	2003/02/26 15:29:26
@@ -9,31 +9,31 @@
 include/gnutls/openssl.h
 include/gnutls/gnutls.h
 @dirrm include/gnutls
-lib/libgnutls.so.7
+lib/libgnutls.so.8
 lib/libgnutls.so
 lib/libgnutls.a
-lib/libgnutls-extra.so.7
+lib/libgnutls-extra.so.8
 lib/libgnutls-extra.so
 lib/libgnutls-extra.a
 share/aclocal/libgnutls.m4
 share/aclocal/libgnutls-extra.m4
-%%PORTDOCS%%share/doc/gnutls/AUTHORS
-%%PORTDOCS%%share/doc/gnutls/NEWS
-%%PORTDOCS%%share/doc/gnutls/README
-%%PORTDOCS%%share/doc/gnutls/THANKS
-%%PORTDOCS%%share/doc/gnutls/gnutls-logo.ps
-%%PORTDOCS%%share/doc/gnutls/gnutls.ps
-%%PORTDOCS%%@dirrm share/doc/gnutls
-share/examples/gnutls/ex-alert.c
-share/examples/gnutls/ex-client-resume.c
-share/examples/gnutls/ex-client-srp.c
-share/examples/gnutls/ex-client1.c
-share/examples/gnutls/ex-client2.c
-share/examples/gnutls/ex-info.c
-share/examples/gnutls/ex-pgp-keyserver.c
-share/examples/gnutls/ex-rfc2818.c
-share/examples/gnutls/ex-serv-export.c
-share/examples/gnutls/ex-serv-pgp.c
-share/examples/gnutls/ex-serv-srp.c
-share/examples/gnutls/ex-serv1.c
-@dirrm share/examples/gnutls
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/THANKS
+%%PORTDOCS%%%%DOCSDIR%%/gnutls-logo.ps
+%%PORTDOCS%%%%DOCSDIR%%/gnutls.ps
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%EXAMPLESDIR%%/ex-alert.c
+%%EXAMPLESDIR%%/ex-client-resume.c
+%%EXAMPLESDIR%%/ex-client-srp.c
+%%EXAMPLESDIR%%/ex-client1.c
+%%EXAMPLESDIR%%/ex-client2.c
+%%EXAMPLESDIR%%/ex-info.c
+%%EXAMPLESDIR%%/ex-pgp-keyserver.c
+%%EXAMPLESDIR%%/ex-rfc2818.c
+%%EXAMPLESDIR%%/ex-serv-export.c
+%%EXAMPLESDIR%%/ex-serv-pgp.c
+%%EXAMPLESDIR%%/ex-serv-srp.c
+%%EXAMPLESDIR%%/ex-serv1.c
+@dirrm %%EXAMPLESDIR%%
--- gnutls-0.8.1.patch ends here ---

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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