Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 1999 15:01:03 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11329: Update port: editors/le
Message-ID:  <199904261101.PAA69660@icc.surw.chel.su>

next in thread | raw e-mail | index | archive | help

>Number:         11329
>Category:       ports
>Synopsis:       Update port: editors/le
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 26 04:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
South Ural Railway ICC
>Environment:

>Description:

   This is a patch to update editors/le port.


diff -Nru le/Makefile le-1.5.1/Makefile
--- le/Makefile	Mon Aug 31 02:29:49 1998
+++ le-1.5.1/Makefile	Mon Apr 26 14:48:53 1999
@@ -1,27 +1,26 @@
 # New ports collection makefile for:	le
-# Version required:			1.4.2
+# Version required:			1.5.1
 # Date created:				16 October 1997
 # Whom:					Andrey Zakhvatov
 #
 # $Id: Makefile,v 1.3 1998/08/30 16:00:13 steve Exp $
 #
 
-DISTNAME=	le-1.4.2
-CATEGORIES=	editors
-MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
+DISTNAME=		le-1.5.1
+CATEGORIES=		editors
+MASTER_SITES=		${MASTER_SITE_SUNSITE} \
+			ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
+MASTER_SITE_SUBDIR=	apps/editors/terminal
 
-MAINTAINER=	andy@icc.surw.chel.su
+MAINTAINER=		andy@icc.surw.chel.su
 
-GNU_CONFIGURE=	yes
-MAN1=		le.1
+GNU_CONFIGURE=		yes
+MAN1=			le.1
 
 post-install:
-.for file in colors1 colors2 colors3
-	@ ${INSTALL_DATA} ${WRKSRC}/misc/${file} ${PREFIX}/share/le
-.endfor
 .if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${PREFIX}/share/doc/le
-.for file in FEATURES HISTORY NEWS README
+.for file in COPYING FEATURES HISTORY NEWS README TODO
 	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
 .endfor
 .endif
diff -Nru le/files/md5 le-1.5.1/files/md5
--- le/files/md5	Mon Mar 16 17:08:18 1998
+++ le-1.5.1/files/md5	Mon Apr 26 14:33:51 1999
@@ -1 +1 @@
-MD5 (le-1.4.2.tar.gz) = 998f478d7a3c008174b5d63ebe69d5f0
+MD5 (le-1.5.1.tar.gz) = 7f3a93f5a5726b43a14999a15f083013
diff -Nru le/patches/patch-aa le-1.5.1/patches/patch-aa
--- le/patches/patch-aa	Sun Aug 30 20:00:17 1998
+++ le-1.5.1/patches/patch-aa	Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig	Sat Aug 29 14:47:00 1998
-+++ src/Makefile.in	Sat Aug 29 14:47:17 1998
-@@ -78,7 +78,7 @@
-  window.h highli.cc highli.h clipbrd.cc clipbrd.h keynames.h keynames.cc\
-  mouse.h mouse.cc getch.h format.h
- 
--le_LDADD = $(top_builddir)/lib/liblib.a $(CURSES_LIBS)
-+le_LDADD = $(top_builddir)/lib/liblib.a $(CURSES_LIBS) -lmytinfo
- 
- INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include $(CURSES_INCLUDES)
- CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\"
diff -Nru le/pkg/PLIST le-1.5.1/pkg/PLIST
--- le/pkg/PLIST	Mon Aug 17 14:15:18 1998
+++ le-1.5.1/pkg/PLIST	Mon Apr 26 14:42:26 1999
@@ -1,11 +1,15 @@
 bin/le
+share/doc/le/COPYING
 share/doc/le/FEATURES
 share/doc/le/HISTORY
 share/doc/le/NEWS
 share/doc/le/README
-share/le/colors1
-share/le/colors2
-share/le/colors3
+share/doc/le/TODO
+share/le/colors-black
+share/le/colors-blue
+share/le/colors-defbg
+share/le/colors-green
+share/le/colors-white
 share/le/syntax
 @dirrm share/doc/le
 @dirrm share/le


>How-To-Repeat:

>Fix:

   Please, check and apply this patch.


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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