Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2006 02:41:00 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/94202: [PATCH] dns/dlint: UNBREAK (fix fetch)
Message-ID:  <1141778460.44298@it.buh.tecnik93.com>
Resent-Message-ID: <200603080050.k280o6Lu074265@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94202
>Category:       ports
>Synopsis:       [PATCH] dns/dlint: UNBREAK (fix fetch)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 08 00:50:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


Old MASTER_SITES didn't give us anything so put in an other. [1]
portlint while here.

Reported by:    fenner's distfile survey [1]


>How-To-Repeat:





>Fix:


--- dlint.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/dns/dlint/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	5 Sep 2003 04:54:32 -0000	1.14
+++ Makefile	8 Mar 2006 00:34:29 -0000
@@ -9,13 +9,12 @@
 PORTNAME=	dlint
 PORTVERSION=	1.4.0
 CATEGORIES=	dns
-MASTER_SITES=	http://www.domtools.com/pub/
+MASTER_SITES=	http://fresh.t-systems-sfr.com/unix/src/misc/dns/
 DISTNAME=	dlint${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Lint for DNS zones (Domain Name Server zone verification utility)
 
-USE_REINPLACE=	yes
 NO_BUILD=	yes
 MAN8=		dlint.8
 
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/dns/dlint/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	24 Dec 2001 02:16:32 -0000	1.4
+++ pkg-plist	8 Mar 2006 00:34:29 -0000
@@ -1,4 +1,4 @@
 sbin/dlint
 sbin/digparse
-%%PORTDOCS%%share/doc/dlint/README
-%%PORTDOCS%%@dirrm share/doc/dlint
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- dlint.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1141778460.44298>