diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-15 15:25:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-15 15:25:03 +0800 |
commit | ce43bab483a85d84a1d16c2ca34de5572310fd7e (patch) | |
tree | e167301601be522e0c1469a516e4daba3cc8ece2 /misc/tpp | |
parent | f0f5d9c4ad5584c0aa2db27fa3085d232edf6cb4 (diff) | |
download | freebsd-ports-gnome-ce43bab483a85d84a1d16c2ca34de5572310fd7e.tar.gz freebsd-ports-gnome-ce43bab483a85d84a1d16c2ca34de5572310fd7e.tar.zst freebsd-ports-gnome-ce43bab483a85d84a1d16c2ca34de5572310fd7e.zip |
Upgrade to 1.3
Diffstat (limited to 'misc/tpp')
-rw-r--r-- | misc/tpp/Makefile | 2 | ||||
-rw-r--r-- | misc/tpp/distinfo | 6 | ||||
-rw-r--r-- | misc/tpp/files/patch-Makefile | 11 |
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." |