diff options
author | smb <smb@pkgsrc.org> | 2007-01-23 21:53:58 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2007-01-23 21:53:58 +0000 |
commit | 6bbd60056ffd1b05c08b84362bdc803d9d69329c (patch) | |
tree | 77e0200de74eb063cb61388e0cfaaa7bb4f6e0b0 /security | |
parent | 3fd4054c21b5b39bb7dfeb311a991ae6388578f2 (diff) | |
download | pkgsrc-6bbd60056ffd1b05c08b84362bdc803d9d69329c.tar.gz |
Change default pid file from /var/run/stunnel/stunnel.pid to /var/run/stunnel.pid
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 3 | ||||
-rw-r--r-- | security/stunnel/distinfo | 4 | ||||
-rw-r--r-- | security/stunnel/patches/patch-ac | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index ff346d95046..114c74f2b55 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2007/01/14 00:07:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.59 2007/01/23 21:53:58 smb Exp $ DISTNAME= stunnel-4.20 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.fu-berlin.de/unix/security/stunnel/ \ ftp://stunnel.mirt.net/stunnel/ \ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 93940ee17b9..5fe646dbd42 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.22 2007/01/14 00:07:15 schmonz Exp $ +$NetBSD: distinfo,v 1.23 2007/01/23 21:53:58 smb Exp $ SHA1 (stunnel-4.20.tar.gz) = a9a449b28a4f34ab22f6b4bfaa81c1904a5883c4 RMD160 (stunnel-4.20.tar.gz) = 6a5dfbabe17804e87ed8c7c75898dba4b4257827 Size (stunnel-4.20.tar.gz) = 513394 bytes SHA1 (patch-aa) = 08f7c534152ced42373212a3ade8d7a4a750cd5d -SHA1 (patch-ac) = dec916e00497f1df6844475cc8972513a6ced0ba +SHA1 (patch-ac) = 6773cee1bd8063f76a8cb122772ce1fc2856998b diff --git a/security/stunnel/patches/patch-ac b/security/stunnel/patches/patch-ac index b237c9778a2..20000f985e8 100644 --- a/security/stunnel/patches/patch-ac +++ b/security/stunnel/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.8 2007/01/14 00:07:15 schmonz Exp $ +$NetBSD: patch-ac,v 1.9 2007/01/23 21:53:58 smb Exp $ --- src/Makefile.in.orig 2006-11-11 09:58:22.000000000 -0500 +++ src/Makefile.in @@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.8 2007/01/14 00:07:15 schmonz Exp $ # Additional compiler flags -AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)/stunnel"' -DPIDFILE='"$(prefix)/var/run/stunnel/stunnel.pid"' -+AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)"' -DPIDFILE='"/var/run/stunnel/stunnel.pid"' ++AM_CPPFLAGS = -DLIBDIR='"$(libdir)"' -DCONFDIR='"$(sysconfdir)"' -DPIDFILE='"/var/run/stunnel.pid"' # Win32 executable EXTRA_DIST = stunnel.exe make.bat mingw.mak makece.bat evc.mak vc.mak nogui.c os2.mak |