From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 2 09:40:21 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 085AA16A433 for ; Fri, 2 Sep 2005 09:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 458E343D76 for ; Fri, 2 Sep 2005 09:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j829eIeu092070 for ; Fri, 2 Sep 2005 09:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j829eIeB092069; Fri, 2 Sep 2005 09:40:18 GMT (envelope-from gnats) Resent-Date: Fri, 2 Sep 2005 09:40:18 GMT Resent-Message-Id: <200509020940.j829eIeB092069@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrej Zverev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07E3B16A41F for ; Fri, 2 Sep 2005 09:30:18 +0000 (GMT) (envelope-from az@inec.ru) Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CAA943D45 for ; Fri, 2 Sep 2005 09:30:16 +0000 (GMT) (envelope-from az@inec.ru) Received: from waterwall.inec.ru (root@localhost) by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j829Wg3r008392 for ; Fri, 2 Sep 2005 13:32:42 +0400 (MSD) Received: from az.inec.ru (msproxyoutif.intermediate.org [10.0.0.2]) by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j829Wgka008387 for ; Fri, 2 Sep 2005 13:32:42 +0400 (MSD) Received: from az by az.inec.ru with local (Exim 4.51 (FreeBSD)) id 1EB7sF-000Bp1-OE for FreeBSD-gnats-submit@freebsd.org; Fri, 02 Sep 2005 13:30:15 +0400 Message-Id: Date: Fri, 02 Sep 2005 13:30:15 +0400 From: Andrej Zverev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85624: [update] editors/ne to 1.41 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrej Zverev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 09:40:21 -0000 >Number: 85624 >Category: ports >Synopsis: [update] editors/ne to 1.41 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 02 09:40:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: --- ne.diff begins here --- diff -Nru ne.orig/Makefile ne/Makefile --- ne.orig/Makefile Fri Jul 22 15:12:24 2005 +++ ne/Makefile Fri Sep 2 13:25:30 2005 @@ -6,7 +6,7 @@ # PORTNAME= ne -PORTVERSION= 1.40 +PORTVERSION= 1.41 CATEGORIES= editors MASTER_SITES= http://ne.dsi.unimi.it/ @@ -29,6 +29,7 @@ GLOBALDIR="${DATADIR}" MAN1= ne.1 +PORTDOCS= ne.txt post-patch: @${PERL5} -pi -e 's|tmpnam\(|mkstemp\(|g' ${WRKSRC}/actions.c @@ -39,5 +40,9 @@ ${INSTALL_DATA} ${WRKSRC}/../doc/default.keys ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/../doc/default.menus ${DATADIR}/ ${INSTALL_MAN} ${WRKSRC}/../doc/ne.1 ${PREFIX}/man/man1 +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC:S/src//}doc/ne.txt ${DOCSDIR} +.endif .include diff -Nru ne.orig/distinfo ne/distinfo --- ne.orig/distinfo Fri Jul 22 15:12:24 2005 +++ ne/distinfo Fri Sep 2 13:15:46 2005 @@ -1,2 +1,2 @@ -MD5 (ne-1.40.tar.gz) = 7fbbc0268dbcadfa6391670166c765f6 -SIZE (ne-1.40.tar.gz) = 1127279 +MD5 (ne-1.41.tar.gz) = 023e68d23a6216e89737ff2b6996aa77 +SIZE (ne-1.41.tar.gz) = 1132970 --- ne.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: