Index: head/net/sniproxy/Makefile =================================================================== --- head/net/sniproxy/Makefile (revision 486936) +++ head/net/sniproxy/Makefile (revision 486937) @@ -1,43 +1,42 @@ # $FreeBSD$ PORTNAME= sniproxy -DISTVERSION= 0.5.0 -PORTREVISION= 1 +DISTVERSION= 0.6.0 CATEGORIES= net MAINTAINER= krion@FreeBSD.org COMMENT= Proxy that routes based on TLS server name extension LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libev.so:devel/libev \ libpcre.so:devel/pcre \ libudns.so:dns/udns USES= autoreconf:build gettext pkgconfig SUB_FILES= pkg-message USE_RC_SUBR= sniproxy USE_GITHUB= yes GH_ACCOUNT= dlundquist GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_FILES= man/man5/sniproxy.conf.5.gz \ man/man8/sniproxy.8.gz \ sbin/sniproxy \ "@sample etc/sniproxy.conf.sample" pre-configure: cd ${WRKSRC} && ${SH} autogen.sh post-patch: @${REINPLACE_CMD} -e 's|/var/tmp/|/var/run/|' ${WRKSRC}/${PORTNAME}.conf post-install:: ${INSTALL_DATA} ${WRKSRC}/sniproxy.conf ${STAGEDIR}${PREFIX}/etc/sniproxy.conf.sample .include Index: head/net/sniproxy/distinfo =================================================================== --- head/net/sniproxy/distinfo (revision 486936) +++ head/net/sniproxy/distinfo (revision 486937) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524378674 -SHA256 (dlundquist-sniproxy-0.5.0_GH0.tar.gz) = 0b8dd06f9aa9e1c4151b572caf645ffceacdd35a139ded16a7fb0035452c17e5 -SIZE (dlundquist-sniproxy-0.5.0_GH0.tar.gz) = 72654 +TIMESTAMP = 1544264226 +SHA256 (dlundquist-sniproxy-0.6.0_GH0.tar.gz) = d73c77a9fa8199ae7ac551c0332d3e0a3ff234623f53d65369a8fa560d9880e2 +SIZE (dlundquist-sniproxy-0.6.0_GH0.tar.gz) = 78515 Index: head/net/sniproxy/files/patch-src_connection.c =================================================================== --- head/net/sniproxy/files/patch-src_connection.c (revision 486936) +++ head/net/sniproxy/files/patch-src_connection.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/connection.c.orig 2018-07-24 14:47:02 UTC -+++ src/connection.c -@@ -111,7 +111,7 @@ accept_connection(struct Listener *listener, struct ev - int sockfd = accept4(listener->watcher.fd, - (struct sockaddr *)&con->client.addr, - &con->client.addr_len, -- O_NONBLOCK); -+ SOCK_NONBLOCK); - #else - int sockfd = accept(listener->watcher.fd, - (struct sockaddr *)&con->client.addr, Property changes on: head/net/sniproxy/files/patch-src_connection.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