From c1fc02d5d43b1ade7c4e5592018fbcfef723b12b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 12 Feb 2020 22:58:22 +0000 Subject: [PATCH] Unbreak by fetching distfile from Debian mirror While here, add license. Approved by: portmgr (blanket) --- dns/dns2tcp/Makefile | 9 +++++++-- dns/dns2tcp/distinfo | 5 +++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/dns/dns2tcp/Makefile b/dns/dns2tcp/Makefile index b158875ea2ea..b58b723170f2 100644 --- a/dns/dns2tcp/Makefile +++ b/dns/dns2tcp/Makefile @@ -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 \ diff --git a/dns/dns2tcp/distinfo b/dns/dns2tcp/distinfo index 4c2ab13ecca2..8e037ee1dcc6 100644 --- a/dns/dns2tcp/distinfo +++ b/dns/dns2tcp/distinfo @@ -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