Date: Sat, 20 Nov 1999 15:28:39 -0800 (PST) From: rod@zort.on.ca To: freebsd-gnats-submit@freebsd.org Subject: ports/15009: Gedit 0.6.0 released Message-ID: <19991120232839.52BA814D18@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 15009 >Category: ports >Synopsis: Gedit 0.6.0 released >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 20 15:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: >Organization: Zort >Environment: >Description: Fixes several bugs. I've put the archive on my server, and listed it. This is due to the official gedit server not agreeing with patch about when the file is done downloading... >How-To-Repeat: >Fix: diff -ruN gedit.old/Makefile gedit/Makefile --- gedit.old/Makefile Sat Nov 20 17:34:22 1999 +++ gedit/Makefile Sat Nov 20 18:28:21 1999 @@ -6,9 +6,12 @@ # $FreeBSD: ports/editors/gedit/Makefile,v 1.9 1999/10/25 08:07:20 nakai Exp $ # -DISTNAME= gedit-0.5.5 +PREFIX= /tmp/local +DISTNAME= gedit-0.6.0 CATEGORIES= editors gnome -MASTER_SITES= http://gedit.pn.org/tar/ +MASTER_SITES= http://www.oscentral.org/files/software/ \ + http://gedit.pn.org/tar/ \ + ftp://ftp.oscentral.org/pub/software/ MAINTAINER= andy@icc.surw.chel.su @@ -26,6 +29,8 @@ MAN1= gedit.1 +pre-install: + @ touch ${WRKSRC}/po/da.gmo post-install: @ ${MKDIR} ${PREFIX}/share/gnome/apps/Applications @ ${MKDIR} ${PREFIX}/share/gnome/help/gedit diff -ruN gedit.old/files/md5 gedit/files/md5 --- gedit.old/files/md5 Sat Nov 20 17:34:22 1999 +++ gedit/files/md5 Sat Nov 20 17:38:11 1999 @@ -1 +1 @@ -MD5 (gedit-0.5.5.tar.gz) = 16d9991434eaacffff113b517ef0a751 +MD5 (gedit-0.6.0.tar.gz) = 658a120a6edc0443436716fb648568a6 >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?19991120232839.52BA814D18>