From owner-freebsd-ports Sun Aug 19 20:50:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BBE237B40C for ; Sun, 19 Aug 2001 20:50:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K3oQN35242; Sun, 19 Aug 2001 20:50:26 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 17DB737B414 for ; Sun, 19 Aug 2001 20:42:14 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: by electron.databits.net (Postfix, from userid 1001) id D0BFED925; Sun, 19 Aug 2001 23:41:47 -0400 (EDT) Message-Id: <20010820034147.D0BFED925@electron.databits.net> Date: Sun, 19 Aug 2001 23:41:47 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29885: Update editors/manedit to 0.5.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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