From owner-svn-ports-head@FreeBSD.ORG Sat May 2 15:54:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CEAD5A91; Sat, 2 May 2015 15:54:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B05F4170B; Sat, 2 May 2015 15:54:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t42Fsntr039797; Sat, 2 May 2015 15:54:49 GMT (envelope-from deischen@FreeBSD.org) Received: (from deischen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t42Fsn49039790; Sat, 2 May 2015 15:54:49 GMT (envelope-from deischen@FreeBSD.org) Message-Id: <201505021554.t42Fsn49039790@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: deischen set sender to deischen@FreeBSD.org using -f From: Daniel Eischen Date: Sat, 2 May 2015 15:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385184 - in head/editors/nedit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2015 15:54:50 -0000 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)