Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2001 23:41:47 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29885: Update editors/manedit to 0.5.0
Message-ID:  <20010820034147.D0BFED925@electron.databits.net>

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

>Number:         29885
>Category:       ports
>Synopsis:       Update editors/manedit to 0.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 19 20:50:25 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386

>Description:

- update to version 0.5.0
- remove dead MASTER_SITE
- clean up pre-patch

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/manedit/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	2001/07/17 15:20:37	1.4
+++ Makefile	2001/08/20 03:30:55
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	manedit
-PORTVERSION=	0.4.1
+PORTVERSION=	0.5.0
 CATEGORIES=	editors
-MASTER_SITES=	ftp://wolfpack.twu.net/users/wolfpack/ \
-		ftp://fox.mit.edu/pub/xsw/
+MASTER_SITES=	ftp://wolfpack.twu.net/users/wolfpack/
 
 MAINTAINER=	sobomax@FreeBSD.org
 
@@ -23,7 +22,7 @@
 MAN1=		manedit.1
 
 pre-patch:
-	@find ${WRKSRC} \( -name "*.[ch]" -or -name "*.cpp" \) | \
+	@find ${WRKSRC} -name "*.[ch]" | \
 		xargs ${PERL} -pi -e 's|malloc\.h|stdlib.h|g'
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/editors/manedit/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	2001/07/17 15:20:37	1.4
+++ distinfo	2001/08/20 03:27:43
@@ -1 +1 @@
-MD5 (manedit-0.4.1.tar.bz2) = a5c8abe4edfcaa123fb09b994e3b7583
+MD5 (manedit-0.5.0.tar.bz2) = cd7c9cebcdeb81273c120084c8f7cdfe
>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?20010820034147.D0BFED925>