svn commit: r525169 - head/editors/nedit

Steve Wills swills at FreeBSD.org
Tue Feb 4 14:20:12 UTC 2020


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 at 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 at FreeBSD.org
 COMMENT=	X11/Motif GUI text editor for programs and plain text files
-
-BROKEN=		unfetchable
 
 LICENSE=	GPLv1
 


More information about the svn-ports-all mailing list