svn commit: r474754 - head/net/torsocks

Yuri Victorovich yuri at FreeBSD.org
Mon Jul 16 18:42:35 UTC 2018


Author: yuri
Date: Mon Jul 16 18:42:33 2018
New Revision: 474754
URL: https://svnweb.freebsd.org/changeset/ports/474754

Log:
  net/torsocks: Fetch distfile from official repository
  
  PR:		229544
  Submitted by:	Vinícius Zavam <egypcio at googlemail.com>

Modified:
  head/net/torsocks/Makefile
  head/net/torsocks/distinfo

Modified: head/net/torsocks/Makefile
==============================================================================
--- head/net/torsocks/Makefile	Mon Jul 16 18:28:17 2018	(r474753)
+++ head/net/torsocks/Makefile	Mon Jul 16 18:42:33 2018	(r474754)
@@ -3,21 +3,20 @@
 
 PORTNAME=	torsocks
 PORTVERSION=	2.2.0
-DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net security
+MASTER_SITES=	https://people.torproject.org/~dgoulet/${PORTNAME}/
 
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Easy way to make any app work through Tor
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/gpl-2.0.txt
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	dgoulet
-
+USES=		alias autoreconf gmake libtool tar:xz
 GNU_CONFIGURE=	yes
-USES=		alias autoreconf gmake libtool
-USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
 
 SUB_FILES=	pkg-message
 

Modified: head/net/torsocks/distinfo
==============================================================================
--- head/net/torsocks/distinfo	Mon Jul 16 18:28:17 2018	(r474753)
+++ head/net/torsocks/distinfo	Mon Jul 16 18:42:33 2018	(r474754)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497433366
-SHA256 (dgoulet-torsocks-v2.2.0_GH0.tar.gz) = 36216a1e30f47fa0e5be84761e0d72133196c8a042716017da56e9439338c87d
-SIZE (dgoulet-torsocks-v2.2.0_GH0.tar.gz) = 115269
+TIMESTAMP = 1530802906
+SHA256 (torsocks-2.2.0.tar.xz) = 29e8c8cefa677dfb493ea6f2449576a7a9abebd221547037f9381d9ed44bd92f
+SIZE (torsocks-2.2.0.tar.xz) = 309916


More information about the svn-ports-head mailing list