From owner-svn-ports-head@freebsd.org Wed Feb 12 22:58:23 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68938245A92; Wed, 12 Feb 2020 22:58:23 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Hw6R2Bjfz47h1; Wed, 12 Feb 2020 22:58:23 +0000 (UTC) (envelope-from romain@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 46492D96; Wed, 12 Feb 2020 22:58:23 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01CMwN2Q013393; Wed, 12 Feb 2020 22:58:23 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01CMwMxG013392; Wed, 12 Feb 2020 22:58:22 GMT (envelope-from romain@FreeBSD.org) Message-Id: <202002122258.01CMwMxG013392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Wed, 12 Feb 2020 22:58:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525982 - head/dns/dns2tcp X-SVN-Group: ports-head X-SVN-Commit-Author: romain X-SVN-Commit-Paths: head/dns/dns2tcp X-SVN-Commit-Revision: 525982 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.29 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: Wed, 12 Feb 2020 22:58:23 -0000 Author: romain Date: Wed Feb 12 22:58:22 2020 New Revision: 525982 URL: https://svnweb.freebsd.org/changeset/ports/525982 Log: Unbreak by fetching distfile from Debian mirror While here, add license. Approved by: portmgr (blanket) Modified: head/dns/dns2tcp/Makefile head/dns/dns2tcp/distinfo Modified: head/dns/dns2tcp/Makefile ============================================================================== --- head/dns/dns2tcp/Makefile Wed Feb 12 22:56:45 2020 (r525981) +++ head/dns/dns2tcp/Makefile Wed Feb 12 22:58:22 2020 (r525982) @@ -4,14 +4,19 @@ PORTNAME= dns2tcp PORTVERSION= 0.5.2 CATEGORIES= dns -MASTER_SITES= http://www.hsc.fr/ressources/outils/${PORTNAME}/download/ +MASTER_SITES= http://deb.debian.org/debian/pool/main/d/${PORTNAME}/ +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= sbz@FreeBSD.org COMMENT= Dns2tcp is a tool for relaying TCP connections over DNS -BROKEN= unfetchable +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING +USES= autoreconf + GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/dns2tcpc bin/dns2tcpd \ man/man1/dns2tcpc.1.gz \ Modified: head/dns/dns2tcp/distinfo ============================================================================== --- head/dns/dns2tcp/distinfo Wed Feb 12 22:56:45 2020 (r525981) +++ head/dns/dns2tcp/distinfo Wed Feb 12 22:58:22 2020 (r525982) @@ -1,2 +1,3 @@ -SHA256 (dns2tcp-0.5.2.tar.gz) = ea9ef59002b86519a43fca320982ae971e2df54cdc54cdb35562c751704278d9 -SIZE (dns2tcp-0.5.2.tar.gz) = 173585 +TIMESTAMP = 1581473123 +SHA256 (dns2tcp_0.5.2.orig.tar.gz) = ea9ef59002b86519a43fca320982ae971e2df54cdc54cdb35562c751704278d9 +SIZE (dns2tcp_0.5.2.orig.tar.gz) = 173585