aboutsummaryrefslogtreecommitdiff
path: root/shells/tcshrc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-20 16:35:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-20 16:35:48 +0000
commit5e92c05be3e0b57fb3153ccf33cc49ec73d79d89 (patch)
tree42522c8e37b296e93b72a8a55d0bfa3af3bb51ba /shells/tcshrc
parentee0ba70428770cdd9ec11f0e508edde72f27f5e5 (diff)
downloadports-5e92c05be3e0b57fb3153ccf33cc49ec73d79d89.tar.gz
ports-5e92c05be3e0b57fb3153ccf33cc49ec73d79d89.zip
- Update to 1.6.2
PR: 131825 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=228732
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
+