diff options
author | adam <adam> | 2004-11-09 15:17:24 +0000 |
---|---|---|
committer | adam <adam> | 2004-11-09 15:17:24 +0000 |
commit | fc3657a6b46d1bac6337e30cab4da035cc2a23da (patch) | |
tree | 1a878cc3a461b1e83c9dc6d4f5adc7e5eff42022 /net/delegate/Makefile | |
parent | 06c55403fffbaf8c5bd29f018f9b4d44ae174029 (diff) | |
download | pkgsrc-fc3657a6b46d1bac6337e30cab4da035cc2a23da.tar.gz |
Changes 8.9:
8.9.0 fixes for HTTP, SSLway and SMTP.
8.9.1 fixed proxy-HTTP for authentication and SSLtunnel (8.9.0)
8.9.2 extended CFI, supported SWF MOUNT, fixed FTP, making with SSL
8.9.3 added SMTPCONF=callback, fixed SSLway, FTP+SSL, Telnet, Tcprelay, etc.
8.9.4 added service shutdown on abort in child process, fixed FTP, gzip/HTTP
8.9.5 fix for Win32 (8.9.4),virtual host (8.9.3),added JIS to ASCII conv,etc.
8.9.6 fix for SSLway, CFI, AUTHORIZER, FTP, Resolvy, Socks5, added XML MOUNT, interface for FreyaSX, etc.
Diffstat (limited to 'net/delegate/Makefile')
-rw-r--r-- | net/delegate/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 0704b011726..efa61fb8343 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2004/04/27 20:51:10 reed Exp $ +# $NetBSD: Makefile,v 1.28 2004/11/09 15:17:24 adam Exp $ # FreeBSD Id: Makefile,v 1.14 1998/11/09 09:24:20 max Exp -# DISTNAME= ${PKGNAME_NOREV:S/-//} -PKGNAME= delegate-8.5.2 -PKGREVISION= 1 +PKGNAME= delegate-8.9.6 CATEGORIES= net MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \ ftp://etlport.etl.go.jp/pub/DeleGate/ \ @@ -17,8 +15,9 @@ MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \ ftp://ftp.netsw.org/netsw/Network/IP/Firewall/Proxy/delegate/ \ ftp://ftp.ecrc.net/pub/netsw/Network/IP/Firewall/Proxy/delegate/ \ ftp://ftp.ecrc.de/ftp/data/ftp.ecrc.net/pub/netsw/Network/IP/Firewall/Proxy/delegate/ +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rh@NetBSD.ORG +MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.delegate.org/ COMMENT= General purpose TCP/IP proxy system @@ -32,9 +31,8 @@ DELEGATE_MANAGER?= root@localhost RCD_SCRIPTS= delegated FILES_SUBST+= ADMIN="${DELEGATE_MANAGER}" -OWN_DIRS_PERMS+= /var/spool/delegate/cache \ - ${ROOT_USER} ${ROOT_GROUP} 1777 -OWN_DIRS_PERMS+= /var/spool/delegate-nobody nobody nobody 755 +OWN_DIRS_PERMS+=${VARBASE}/spool/delegate/cache ${ROOT_USER} ${ROOT_GROUP} 1777 +OWN_DIRS_PERMS+=${VARBASE}/spool/delegate-nobody nobody nobody 755 pre-build: @${ECHO} "ADMIN=${DELEGATE_MANAGER}" >> ${WRKSRC}/DELEGATE_CONF |