aboutsummaryrefslogtreecommitdiff
path: root/editors/nedit
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2015-05-02 15:54:48 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2015-05-02 15:54:48 +0000
commita540b7b8361d39d3f023fe13be52ed5d5cf2bb6d (patch)
tree628707b3cf54c1a5f5eff9536482b06db8700984 /editors/nedit
parent69bd2b70bf9d4d2aff85438c602a61ec54a4d907 (diff)
downloadports-a540b7b8361d39d3f023fe13be52ed5d5cf2bb6d.tar.gz
ports-a540b7b8361d39d3f023fe13be52ed5d5cf2bb6d.zip
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).
Notes
Notes: svn path=/head/; revision=385184
Diffstat (limited to 'editors/nedit')
-rw-r--r--editors/nedit/Makefile9
-rw-r--r--editors/nedit/distinfo4
-rw-r--r--editors/nedit/files/patch-doc_nc.man12
-rw-r--r--editors/nedit/files/patch-doc_nc.pod12
4 files changed, 18 insertions, 19 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index 82330df90c9c..868706f94c9a 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -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 \
diff --git a/editors/nedit/distinfo b/editors/nedit/distinfo
index 7cbda54cd440..9c0fa00921c5 100644
--- a/editors/nedit/distinfo
+++ b/editors/nedit/distinfo
@@ -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
diff --git a/editors/nedit/files/patch-doc_nc.man b/editors/nedit/files/patch-doc_nc.man
new file mode 100644
index 000000000000..12cdc67f5583
--- /dev/null
+++ b/editors/nedit/files/patch-doc_nc.man
@@ -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)
diff --git a/editors/nedit/files/patch-doc_nc.pod b/editors/nedit/files/patch-doc_nc.pod
deleted file mode 100644
index 3b9379b937cf..000000000000
--- a/editors/nedit/files/patch-doc_nc.pod
+++ /dev/null
@@ -1,12 +0,0 @@
---- doc/nc.pod.orig 2014-12-06 10:52:01.000000000 -0500
-+++ doc/nc.pod 2015-04-02 12:56:29.000000000 -0400
-@@ -193,6 +193,9 @@
- For more information see NEdit's online help, or I<nedit.doc> in the NEdit
- distribution kit.
-
-+In FreeBSD, I<nc> is installed as I<nclient> so it does not
-+conflict with the I<netcat> port which also installs an I<nc>.
-+
- =head1 SEE ALSO
-
- nedit(1), X(1), mwm(1), ctags(1), etags(1)