aboutsummaryrefslogtreecommitdiffstats
path: root/shells/tcshrc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-02-21 00:35:48 +0800
committermiwi <miwi@FreeBSD.org>2009-02-21 00:35:48 +0800
commita5c47831ece1e4a59ca15d9ee002b723c043b1f3 (patch)
tree88fe4f1ee011be97a7e3ff18675a0bcec9c2adb8 /shells/tcshrc
parente6b9d0afe035bcd690b6a0d3b3122d3d0dd33737 (diff)
downloadfreebsd-ports-gnome-a5c47831ece1e4a59ca15d9ee002b723c043b1f3.tar.gz
freebsd-ports-gnome-a5c47831ece1e4a59ca15d9ee002b723c043b1f3.tar.zst
freebsd-ports-gnome-a5c47831ece1e4a59ca15d9ee002b723c043b1f3.zip
- Update to 1.6.2
PR: 131825 Submitted by: Ports Fury
Diffstat (limited to 'shells/tcshrc')
-rw-r--r--shells/tcshrc/Makefile10
-rw-r--r--shells/tcshrc/distinfo6
-rw-r--r--shells/tcshrc/files/patch-src__tcshrc.complete13
3 files changed, 15 insertions, 14 deletions
diff --git a/shells/tcshrc/Makefile b/shells/tcshrc/Makefile
index 1cac8e19b16e..674dc501519f 100644
--- a/shells/tcshrc/Makefile
+++ b/shells/tcshrc/Makefile
@@ -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 --git a/shells/tcshrc/distinfo b/shells/tcshrc/distinfo
index 8788302e184f..48b217e7abe5 100644
--- a/shells/tcshrc/distinfo
+++ b/shells/tcshrc/distinfo
@@ -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 --git a/shells/tcshrc/files/patch-src__tcshrc.complete b/shells/tcshrc/files/patch-src__tcshrc.complete
index 31783cd6762b..9a53f53d60af 100644
--- a/shells/tcshrc/files/patch-src__tcshrc.complete
+++ b/shells/tcshrc/files/patch-src__tcshrc.complete
@@ -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
+