Date: Thu, 31 Jul 2014 15:18:55 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363619 - in head: irc/hexchat net/dante net/dante/files Message-ID: <201407311518.s6VFItXm044866@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Thu Jul 31 15:18:55 2014 New Revision: 363619 URL: http://svnweb.freebsd.org/changeset/ports/363619 QAT: https://qat.redports.org/buildarchive/r363619/ Log: net/dante: update to 1.4.0 - Add LICENSE - Support stage PR: 191232 Submitted by: mp39590 gmail com Approved by: maintainer (timeout) Added: head/net/dante/pkg-message (contents, props changed) Deleted: head/net/dante/files/patch-configure head/net/dante/files/patch-ltmain.sh Modified: head/irc/hexchat/Makefile head/net/dante/Makefile head/net/dante/distinfo head/net/dante/pkg-plist Modified: head/irc/hexchat/Makefile ============================================================================== --- head/irc/hexchat/Makefile Thu Jul 31 15:14:12 2014 (r363618) +++ head/irc/hexchat/Makefile Thu Jul 31 15:18:55 2014 (r363619) @@ -3,7 +3,7 @@ PORTNAME= hexchat PORTVERSION= 2.9.6.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://dl.hexchat.org/${PORTNAME}/ Modified: head/net/dante/Makefile ============================================================================== --- head/net/dante/Makefile Thu Jul 31 15:14:12 2014 (r363618) +++ head/net/dante/Makefile Thu Jul 31 15:18:55 2014 (r363619) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dante -PORTVERSION= 1.3.2 -CATEGORIES= net security +PORTVERSION= 1.4.0 +CATEGORIES= net security ipv6 MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ \ http://atreides.freenix.no/~anders/ \ @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.inet.no/pub/sock MAINTAINER= anders@FreeBSD.org COMMENT= Circuit-level firewall/proxy +LICENSE= BSD + CONFLICTS= socks5-[0-9]* GNU_CONFIGURE= yes @@ -20,25 +22,34 @@ CONFIGURE_ARGS= --with-socks-conf=${PREF CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib +USES= libtool USE_LDCONFIG= yes - USE_RC_SUBR= sockd -LICENSE= BSD +OPTIONS_DEFINE= DOCS EXAMPLES -MAN1= socksify.1 -MAN5= sockd.conf.5 socks.conf.5 -MAN8= sockd.8 +.include <bsd.port.pre.mk> -NO_STAGE= yes -post-install: - @${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${PREFIX}/etc/socks.conf.example - @${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${PREFIX}/etc/sockd.conf.example -.if !defined(NOPORTDOCS) - ${INSTALL} -d -m 555 ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/README* ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4*.protocol ${DOCSDIR} +.if ${OSVERSION} >= 1000044 +CONFIGURE_ARGS+= --with-libc=libc.so.7 .endif -.include <bsd.port.mk> +.include <bsd.port.options.mk> + +post-install: + ${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${STAGEDIR}${PREFIX}/etc/socks.conf.sample + ${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${STAGEDIR}${PREFIX}/etc/sockd.conf.sample + ${INSTALL} -d -m 555 ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example/sockd-basic.conf ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example/sockd-chaining.conf ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example/socks-simple-withoutnameserver.conf ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example/socks-simple.conf ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL} -d -m 555 ${STAGEDIR}${DOCSDIR} + ${INSTALL} -d -m 555 ${STAGEDIR}${DOCSDIR}/contrib + ${INSTALL_DATA} ${WRKSRC}/doc/README* ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4*.protocol ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/UPGRADE ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/contrib/sockd-stat.awk ${STAGEDIR}${DOCSDIR}/contrib/sockd-stat.awk + +.include <bsd.port.post.mk> Modified: head/net/dante/distinfo ============================================================================== --- head/net/dante/distinfo Thu Jul 31 15:14:12 2014 (r363618) +++ head/net/dante/distinfo Thu Jul 31 15:18:55 2014 (r363619) @@ -1,2 +1,2 @@ -SHA256 (dante-1.3.2.tar.gz) = 6b736f32ec58b899c24cf14be02491a0631a778e385314370d5dea4baf482efb -SIZE (dante-1.3.2.tar.gz) = 949049 +SHA256 (dante-1.4.0.tar.gz) = 55d448f2d523e69b5637ef12c05556f39201a2c397b4671a2aaaa914ba65684b +SIZE (dante-1.4.0.tar.gz) = 1253458 Added: head/net/dante/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/dante/pkg-message Thu Jul 31 15:18:55 2014 (r363619) @@ -0,0 +1,12 @@ + +******************* IMPORTANT UPGRADE NOTIFICATION ******************* + +If you're upgrading from earlier release to 1.4.x, please read UPGRADE +document, which is installed in docs folder, or check it online: + +http://www.inet.no/dante/doc/1.4.x/config/upgrade.html + +The 1.4.x release has syntax changes and various new functionality +additions. + +******************* IMPORTANT UPGRADE NOTIFICATION ******************* Modified: head/net/dante/pkg-plist ============================================================================== --- head/net/dante/pkg-plist Thu Jul 31 15:14:12 2014 (r363618) +++ head/net/dante/pkg-plist Thu Jul 31 15:18:55 2014 (r363619) @@ -1,19 +1,32 @@ @unexec %D/etc/rc.d/sockd.sh forcestop 2>/dev/null || true bin/socksify -etc/sockd.conf.example -etc/socks.conf.example +@sample etc/sockd.conf.sample +@sample etc/socks.conf.sample include/socks.h lib/libdsocks.so lib/libsocks.a lib/libsocks.so -lib/libsocks.so.1 +lib/libsocks.so.0 +lib/libsocks.so.0.1.1 sbin/sockd +man/man1/socksify.1.gz +man/man5/sockd.conf.5.gz +man/man5/socks.conf.5.gz +man/man8/sockd.8.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sockd-basic.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sockd-chaining.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks-simple-withoutnameserver.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks-simple.conf +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% %%PORTDOCS%%%%DOCSDIR%%/README.socksify %%PORTDOCS%%%%DOCSDIR%%/README.survey %%PORTDOCS%%%%DOCSDIR%%/README.usage %%PORTDOCS%%%%DOCSDIR%%/SOCKS4.protocol %%PORTDOCS%%%%DOCSDIR%%/SOCKS4A.protocol +%%PORTDOCS%%%%DOCSDIR%%/UPGRADE +%%PORTDOCS%%%%DOCSDIR%%/contrib/sockd-stat.awk %%PORTDOCS%%%%DOCSDIR%%/rfc1928.txt %%PORTDOCS%%%%DOCSDIR%%/rfc1929.txt %%PORTDOCS%%%%DOCSDIR%%/rfc1961.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib %%PORTDOCS%%@dirrm %%DOCSDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311518.s6VFItXm044866>