From owner-svn-ports-head@freebsd.org Mon Jul 16 18:42:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E743210352E8; Mon, 16 Jul 2018 18:42:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98ECA7DCEB; Mon, 16 Jul 2018 18:42:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79FE320750; Mon, 16 Jul 2018 18:42:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6GIgYA7066342; Mon, 16 Jul 2018 18:42:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6GIgYEP066340; Mon, 16 Jul 2018 18:42:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807161842.w6GIgYEP066340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 16 Jul 2018 18:42:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474754 - head/net/torsocks X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/torsocks X-SVN-Commit-Revision: 474754 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2018 18:42:35 -0000 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 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