Date: Mon, 16 Jul 2001 09:53:51 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/29013: Update port: editors/le to 1.9.0 Message-ID: <200107161653.f6GGrp520700@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 29013 >Category: ports >Synopsis: Update port: editors/le to 1.9.0 >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 Jul 16 10:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.9.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/le/Makefile editors/le/Makefile --- /usr/ports/editors/le/Makefile Thu May 3 15:58:38 2001 +++ editors/le/Makefile Sat Jul 14 13:14:07 2001 @@ -7,7 +7,7 @@ # PORTNAME= le -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ @@ -21,9 +21,9 @@ post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/le + @${MKDIR} ${DOCSDIR} .for file in FEATURES HISTORY NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff -urN /usr/ports/editors/le/distinfo editors/le/distinfo --- /usr/ports/editors/le/distinfo Thu May 3 15:58:38 2001 +++ editors/le/distinfo Sat Jul 14 13:17:38 2001 @@ -1 +1 @@ -MD5 (le-1.8.0.tar.bz2) = 048187fd6966799471962a07b12e510e +MD5 (le-1.9.0.tar.bz2) = 920ae56a506b35c1240f9bb96e7bc357 >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?200107161653.f6GGrp520700>