summaryrefslogtreecommitdiffstats
path: root/shells/tcsh
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-12-11 02:19:19 +0000
committersteve <steve@FreeBSD.org>2000-12-11 02:19:19 +0000
commitc99c8719e2ee1ad30c6ba78204f498a7d2a80204 (patch)
treed3e3b5fef4d64d181e39b09c4eaf66c7f04d6218 /shells/tcsh
parentcdf88881a473ad104b22d806faa52984d429c8ad (diff)
downloadFreeBSD-ports-c99c8719e2ee1ad30c6ba78204f498a7d2a80204.zip
FreeBSD-ports-c99c8719e2ee1ad30c6ba78204f498a7d2a80204.tar.gz
Update to version 6.10.00.
PR: 23078 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'shells/tcsh')
-rw-r--r--shells/tcsh/Makefile29
-rw-r--r--shells/tcsh/distinfo2
-rw-r--r--shells/tcsh/files/extra-patch-host.defs (renamed from shells/tcsh/files/patch-ad)0
3 files changed, 15 insertions, 16 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index bdf604d..65c19c2 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= tcsh
-PORTVERSION= 6.09.03
-PORTREVISION= 1
+PORTVERSION= 6.10.00
CATEGORIES= shells
-MASTER_SITES= ${MASTER_SITE_TCSH}
-DISTNAME= ${DISTNAME_TCSH}
+MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}
MAINTAINER= ports@FreeBSD.org
@@ -18,32 +17,30 @@ Y2K= ftp://ftp.astron.com/pub/tcsh/Y2K
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400021
+DISTFILES= # empty
NO_BUILD= yes
PLIST= ${PKGDIR}/pkg-plist.nobuild
-DISTFILES= # empty
-
-do-patch:
.else
-GNU_CONFIGURE= yes
+EXTRA_PATCHES= ${FILESDIR}/extra-patch-host.defs
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+GNU_CONFIGURE= yes
ALL_TARGET= all catalogs
-INSTALL_TARGET= install install.man
MAN1= tcsh.1
-MASTER_SITE_TCSH= http://www2.wbs.ne.jp/~znc/tcsh/
-DISTNAME_TCSH= ${PORTNAME}-${PORTVERSION}
+BINOWN= bin
+BINGRP= bin
.endif
.if ${OSVERSION} >= 400021
-pre-fetch:
+pre-everything:
@${ECHO_MSG} "This port is just for making symlink from /bin/tcsh"
@${ECHO_MSG} "to ${PREFIX}/bin/tcsh and updating /etc/shells."
do-install:
${LN} -sf /bin/tcsh ${PREFIX}/bin/tcsh
.else
-post-install:
- ${CHOWN} bin.bin ${PREFIX}/bin/tcsh
- ${CHOWN} bin.bin ${PREFIX}/man/man1/tcsh.1
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tcsh ${PREFIX}/bin/tcsh
+ ${INSTALL_MAN} ${WRKSRC}/tcsh.man ${MANPREFIX}/man/man1/tcsh.1
${INSTALL_DATA} ${WRKSRC}/tcsh.C.cat ${PREFIX}/share/nls/C/tcsh.cat
${INSTALL_DATA} ${WRKSRC}/tcsh.german.cat ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat
${LN} -sf ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_AT.ISO_8859-1/tcsh.cat
@@ -58,6 +55,8 @@ post-install:
${LN} -sf ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/fr_CH.ISO_8859-1/tcsh.cat
${INSTALL_DATA} ${WRKSRC}/tcsh.italian.cat ${PREFIX}/share/nls/it_IT.ISO_8859-1/tcsh.cat
.endif
+
+post-install:
@${ECHO} "Updating /etc/shells"
@${CP} /etc/shells /etc/shells.bak
@(${GREP} -v ${PREFIX}/bin/tcsh /etc/shells.bak; \
diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo
index d8538a2..9579f2d 100644
--- a/shells/tcsh/distinfo
+++ b/shells/tcsh/distinfo
@@ -1 +1 @@
-MD5 (tcsh-6.09.03.tar.gz) = 8fffe820e2cba4666f9a228ffffd65e5
+MD5 (tcsh-6.10.tar.gz) = f459c423074d85dfaa55439eb908a053
diff --git a/shells/tcsh/files/patch-ad b/shells/tcsh/files/extra-patch-host.defs
index c82572b..c82572b 100644
--- a/shells/tcsh/files/patch-ad
+++ b/shells/tcsh/files/extra-patch-host.defs
OpenPOWER on IntegriCloud