Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2010 22:43:10 GMT
From:      Chris Petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151734: [PATCH] unbreak net-mgmt/nipper
Message-ID:  <201010252243.o9PMhAWi038175@www.freebsd.org>
Resent-Message-ID: <201010252250.o9PMo7DD019635@freefall.freebsd.org>

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

>Number:         151734
>Category:       ports
>Synopsis:       [PATCH] unbreak net-mgmt/nipper
>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:   Mon Oct 25 22:50:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        FreeBSD 8.1-STABLE
>Organization:
none
>Environment:
FreeBSD 8.1-STABLE
>Description:
unbreak nipper by adding some distfile sites.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: nipper/Makefile
===================================================================
RCS file: /usr/local/freebsdcvs/ports/net-mgmt/nipper/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- nipper/Makefile	1 Oct 2010 08:45:23 -0000	1.26
+++ nipper/Makefile	25 Oct 2010 22:41:03 -0000
@@ -9,13 +9,14 @@
 PORTVERSION=	0.11.10
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Nipper%20${PORTVERSION}
+MASTER_SITES=	${MASTER_SITE_FREEBSD_ORG}
+MASTER_SITE_SUBDIR=	distfiles
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Netdev config analyzer
 
-BROKEN=		does not fetch
+#BROKEN=		does not fetch
 
 PLIST_FILES=	bin/${PORTNAME} etc/nipper.conf.sample
 PORTDOCS=	Changelog Readme TODO Features.txt Options.txt Quickstart.txt \


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



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