Date: Tue, 22 Jun 1999 03:26:30 +0400 (MSD) From: "Oleg V. Volkov" <rover@fly.lglobus.ru> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12329: update for www/lynx-current port Message-ID: <199906212326.DAA38807@fly.lglobus.ru>
next in thread | raw e-mail | index | archive | help
>Number: 12329 >Category: ports >Synopsis: update for www/lynx-current port >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 Jun 21 16:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oleg V. Volkov >Release: FreeBSD 3.2-STABLE i386 >Organization: -=/ SR 13 /=- >Environment: Doesn't matter. >Description: At end of this report is update for www/lynx-current port to version 2.8.3dev.2. This also should close PR/11317. >How-To-Repeat: No way. >Fix: <<<<begin>>>> diff -ruN lynx-current.old/Makefile lynx-current/Makefile --- lynx-current.old/Makefile Wed May 26 00:14:40 1999 +++ lynx-current/Makefile Tue Jun 22 00:54:31 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: lynx -# Version required: 2.8.2* +# Version required: 2.8.3* # Date created: 15 Dec 1994 # Whom: ache # # $Id: Makefile,v 1.99 1999/05/25 20:14:40 ache Exp $ # -DISTNAME= lynx2.8.2pre.7 -PKGNAME= lynx-2.8.2pre.7 +DISTNAME= lynx2.8.3dev.2 +PKGNAME= lynx-2.8.3dev.2 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ @@ -15,10 +15,12 @@ USE_BZIP2= YES NO_LATEST_LINK= YES -WRKSRC= ${WRKDIR}/lynx2-8-2 +WRKSRC= ${WRKDIR}/lynx2-8-3 GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ - --enable-nsl-fork --enable-persistent-cookies + --enable-nsl-fork --enable-persistent-cookies \ + --enable-gzip-help + MAKE_FLAGS= helpdir=${L_HELP} -f MAKEFILE= makefile INSTALL_TARGET= install install-help diff -ruN lynx-current.old/files/md5 lynx-current/files/md5 --- lynx-current.old/files/md5 Wed May 26 00:14:47 1999 +++ lynx-current/files/md5 Tue Jun 22 00:40:50 1999 @@ -1 +1 @@ -MD5 (lynx2.8.2pre.7.tar.bz2) = 019430b899f3c2be4458ff37f11b7f82 +MD5 (lynx2.8.3dev.2.tar.bz2) = e63a63be80ac860836dcb660e54f825d diff -ruN lynx-current.old/pkg/PLIST lynx-current/pkg/PLIST --- lynx-current.old/pkg/PLIST Fri Apr 16 20:55:34 1999 +++ lynx-current/pkg/PLIST Tue Jun 22 01:46:04 1999 @@ -1,28 +1,34 @@ bin/lynx etc/lynx.cfg.default @exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi -share/lynx_help/Lynx_users_guide.html -share/lynx_help/about_lynx.html -share/lynx_help/keystrokes/alt_edit_help.html -share/lynx_help/keystrokes/bookmark_help.html -share/lynx_help/keystrokes/cookie_help.html -share/lynx_help/keystrokes/dired_help.html -share/lynx_help/keystrokes/edit_help.html -share/lynx_help/keystrokes/environments.html -share/lynx_help/keystrokes/follow_help.html -share/lynx_help/keystrokes/gopher_types_help.html -share/lynx_help/keystrokes/history_help.html -share/lynx_help/keystrokes/keystroke_help.html -share/lynx_help/keystrokes/movement_help.html -share/lynx_help/keystrokes/option_help.html -share/lynx_help/keystrokes/other_help.html -share/lynx_help/keystrokes/print_help.html -share/lynx_help/keystrokes/scrolling_help.html -share/lynx_help/keystrokes/test_display.html -share/lynx_help/keystrokes/visited_help.html -share/lynx_help/keystrokes/xterm_help.html -share/lynx_help/lynx-dev.html -share/lynx_help/lynx_help_main.html -share/lynx_help/lynx_url_support.html +share/lynx_help/Lynx_users_guide.html.gz +share/lynx_help/about_lynx.html.gz +share/lynx_help/keystrokes/alt_edit_help.html.gz +share/lynx_help/keystrokes/bookmark_help.html.gz +share/lynx_help/keystrokes/cookie_help.html.gz +share/lynx_help/keystrokes/dired_help.html.gz +share/lynx_help/keystrokes/edit_help.html.gz +share/lynx_help/keystrokes/environments.html.gz +share/lynx_help/keystrokes/follow_help.html.gz +share/lynx_help/keystrokes/gopher_types_help.html.gz +share/lynx_help/keystrokes/history_help.html.gz +share/lynx_help/keystrokes/keystroke_help.html.gz +share/lynx_help/keystrokes/movement_help.html.gz +share/lynx_help/keystrokes/option_help.html.gz +share/lynx_help/keystrokes/other_help.html.gz +share/lynx_help/keystrokes/print_help.html.gz +share/lynx_help/keystrokes/scrolling_help.html.gz +share/lynx_help/keystrokes/test_display.html.gz +share/lynx_help/keystrokes/visited_help.html.gz +share/lynx_help/keystrokes/xterm_help.html.gz +share/lynx_help/keystrokes/bashlike_edit_help.html.gz +share/lynx_help/lynx-dev.html.gz +share/lynx_help/lynx_help_main.html.gz +share/lynx_help/lynx_url_support.html.gz +share/lynx_help/COPYING +share/lynx_help/COPYHEADER +etc/lynx_doc/COPYING +etc/lynx_doc/COPYHEADER @dirrm share/lynx_help/keystrokes @dirrm share/lynx_help +@dirrm etc/lynx_doc <<<<end>>>> >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?199906212326.DAA38807>