summaryrefslogtreecommitdiff
path: root/misc/tpp
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-11-15 07:25:03 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-11-15 07:25:03 +0000
commit3af50cd74e583c07edde285fa891e8685642d1fc (patch)
tree6c094143120130baf8a305058f51531c90b20e8e /misc/tpp
parentFeh. Revert previous commit. Apparently 4.x make(1) doesn't (diff)
Upgrade to 1.3
Notes
Notes: svn path=/head/; revision=148326
Diffstat (limited to 'misc/tpp')
-rw-r--r--misc/tpp/Makefile2
-rw-r--r--misc/tpp/distinfo6
-rw-r--r--misc/tpp/files/patch-Makefile11
3 files changed, 15 insertions, 4 deletions
diff --git a/misc/tpp/Makefile b/misc/tpp/Makefile
index 88d224bea88e..1d7448c6a5fc 100644
--- a/misc/tpp/Makefile
+++ b/misc/tpp/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= tpp
-PORTVERSION= 1.2
+PORTVERSION= 1.3
CATEGORIES= misc
MASTER_SITES= http://synflood.at/tpp/
diff --git a/misc/tpp/distinfo b/misc/tpp/distinfo
index 06900d697e74..86d3b44d063c 100644
--- a/misc/tpp/distinfo
+++ b/misc/tpp/distinfo
@@ -1,3 +1,3 @@
-MD5 (tpp-1.2.tar.gz) = e82612eadfe6df77e20274f8af7960cf
-SHA256 (tpp-1.2.tar.gz) = 69cc6c268dee219b51cfa746ed0b9d90ad460336e01490e39f932e2b6143171c
-SIZE (tpp-1.2.tar.gz) = 37009
+MD5 (tpp-1.3.tar.gz) = e83bc5f578418fa3c1726b69b0535edb
+SHA256 (tpp-1.3.tar.gz) = 94fb2540c48d50c8ec16d6ca8da6fd6a3edc2e79a640cdf26d596d1323dce783
+SIZE (tpp-1.3.tar.gz) = 38815
diff --git a/misc/tpp/files/patch-Makefile b/misc/tpp/files/patch-Makefile
new file mode 100644
index 000000000000..0a8f9cd50fdd
--- /dev/null
+++ b/misc/tpp/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- /work/a/ports/misc/tpp/work/tpp-1.3/Makefile.orig Tue Nov 15 06:41:52 2005
++++ /work/a/ports/misc/tpp/work/tpp-1.3/Makefile Tue Nov 15 06:42:17 2005
+@@ -6,7 +6,7 @@
+ prefix=/usr/local
+ INSPATH= $(prefix)/bin/
+ DOCPATH = $(prefix)/share/doc/tpp
+-MANPATH = $(prefix)/share/man/man1
++MANPATH = $(prefix)/man/man1
+
+ all:
+ @echo "TPP doesn't need to be built. Run \`make install' in order to install it."