View | Details | Raw Unified | Return to bug 169742
Collapse All | Expand All

(-)security/nettle/Makefile (-7 / +3 lines)
Lines 7-17 Link Here
7
#
7
#
8
8
9
PORTNAME=	nettle
9
PORTNAME=	nettle
10
PORTVERSION=	2.4
10
PORTVERSION=	2.5
11
CATEGORIES=	security
11
CATEGORIES=	security
12
MASTER_SITES=	${MASTER_SITE_GNU} \
12
MASTER_SITES=	${MASTER_SITE_GNU} \
13
		http://www.lysator.liu.se/~nisse/archive/:liu \
13
		ftp://ftp.lysator.liu.se/pub/security/lsh/ \
14
		ftp://ftp.lysator.liu.se/pub/security/lsh/:liu
14
		http://www.lysator.liu.se/~nisse/archive/ 
15
MASTER_SITE_SUBDIR=	${PORTNAME}/:DEFAULT
15
MASTER_SITE_SUBDIR=	${PORTNAME}/:DEFAULT
16
16
17
MAINTAINER=	johans@FreeBSD.org
17
MAINTAINER=	johans@FreeBSD.org
Lines 38-47 Link Here
38
38
39
INFO=		nettle
39
INFO=		nettle
40
40
41
post-patch:
42
	@${REINPLACE_CMD} -e 's/[[:<:]]sub[[:>:]]/subl/' \
43
		${WRKSRC}/x86/camellia-crypt-internal.asm
44
45
post-install:
41
post-install:
46
.if !defined(NOPORTEXAMPLES)
42
.if !defined(NOPORTEXAMPLES)
47
	@${MKDIR} ${EXAMPLESDIR}
43
	@${MKDIR} ${EXAMPLESDIR}
(-)security/nettle/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (nettle-2.4.tar.gz) = a6009208df6881f75aa1a87081ccfb2ccac1884da10670c53d7b76596f649c3f
1
SHA256 (nettle-2.5.tar.gz) = 4aa142e908b0053082d7729fc0155dc90dbe71c8ef5f50f30034805ed5c92c72
2
SIZE (nettle-2.4.tar.gz) = 1075789
2
SIZE (nettle-2.5.tar.gz) = 1113274
(-)security/nettle/pkg-plist (-5 / +7 lines)
Lines 36-41 Link Here
36
include/nettle/ripemd160.h
36
include/nettle/ripemd160.h
37
include/nettle/rsa-compat.h
37
include/nettle/rsa-compat.h
38
include/nettle/rsa.h
38
include/nettle/rsa.h
39
include/nettle/salsa20.h
39
include/nettle/serpent.h
40
include/nettle/serpent.h
40
include/nettle/sexp.h
41
include/nettle/sexp.h
41
include/nettle/sha.h
42
include/nettle/sha.h
Lines 44-54 Link Here
44
lib/libhogweed.a
45
lib/libhogweed.a
45
lib/libhogweed.so
46
lib/libhogweed.so
46
lib/libhogweed.so.2
47
lib/libhogweed.so.2
47
lib/libhogweed.so.2.1
48
lib/libhogweed.so.2.2
48
lib/libnettle.a
49
lib/libnettle.a
49
lib/libnettle.so
50
lib/libnettle.so
50
lib/libnettle.so.4
51
lib/libnettle.so.4
51
lib/libnettle.so.4.3
52
lib/libnettle.so.4.4
52
libdata/pkgconfig/nettle.pc
53
libdata/pkgconfig/nettle.pc
53
libdata/pkgconfig/hogweed.pc
54
libdata/pkgconfig/hogweed.pc
54
%%PORTDOCS%%%%DOCSDIR%%/NEWS
55
%%PORTDOCS%%%%DOCSDIR%%/NEWS
Lines 56-65 Link Here
56
%%PORTDOCS%%%%DOCSDIR%%/TODO
57
%%PORTDOCS%%%%DOCSDIR%%/TODO
57
%%PORTDOCS%%%%DOCSDIR%%/nettle.html
58
%%PORTDOCS%%%%DOCSDIR%%/nettle.html
58
%%PORTDOCS%%%%DOCSDIR%%/nettle.pdf
59
%%PORTDOCS%%%%DOCSDIR%%/nettle.pdf
60
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base16dec.c
61
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base16enc.c
62
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base64dec.c
63
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base64enc.c
59
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eratosthenes.c
64
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eratosthenes.c
60
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getopt.c
61
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getopt.h
62
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getopt1.c
63
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/io.c
65
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/io.c
64
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/io.h
66
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/io.h
65
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nettle-benchmark.c
67
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nettle-benchmark.c

Return to bug 169742