View | Details | Raw Unified | Return to bug 269473 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/libressl-devel/Makefile (+3 lines)
Lines 1-5 Link Here
1
PORTNAME=	libressl
1
PORTNAME=	libressl
2
PORTVERSION=	3.6.2
2
PORTVERSION=	3.6.2
3
PORTREVISION=	1
3
CATEGORIES=	security devel
4
CATEGORIES=	security devel
4
MASTER_SITES=	OPENBSD/LibreSSL
5
MASTER_SITES=	OPENBSD/LibreSSL
5
PKGNAMESUFFIX=	-devel
6
PKGNAMESUFFIX=	-devel
Lines 56-61 post-patch-MAN3-off: Link Here
56
57
57
post-install:
58
post-install:
58
	${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem
59
	${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem
60
	${RMDIR} ${STAGEDIR}${PREFIX}/etc/ssl/certs
61
	${LN} -s /etc/ssl/certs ${STAGEDIR}${PREFIX}/etc/ssl/certs
59
62
60
post-stage-MAN3-on:
63
post-stage-MAN3-on:
61
	(cd ${STAGEDIR}${MANPREFIX}; ${FIND} man/man3 -not -type d | \
64
	(cd ${STAGEDIR}${MANPREFIX}; ${FIND} man/man3 -not -type d | \
(-)b/security/libressl-devel/pkg-plist (-1 / +1 lines)
Lines 1-6 Link Here
1
%%NC%%bin/nc
1
%%NC%%bin/nc
2
bin/ocspcheck
2
bin/ocspcheck
3
bin/openssl
3
bin/openssl
4
etc/ssl/certs
4
etc/ssl/openssl.cnf
5
etc/ssl/openssl.cnf
5
etc/ssl/x509v3.cnf
6
etc/ssl/x509v3.cnf
6
include/openssl/aes.h
7
include/openssl/aes.h
Lines 100-104 man/man1/openssl.1.gz Link Here
100
man/man5/openssl.cnf.5.gz
101
man/man5/openssl.cnf.5.gz
101
man/man5/x509v3.cnf.5.gz
102
man/man5/x509v3.cnf.5.gz
102
man/man8/ocspcheck.8.gz
103
man/man8/ocspcheck.8.gz
103
@dir etc/ssl/certs
104
@dir include/openssl
104
@dir include/openssl
(-)b/security/libressl/Makefile (+3 lines)
Lines 1-5 Link Here
1
PORTNAME=	libressl
1
PORTNAME=	libressl
2
PORTVERSION=	3.5.4
2
PORTVERSION=	3.5.4
3
PORTREVISION=	1
3
CATEGORIES=	security devel
4
CATEGORIES=	security devel
4
MASTER_SITES=	OPENBSD/LibreSSL
5
MASTER_SITES=	OPENBSD/LibreSSL
5
6
Lines 56-61 post-patch-MAN3-off: Link Here
56
57
57
post-install:
58
post-install:
58
	${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem
59
	${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem
60
	${RMDIR} ${STAGEDIR}${PREFIX}/etc/ssl/certs
61
	${LN} -s /etc/ssl/certs ${STAGEDIR}${PREFIX}/etc/ssl/certs
59
62
60
post-stage-MAN3-on:
63
post-stage-MAN3-on:
61
	(cd ${STAGEDIR}${MANPREFIX}; ${FIND} man/man3 -not -type d | \
64
	(cd ${STAGEDIR}${MANPREFIX}; ${FIND} man/man3 -not -type d | \
(-)b/security/libressl/pkg-plist (-2 / +1 lines)
Lines 1-6 Link Here
1
%%NC%%bin/nc
1
%%NC%%bin/nc
2
bin/ocspcheck
2
bin/ocspcheck
3
bin/openssl
3
bin/openssl
4
etc/ssl/certs
4
etc/ssl/openssl.cnf
5
etc/ssl/openssl.cnf
5
etc/ssl/x509v3.cnf
6
etc/ssl/x509v3.cnf
6
include/openssl/aes.h
7
include/openssl/aes.h
Lines 100-104 man/man1/openssl.1.gz Link Here
100
man/man5/openssl.cnf.5.gz
101
man/man5/openssl.cnf.5.gz
101
man/man5/x509v3.cnf.5.gz
102
man/man5/x509v3.cnf.5.gz
102
man/man8/ocspcheck.8.gz
103
man/man8/ocspcheck.8.gz
103
@dir etc/ssl/certs
104
@dir include/openssl
104
@dir include/openssl
105
- 

Return to bug 269473