Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2020 14:20:12 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525169 - head/editors/nedit
Message-ID:  <202002041420.014EKCmm059884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Feb  4 14:20:11 2020
New Revision: 525169
URL: https://svnweb.freebsd.org/changeset/ports/525169

Log:
  editors/nedit: Fix broken MASTER_SITES
  
  PR:		243563
  Reported by:	Anders <aesirheim@gmail.com>

Modified:
  head/editors/nedit/Makefile   (contents, props changed)

Modified: head/editors/nedit/Makefile
==============================================================================
--- head/editors/nedit/Makefile	Tue Feb  4 14:16:32 2020	(r525168)
+++ head/editors/nedit/Makefile	Tue Feb  4 14:20:11 2020	(r525169)
@@ -4,15 +4,13 @@
 PORTNAME=	nedit
 PORTVERSION=	5.7
 CATEGORIES=	editors
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source
+MASTER_SITES=	LOCAL/swills
 DISTFILES=	nedit-${PORTVERSION}-src.tar.gz \
 		nedit.app-defaults
 EXTRACT_ONLY=	nedit-${PORTVERSION}-src.tar.gz
 
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	X11/Motif GUI text editor for programs and plain text files
-
-BROKEN=		unfetchable
 
 LICENSE=	GPLv1
 



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