diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-07-05 20:49:32 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-07-05 20:49:32 +0000 |
commit | 1e1a64864bbbea07e852ad06adf3bd16d8f421bd (patch) | |
tree | 2b8a4ed7324b1b021cffc686aa6bf68ee9cca66f /dns/dlint/Makefile | |
parent | 518b213f0773c1b1dacaf80ccf9a75ea84558671 (diff) |
dns/dlint: unbreak
- update to 1.4.1
- update MASTER_SITES
PR: 205334
Submitted by: Chris Hutchinson
Approved by: maintainer (jlaffaye)
Notes
Notes:
svn path=/head/; revision=418112
Diffstat (limited to 'dns/dlint/Makefile')
-rw-r--r-- | dns/dlint/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index e3f79e6bb26f..74c7ba9c18b1 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -2,19 +2,15 @@ # $FreeBSD$ PORTNAME= dlint -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= dns -MASTER_SITES= http://www.sfr-fresh.com/unix/misc/dns/ \ - http://www.sourcefiles.org/Networking/Tools/DNS/ -DISTNAME= dlint${PORTVERSION} +MASTER_SITES= http://BSDforge.com/projects/source/dns/dlint/ MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Lint for DNS zones (Domain Name Server zone verification utility) -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 -USES= shebangfix +USES= shebangfix tar:xz +NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= digparse |