Unbreak by fetching distfile from Debian mirror
While here, add license. Approved by: portmgr (blanket)
This commit is contained in:
parent
1a35a83b1a
commit
c1fc02d5d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525982
2 changed files with 10 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue