Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2018 18:47:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486693 - head/security/nettle
Message-ID:  <201812051847.wB5Il9xd041683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Dec  5 18:47:08 2018
New Revision: 486693
URL: https://svnweb.freebsd.org/changeset/ports/486693

Log:
  Update to 3.4.1
  
  - Update MASTER_SITES
  
  Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS

Modified:
  head/security/nettle/Makefile
  head/security/nettle/distinfo
  head/security/nettle/pkg-plist

Modified: head/security/nettle/Makefile
==============================================================================
--- head/security/nettle/Makefile	Wed Dec  5 18:47:00 2018	(r486692)
+++ head/security/nettle/Makefile	Wed Dec  5 18:47:08 2018	(r486693)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	nettle
-PORTVERSION=	3.4
-PORTREVISION=	1
+PORTVERSION=	3.4.1
 CATEGORIES=	security
 MASTER_SITES=	GNU \
-		http://www.lysator.liu.se/~nisse/archive/
+		https://www.lysator.liu.se/~nisse/archive/
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Low-level cryptographic library
@@ -21,11 +20,12 @@ LIB_DEPENDS=	libgmp.so:math/gmp
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
+USES=		gmake localbase makeinfo pathfix
+
 CONFIGURE_ARGS=	--enable-shared
 CONFIGURE_ENV=	M4="/usr/bin/m4 -g"
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		gmake localbase makeinfo pathfix
 
 INFO=		nettle
 PORTDOCS=	NEWS README TODO nettle.html nettle.pdf

Modified: head/security/nettle/distinfo
==============================================================================
--- head/security/nettle/distinfo	Wed Dec  5 18:47:00 2018	(r486692)
+++ head/security/nettle/distinfo	Wed Dec  5 18:47:08 2018	(r486693)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511151765
-SHA256 (nettle-3.4.tar.gz) = ae7a42df026550b85daca8389b6a60ba6313b0567f374392e54918588a411e94
-SIZE (nettle-3.4.tar.gz) = 1935069
+TIMESTAMP = 1544007142
+SHA256 (nettle-3.4.1.tar.gz) = f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad
+SIZE (nettle-3.4.1.tar.gz) = 1947053

Modified: head/security/nettle/pkg-plist
==============================================================================
--- head/security/nettle/pkg-plist	Wed Dec  5 18:47:00 2018	(r486692)
+++ head/security/nettle/pkg-plist	Wed Dec  5 18:47:08 2018	(r486693)
@@ -68,10 +68,10 @@ include/nettle/yarrow.h
 lib/libhogweed.a
 lib/libhogweed.so
 lib/libhogweed.so.4
-lib/libhogweed.so.4.4
+lib/libhogweed.so.4.5
 lib/libnettle.a
 lib/libnettle.so
 lib/libnettle.so.6
-lib/libnettle.so.6.4
+lib/libnettle.so.6.5
 libdata/pkgconfig/hogweed.pc
 libdata/pkgconfig/nettle.pc



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