Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2018 18:42:34 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474754 - head/net/torsocks
Message-ID:  <201807161842.w6GIgYEP066340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807161842.w6GIgYEP066340>