diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-27 08:15:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-27 08:15:59 +0000 |
commit | 9ec47ffb5c991a63079abe7139489a4ad037c516 (patch) | |
tree | 99756e37ca4c2811b705daeaa912d4fd8ae8e5fb /net/tacshell | |
parent | 26876c0570e80afc963599329145919e1be28047 (diff) | |
download | ports-9ec47ffb5c991a63079abe7139489a4ad037c516.tar.gz ports-9ec47ffb5c991a63079abe7139489a4ad037c516.zip |
- Update to version 0.91
Notes
Notes:
svn path=/head/; revision=110116
Diffstat (limited to 'net/tacshell')
-rw-r--r-- | net/tacshell/Makefile | 2 | ||||
-rw-r--r-- | net/tacshell/distinfo | 4 | ||||
-rw-r--r-- | net/tacshell/files/patch-Makefile.in | 9 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net/tacshell/Makefile b/net/tacshell/Makefile index dfab4d911721..ba81792ea217 100644 --- a/net/tacshell/Makefile +++ b/net/tacshell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tacshell -PORTVERSION= 0.9 +PORTVERSION= 0.91 CATEGORIES= net MASTER_SITES= http://www.rezrov.net/software/ diff --git a/net/tacshell/distinfo b/net/tacshell/distinfo index 23330186d0c3..e127ce1e8717 100644 --- a/net/tacshell/distinfo +++ b/net/tacshell/distinfo @@ -1,2 +1,2 @@ -MD5 (tacshell-0.9.tar.gz) = 4eabc8118640c9d09d2d32344a5dc1b5 -SIZE (tacshell-0.9.tar.gz) = 54957 +MD5 (tacshell-0.91.tar.gz) = 6cad05a93aa3f56cafd8b6d4eb48684a +SIZE (tacshell-0.91.tar.gz) = 56453 diff --git a/net/tacshell/files/patch-Makefile.in b/net/tacshell/files/patch-Makefile.in index 5d1cb3072aa0..557ff43530fc 100644 --- a/net/tacshell/files/patch-Makefile.in +++ b/net/tacshell/files/patch-Makefile.in @@ -1,9 +1,12 @@ ---- Makefile.in.orig Fri Jun 13 22:24:04 2003 -+++ Makefile.in Fri Jun 13 22:24:17 2003 + +$FreeBSD$ + +--- Makefile.in.orig Thu May 27 10:12:14 2004 ++++ Makefile.in Thu May 27 10:12:34 2004 @@ -22,7 +22,7 @@ install: all $(INSTALL) -o root -m 555 tacshell $(PREFIX)/bin/tacshell - mkdir -p -m 755 /usr/local/etc + mkdir -p -m 755 $(PREFIX)/etc - $(INSTALL_DATA) -o root tacshell.conf-example $(PREFIX)/etc/tacshell.conf-example + $(INSTALL_DATA) -o root tacshell.conf-example $(PREFIX)/etc/tacshell.conf.sample |