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

(-)security/stunnel/Makefile (-10 / +11 lines)
Lines 4-16 Link Here
4
PORTNAME=	stunnel
4
PORTNAME=	stunnel
5
PORTVERSION=	4.56
5
PORTVERSION=	4.56
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	ftp://ftp.stunnel.org/stunnel/%SUBDIR%/ \
7
MASTER_SITES=	https://www.stunnel.org/downloads/%SUBDIR%/ \
8
		http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \
8
		http://mirrors.go-part.com/stunnel/%SUBDIR%/ \
9
		ftp://stunnel.mirt.net/stunnel/%SUBDIR%/ \
9
		ftp://mirrors.go-part.com/stunnel/%SUBDIR%/ \
10
		http://www.usenix.org.uk/mirrors/stunnel/%SUBDIR%/ \
11
		http://ftp.nluug.nl/pub/networking/stunnel/%SUBDIR%/ \
10
		ftp://ftp.nluug.nl/pub/networking/stunnel/%SUBDIR%/ \
12
		ftp://ftp.nluug.nl/pub/networking/stunnel/%SUBDIR%/ \
11
		http://ftp.nluug.nl/pub/networking/stunnel/%SUBDIR%/ \
13
		http://www.namesdir.com/mirrors/stunnel/%SUBDIR%/ \
12
		ftp://ftp.surfnet.nl/pub/networking/stunnel/%SUBDIR%/ \
14
		http://stunnel.cybermirror.org/%SUBDIR%/ \
13
		http://ftp.surfnet.nl/pub/networking/stunnel/%SUBDIR%/ \
15
		ftp://ftp.stunnel.org/stunnel/%SUBDIR%/ \
14
		http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \
16
		http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \
15
		http://mirrors.rit.edu/zi/
17
		http://mirrors.rit.edu/zi/
16
MASTER_SITE_SUBDIR=	. obsolete/4.x
18
MASTER_SITE_SUBDIR=	. obsolete/4.x
Lines 21-26 Link Here
21
# FIXME: IMHO, there really ought to be a GPL-2+ option or some such.
23
# FIXME: IMHO, there really ought to be a GPL-2+ option or some such.
22
LICENSE=	GPLv2 GPLv3
24
LICENSE=	GPLv2 GPLv3
23
LICENSE_COMB=	dual
25
LICENSE_COMB=	dual
26
LICENSE_FILE=	${WRKSRC}/COPYING
24
27
25
USE_AUTOTOOLS=	libtool
28
USE_AUTOTOOLS=	libtool
26
USE_RC_SUBR=	stunnel
29
USE_RC_SUBR=	stunnel
Lines 48-56 Link Here
48
USERS=		${STUNNEL_USER}
51
USERS=		${STUNNEL_USER}
49
GROUPS=		${STUNNEL_GROUP}
52
GROUPS=		${STUNNEL_GROUP}
50
53
51
.if ${PORT_OPTIONS:MDOCS}
52
MAN8=		stunnel.8 stunnel.fr.8 stunnel.pl.8
54
MAN8=		stunnel.8 stunnel.fr.8 stunnel.pl.8
53
.endif
54
55
55
.if ${PORT_OPTIONS:MSSL_PORT}
56
.if ${PORT_OPTIONS:MSSL_PORT}
56
USE_OPENSSL=		YES
57
USE_OPENSSL=		YES
Lines 99-106 Link Here
99
	@${REINPLACE_CMD} -E -e 's|install-confDATA install-data-local|install-confDATA|g' \
100
	@${REINPLACE_CMD} -E -e 's|install-confDATA install-data-local|install-confDATA|g' \
100
		${WRKSRC}/tools/Makefile.in
101
		${WRKSRC}/tools/Makefile.in
101
.if empty(PORT_OPTIONS:MDOCS)
102
.if empty(PORT_OPTIONS:MDOCS)
102
	@${REINPLACE_CMD} -E -e 's/ install-docDATA/ /; s/^(SUBDIRS.+)doc/\1/' \
103
	@${REINPLACE_CMD} -E -e 's/ install-docDATA/ /' ${WRKSRC}/Makefile.in
103
		${WRKSRC}/Makefile.in
104
	@${REINPLACE_CMD} -E -e '/install-data-am/s,install-docDATA,,' ${WRKSRC}/doc/Makefile.in
104
	@${REINPLACE_CMD} -E -e 's/([^n])install-examplesDATA/\1/' \
105
	@${REINPLACE_CMD} -E -e 's/([^n])install-examplesDATA/\1/' \
105
		${WRKSRC}/tools/Makefile.in
106
		${WRKSRC}/tools/Makefile.in
106
.endif
107
.endif
(-)security/stunnel/pkg-descr (-1 / +1 lines)
Lines 8-11 Link Here
8
used  inetd  daemons  like  POP-2,  POP-3  and  IMAP servers
8
used  inetd  daemons  like  POP-2,  POP-3  and  IMAP servers
9
without any changes in the programs' code.
9
without any changes in the programs' code.
10
10
11
WWW: http://stunnel.org/
11
WWW: https://www.stunnel.org/

Return to bug 180373