Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2002 10:25:00 +0200 (CEST)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38487: fix MASTER_SITES
Message-ID:  <20020524082500.7FDD31ABE8@backup-mx.droso.dk>

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

>Number:         38487
>Category:       ports
>Synopsis:       fix MASTER_SITES
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 24 01:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD panda.droso.net 4.6-RC FreeBSD 4.6-RC #1: Thu May 16 10:09:56 CEST 2002 root@panda.droso.net:/home/obj/home/src/sys/PANDA i386


	
>Description:
- fix MASTER_SITES
- make portlint a little bit more happy while here

>How-To-Repeat:
>Fix:

diff -ruN dgd-net.orig/Makefile dgd-net/Makefile
--- dgd-net.orig/Makefile       Fri May 24 10:09:16 2002
+++ dgd-net/Makefile    Fri May 24 10:17:03 2002
@@ -8,7 +8,8 @@
 PORTNAME=      dgd-net
 PORTVERSION=   1.1.8
 CATEGORIES=    net lang
-MASTER_SITES=  ftp://ftp.imaginary.com/pub/LPC/servers/DGD/archive/
+MASTER_SITES=  http://dl.droso.net/ports/ \
+               http://ftp.dyu.edu.tw/FreeBSD/dgd/
 DISTFILES=     dgd-1.1p8.tar.gz
 
 MAINTAINER=    ports@FreeBSD.org
@@ -42,4 +43,3 @@
                | tar -C ${PREFIX} -xpf -
 
 .include <bsd.port.mk>
-
diff -ruN dgd-net.orig/pkg-comment dgd-net/pkg-comment
--- dgd-net.orig/pkg-comment    Fri May 24 10:09:16 2002
+++ dgd-net/pkg-comment Fri May 24 10:23:38 2002
@@ -1 +1 @@
-Dworkin's Generic Driver (network server) + extra networking support + regexps
+Dworkin's Generic Driver + extra networking support + regexps

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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