diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 5 | ||||
-rw-r--r-- | shells/tcsh/distinfo | 2 | ||||
-rw-r--r-- | shells/tcsh/files/extra-patch-host.defs | 16 | ||||
-rw-r--r-- | shells/tcsh/files/patch-aa | 9 |
4 files changed, 12 insertions, 20 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 72810c153335..6201a28f40ab 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -6,9 +6,9 @@ # PORTNAME= tcsh -PORTVERSION= 6.10.00 +PORTVERSION= 6.11.00 CATEGORIES= shells -MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ +MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ DISTNAME= ${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org @@ -19,7 +19,6 @@ DISTFILES= # empty NO_BUILD= yes PLIST= ${PKGDIR}/pkg-plist.nobuild .else -EXTRA_PATCHES= ${FILESDIR}/extra-patch-host.defs WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes ALL_TARGET= all catalogs diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index 9579f2d38803..afd9827b1fe5 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -1 +1 @@ -MD5 (tcsh-6.10.tar.gz) = f459c423074d85dfaa55439eb908a053 +MD5 (tcsh-6.11.tar.gz) = 8c04d53162a896b53d751bfa041cdeb6 diff --git a/shells/tcsh/files/extra-patch-host.defs b/shells/tcsh/files/extra-patch-host.defs deleted file mode 100644 index c82572be82ff..000000000000 --- a/shells/tcsh/files/extra-patch-host.defs +++ /dev/null @@ -1,16 +0,0 @@ ---- host.defs.old Fri Jul 21 14:49:18 2000 -+++ host.defs Fri Jul 21 14:50:28 2000 -@@ -499,10 +499,12 @@ - - newdef : defined(__FreeBSD__) - comment : FreeBSD -+vendor : defined(__alpha) : "digital" - vendor : defined(M_intel) : "intel" - hosttype: : "FreeBSD" - ostype : : "FreeBSD" --machtype: : "i386" -+machtype: defined(__alpha) : "alpha" -+machtype: defined(M_i386) : "i386" - enddef : - - diff --git a/shells/tcsh/files/patch-aa b/shells/tcsh/files/patch-aa new file mode 100644 index 000000000000..3ce608b7648b --- /dev/null +++ b/shells/tcsh/files/patch-aa @@ -0,0 +1,9 @@ +--- nls/Makefile.old Fri Sep 7 10:03:11 2001 ++++ nls/Makefile Fri Sep 7 10:03:21 2001 +@@ -1,5 +1,5 @@ + +-SUBDIRS= C et finnish french german greek italian ja pl russian \ ++SUBDIRS= C et finnish french german greek italian ja russian \ + spanish ukrainian + #GENCAT= gencat -new + GENCAT= gencat |