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

(-)stunnel/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	stunnel
8
PORTNAME=	stunnel
9
PORTVERSION=	4.05
9
PORTVERSION=	4.06
10
PORTREVISION=	1
11
CATEGORIES=	security
10
CATEGORIES=	security
12
MASTER_SITES=	http://www.stunnel.org/download/stunnel/src/ \
11
MASTER_SITES=	http://www.stunnel.org/download/stunnel/src/ \
13
		ftp://stunnel.mirt.net/stunnel/OBSOLETE/ \
12
		ftp://stunnel.mirt.net/stunnel/OBSOLETE/ \
(-)stunnel/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (stunnel-4.05.tar.gz) = e28a03cf694a43a7f144ec3d5c064456
1
MD5 (stunnel-4.06.tar.gz) = bac37fe3ecb61a0481188694e0823220
2
SIZE (stunnel-4.05.tar.gz) = 341191
2
SIZE (stunnel-4.06.tar.gz) = 484200
(-)stunnel/files/patch-Makefile.in (-19 lines)
Lines 1-19 Link Here
1
--- tools/Makefile.in.orig	Fri Aug 30 19:59:52 2002
2
+++ tools/Makefile.in	Sun Oct 27 16:59:27 2002
3
@@ -83,7 +83,7 @@
4
 
5
 
6
 confdir = $(sysconfdir)/stunnel
7
-conf_DATA = stunnel.conf-sample stunnel.pem
8
+conf_DATA = stunnel.conf-sample
9
 
10
 docdir = $(datadir)/doc/stunnel
11
 examplesdir = $(docdir)/examples
12
@@ -186,7 +186,6 @@
13
 
14
 install-data-am: install-confDATA install-examplesDATA
15
 	@$(NORMAL_INSTALL)
16
-	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
17
 install-data: install-data-am
18
 
19
 install-am: all-am

Return to bug 75519