Date: Thu, 19 Feb 2009 02:01:28 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131825: Update port: shells/tcshrc to 1.6.2 Message-ID: <20090219020128.07128d22.tkato432@yahoo.com> Resent-Message-ID: <200902181730.n1IHU2PL012279@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131825 >Category: ports >Synopsis: Update port: shells/tcshrc to 1.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 18 17:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.1-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 1.6.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/shells/tcshrc/Makefile shells/tcshrc/Makefile --- /usr/ports/shells/tcshrc/Makefile 2006-12-27 13:08:15.000000000 +0900 +++ shells/tcshrc/Makefile 2009-02-05 02:06:47.000000000 +0900 @@ -6,22 +6,20 @@ # PORTNAME= tcshrc -PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTVERSION= 1.6.2 CATEGORIES= shells -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= tcshrc +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A set of configuration scripts for the TCSH shell +WRKSRC= ${WRKDIR}/${PORTNAME} + NO_BUILD= yes INSTALL_TARGET= systeminstall MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - post-patch: @${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \ ${WRKSRC}/tcshrc_config diff -urN /usr/ports/shells/tcshrc/distinfo shells/tcshrc/distinfo --- /usr/ports/shells/tcshrc/distinfo 2006-01-24 13:40:50.000000000 +0900 +++ shells/tcshrc/distinfo 2009-02-05 02:06:20.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (tcshrc-1.6.0.tar.gz) = fd61940de46da9f682600eb47c44842e -SHA256 (tcshrc-1.6.0.tar.gz) = 38becd8d66b0bf396a724a84038035a8d5d77e4bd3ae1061dd71e69d0aa34b7a -SIZE (tcshrc-1.6.0.tar.gz) = 158964 +MD5 (tcshrc-1.6.2.tar.gz) = 1d16cfb163c3cd996a887557c6b59726 +SHA256 (tcshrc-1.6.2.tar.gz) = 91ca94a9bd34efdca3cafe78deede4978476a637702891a64f23edc3048bd62b +SIZE (tcshrc-1.6.2.tar.gz) = 117802 diff -urN /usr/ports/shells/tcshrc/files/patch-src__tcshrc.complete shells/tcshrc/files/patch-src__tcshrc.complete --- /usr/ports/shells/tcshrc/files/patch-src__tcshrc.complete 2006-12-26 22:29:25.000000000 +0900 +++ shells/tcshrc/files/patch-src__tcshrc.complete 2009-02-05 02:09:28.000000000 +0900 @@ -1,17 +1,20 @@ ---- ./src/tcshrc.complete.orig Fri Aug 13 19:04:01 2004 -+++ ./src/tcshrc.complete Tue Dec 26 14:12:31 2006 -@@ -714,13 +714,12 @@ +--- src/tcshrc.complete.orig 2009-01-25 02:52:00.000000000 +0900 ++++ src/tcshrc.complete 2009-02-05 02:08:57.000000000 +0900 +@@ -715,17 +715,11 @@ endif unset _maildir - if (! $?MANPATH) then - if (-r /usr/share/man) then -- setenv MANPATH /usr/share/man: +- if (-r /usr/local/man) then +- setenv MANPATH /usr/share/man:/usr/local/man: +- else +- setenv MANPATH /usr/share/man: +- endif - else - setenv MANPATH /usr/man: - endif - endif -+ +# changed from original file to allow to use all manpathes found +# by the manpath utility, not only one path + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090219020128.07128d22.tkato432>