Index: head/net/3proxy/Makefile =================================================================== --- head/net/3proxy/Makefile (revision 399258) +++ head/net/3proxy/Makefile (revision 399259) @@ -1,42 +1,41 @@ # Created by: tim@relay.nnn.tstu.ru # $FreeBSD$ PORTNAME= 3proxy -PORTVERSION= 0.7.1.2 -DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTVERSION= 0.7.1.3 +DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= net -MAINTAINER= ports@FreeBSD.org +MAINTAINER= timp87@gmail.com COMMENT= Proxy servers set (support HTTP(S), FTP, SOCKS, POP3, TCP & UDP) LICENSE= APACHE20 BSD2CLAUSE GPLv2 GPLv3 LGPL21 LGPL3 LICENSE_COMB= dual OPTIONS_DEFINE= DOCS MAKEFILE= Makefile.unix USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USE_RC_SUBR= 3proxy USE_GITHUB= yes GH_ACCOUNT= z3APA3A PORTDOCS= README post-patch: @${REINPLACE_CMD} -e 's|%%CFLAGS%%|${CFLAGS}|' ${WRKSRC}/${MAKEFILE} post-build: ${MV} ${WRKSRC}/src/proxy ${WRKSRC}/src/httppr ${MV} ${WRKSRC}/man/proxy.8 ${WRKSRC}/man/httppr.8 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/src/ && ${INSTALL_PROGRAM} 3proxy countersutil dighosts ftppr icqpr msnpr mycrypt pop3p httppr smtpp socks tcppm udppm ${STAGEDIR}${PREFIX}/bin/ cd ${WRKSRC}/cfg/ && ${INSTALL_DATA} 3proxy.cfg.sample ${STAGEDIR}${PREFIX}/etc/ cd ${WRKSRC}/src/ && ${INSTALL_LIB} PCREPlugin.so StringsPlugin.so TrafficPlugin.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ cd ${WRKSRC}/man/ && ${INSTALL_MAN} 3proxy.cfg.3 ${STAGEDIR}${PREFIX}/man/man3/ cd ${WRKSRC}/man/ && ${INSTALL_MAN} 3proxy.8 ftppr.8 pop3p.8 httppr.8 socks.8 tcppm.8 udppm.8 ${STAGEDIR}${PREFIX}/man/man8/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include Index: head/net/3proxy/distinfo =================================================================== --- head/net/3proxy/distinfo (revision 399258) +++ head/net/3proxy/distinfo (revision 399259) @@ -1,2 +1,2 @@ -SHA256 (z3APA3A-3proxy-v0.7.1.2_GH0.tar.gz) = 85c5cadad1878855c382622787f787d5c2c30bdea0a240f7d35cfd8abe30b746 -SIZE (z3APA3A-3proxy-v0.7.1.2_GH0.tar.gz) = 468593 +SHA256 (z3APA3A-3proxy-3proxy-0.7.1.3_GH0.tar.gz) = 4d1f3cf539c8a32f5845b54e8a3fdbabef6fe8a6bbb06dfc80f7361804f6cb60 +SIZE (z3APA3A-3proxy-3proxy-0.7.1.3_GH0.tar.gz) = 468638 Index: head/net/3proxy/files/patch-src_proxy.c =================================================================== --- head/net/3proxy/files/patch-src_proxy.c (revision 399258) +++ head/net/3proxy/files/patch-src_proxy.c (nonexistent) @@ -1,20 +0,0 @@ ---- src/proxy.c.orig 2015-09-01 18:49:36 UTC -+++ src/proxy.c -@@ -119,7 +119,7 @@ char * proxy_stringtable[] = { - "

503 Service Unavailable

Your request violates configured policy

\r\n", - - /* 16*/ "HTTP/1.0 401 Authentication Required\r\n" -- "Proxy-Authenticate: basic realm=\"FTP Server\"\r\n" -+ "WWW-Authenticate: basic realm=\"FTP Server\"\r\n" - "Proxy-Connection: close\r\n" - "Content-type: text/html; charset=us-ascii\r\n" - "\r\n" -@@ -464,7 +464,7 @@ for(;;){ - } - if(se)*se = '\r'; - } -- if(ftp && i > 19 && (!strncasecmp((char *)(buf+inbuf), "authorization", 19))){ -+ if(ftp && i > 13 && (!strncasecmp((char *)(buf+inbuf), "authorization", 13))){ - sb = (unsigned char *)strchr((char *)(buf+inbuf), ':'); - if(!sb)continue; - ++sb; Property changes on: head/net/3proxy/files/patch-src_proxy.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property