svn commit: r420511 - in head/net/proxychains: . files

Emanuel Haupt ehaupt at FreeBSD.org
Sat Aug 20 13:44:04 UTC 2016


Author: ehaupt
Date: Sat Aug 20 13:44:02 2016
New Revision: 420511
URL: https://svnweb.freebsd.org/changeset/ports/420511

Log:
  - This port requires dig during runtime
  - Reroll patch to satisfy portlint
  - Bump PORTREVISION

Modified:
  head/net/proxychains/Makefile
  head/net/proxychains/files/patch-proxychains-libproxychains.c

Modified: head/net/proxychains/Makefile
==============================================================================
--- head/net/proxychains/Makefile	Sat Aug 20 13:23:00 2016	(r420510)
+++ head/net/proxychains/Makefile	Sat Aug 20 13:44:02 2016	(r420511)
@@ -3,7 +3,7 @@
 
 PORTNAME=	proxychains
 PORTVERSION=	3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/version%20${PORTVERSION}
 
@@ -13,6 +13,8 @@ COMMENT=	Redirect connection through pro
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+RUN_DEPENDS=	${LOCALBASE}/bin/dig:dns/bind-tools
+
 GNU_CONFIGURE=	yes
 USES=		gmake libtool
 USE_LDCONFIG=	yes

Modified: head/net/proxychains/files/patch-proxychains-libproxychains.c
==============================================================================
--- head/net/proxychains/files/patch-proxychains-libproxychains.c	Sat Aug 20 13:23:00 2016	(r420510)
+++ head/net/proxychains/files/patch-proxychains-libproxychains.c	Sat Aug 20 13:44:02 2016	(r420511)
@@ -1,6 +1,6 @@
---- proxychains/libproxychains.c.orig	Wed Mar 15 18:16:59 2006
-+++ proxychains/libproxychains.c	Sun Dec 10 01:16:37 2006
-@@ -160,7 +160,7 @@
+--- proxychains/libproxychains.c.orig	2006-03-15 16:16:59 UTC
++++ proxychains/libproxychains.c
+@@ -160,7 +160,7 @@ static inline void get_chain_data(
  
  	if(!(file=fopen("./proxychains.conf","r")))
  	if(!(file=fopen(buff,"r")))
@@ -9,7 +9,7 @@
  	{
  		perror("Can't locate proxychains.conf");
  		exit(1);
-@@ -290,8 +290,8 @@
+@@ -290,8 +290,8 @@ void freeaddrinfo(struct addrinfo *res)
  
  int getnameinfo (const struct sockaddr * sa,
  			socklen_t salen, char * host,


More information about the svn-ports-all mailing list