Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2015 15:54:49 +0000 (UTC)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385184 - in head/editors/nedit: . files
Message-ID:  <201505021554.t42Fsn49039790@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: deischen
Date: Sat May  2 15:54:48 2015
New Revision: 385184
URL: https://svnweb.freebsd.org/changeset/ports/385184

Log:
  The source tarball was updated so that building the man page is included
  pre-built and no longer requires building from doc files.
  
  Unmark as broken (due to unfetchability).

Added:
  head/editors/nedit/files/patch-doc_nc.man   (contents, props changed)
Deleted:
  head/editors/nedit/files/patch-doc_nc.pod
Modified:
  head/editors/nedit/Makefile
  head/editors/nedit/distinfo

Modified: head/editors/nedit/Makefile
==============================================================================
--- head/editors/nedit/Makefile	Sat May  2 15:50:24 2015	(r385183)
+++ head/editors/nedit/Makefile	Sat May  2 15:54:48 2015	(r385184)
@@ -3,23 +3,22 @@
 
 PORTNAME=	nedit
 PORTVERSION=	5.6
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	http://people.freebsd.org/~deischen/distfiles/ \
 		${MASTER_SITE_SOURCEFORGE} \
 		ftp://ftp.nluug.nl/pub/editors/NEdit/contrib/misc/
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}-source
-DISTFILES=	nedit-5.6-src.tar.gz nedit.app-defaults
-EXTRACT_ONLY=	nedit-5.6-src.tar.gz
+DISTFILES=	nedit-5.6a-src.tar.gz nedit.app-defaults
+EXTRACT_ONLY=	nedit-5.6a-src.tar.gz
 
 MAINTAINER=	deischen@FreeBSD.org
 COMMENT=	X11/Motif GUI text editor for programs and plain text files
 
-BROKEN=		Unfetchable
 LICENSE=	GPLv1
 
-USES=		motif perl5
+USES=		motif
 USE_XORG=	xpm
-USE_PERL=	build
 ALL_TARGET=	freebsd
 
 PLIST_FILES=	bin/nclient \

Modified: head/editors/nedit/distinfo
==============================================================================
--- head/editors/nedit/distinfo	Sat May  2 15:50:24 2015	(r385183)
+++ head/editors/nedit/distinfo	Sat May  2 15:54:48 2015	(r385184)
@@ -1,4 +1,4 @@
-SHA256 (nedit-5.6-src.tar.gz) = ca7eb3db14588eb931e4904af5fb97cfa99182514d9e6bdefeb69ec2f0e57008
-SIZE (nedit-5.6-src.tar.gz) = 1344887
+SHA256 (nedit-5.6a-src.tar.gz) = 53677983cb6c91c5da1fcdcac90f7f9a193f08fa13b7a6330bc9ce21f9461eed
+SIZE (nedit-5.6a-src.tar.gz) = 1353454
 SHA256 (nedit.app-defaults) = f7dd96054854d2831d77820c2640207ac1fb41f97a442a160a4d576b6499b600
 SIZE (nedit.app-defaults) = 7634

Added: head/editors/nedit/files/patch-doc_nc.man
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/nedit/files/patch-doc_nc.man	Sat May  2 15:54:48 2015	(r385184)
@@ -0,0 +1,12 @@
+--- doc/nc.man.orig	Thu Nov 20 18:40:13 2003
++++ doc/nc.man	Sat Feb  7 14:54:18 2004
+@@ -285,6 +285,9 @@
+ .PP
+ For more information see NEdit's online help, or \fInedit.doc\fR in the NEdit
+ distribution kit.
++.PP
++In FreeBSD, \fInc\fR is installed as \fInclient\fR so it does not
++conflict with the \fInetcat\fR port which also installs an \fInc\fR.
+ .SH "SEE ALSO"
+ .IX Header "SEE ALSO"
+ \&\fInedit\fR\|(1), X(1), \fImwm\fR\|(1), \fIctags\fR\|(1), \fIetags\fR\|(1)



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