diff options
author | miwi <miwi@FreeBSD.org> | 2007-05-28 06:31:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-05-28 06:31:25 +0800 |
commit | d55e71c2735053b1bfe3801d489bdf5afa56e4fe (patch) | |
tree | 11590354fd88098bfa6dfb151b7cbea7ac03d5c9 /misc | |
parent | 58190534ac840debcc5f66155c3477b2dcb44dc9 (diff) | |
download | freebsd-ports-gnome-d55e71c2735053b1bfe3801d489bdf5afa56e4fe.tar.gz freebsd-ports-gnome-d55e71c2735053b1bfe3801d489bdf5afa56e4fe.tar.zst freebsd-ports-gnome-d55e71c2735053b1bfe3801d489bdf5afa56e4fe.zip |
- Update to r7471
PR: 112354
Submitted by: Matt Mills<matt_mills@btopenworld.com> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ipbt/Makefile | 5 | ||||
-rw-r--r-- | misc/ipbt/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile index f65ab13c8772..e65e459d07e2 100644 --- a/misc/ipbt/Makefile +++ b/misc/ipbt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipbt -DISTVERSION= r7379 +DISTVERSION= r7471 CATEGORIES= misc MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \ http://freebsd.unixfreunde.de/sources/ @@ -14,7 +14,7 @@ MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \ MAINTAINER= matt_mills@btopenworld.com COMMENT= A high-tech ttyrec player with improvements over ttyplay -BROKEN= Size mismatch +MAN1= ipbt.1 USE_PERL5= yes @@ -29,5 +29,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ttydump ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ttygrep ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ipbt.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/misc/ipbt/distinfo b/misc/ipbt/distinfo index 23822b591e6a..139ec0ffbb0e 100644 --- a/misc/ipbt/distinfo +++ b/misc/ipbt/distinfo @@ -1,3 +1,3 @@ -MD5 (ipbt-r7379.tar.gz) = 5cecbb3449c1df18baef5fd7841b9d5e -SHA256 (ipbt-r7379.tar.gz) = 3628a4cfb3e8f4c776e036703b72701f84c859b5f312989630dc7fe6e4fd1edf -SIZE (ipbt-r7379.tar.gz) = 166939 +MD5 (ipbt-r7471.tar.gz) = 0889a804ef1b8c468211df303c6d8a58 +SHA256 (ipbt-r7471.tar.gz) = c816f8bd3cb6d80d3a060f4c0528d7f40a1fa965cfa44f3b36d930fdd30d3b71 +SIZE (ipbt-r7471.tar.gz) = 177244 |