diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-14 21:37:21 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-14 21:37:21 +0800 |
commit | d11ddc7ae8c297d6d0ecd4572c9d779a734c3118 (patch) | |
tree | 9a0acced789f80088de58166c1bd308cd5f43aaf /misc/ipbt | |
parent | de55387aa4d2cf91301980563c50f0a9acaaad43 (diff) | |
download | freebsd-ports-gnome-d11ddc7ae8c297d6d0ecd4572c9d779a734c3118.tar.gz freebsd-ports-gnome-d11ddc7ae8c297d6d0ecd4572c9d779a734c3118.tar.zst freebsd-ports-gnome-d11ddc7ae8c297d6d0ecd4572c9d779a734c3118.zip |
- Update to r7286
- Add backup MASTER_SITES
- Remove IGNORE on FreeBSD 4.x, it's no longer need.
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Approved by: maintainer
Diffstat (limited to 'misc/ipbt')
-rw-r--r-- | misc/ipbt/Makefile | 13 | ||||
-rw-r--r-- | misc/ipbt/distinfo | 6 |
2 files changed, 7 insertions, 12 deletions
diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile index 5456a53c1150..8ab60500343d 100644 --- a/misc/ipbt/Makefile +++ b/misc/ipbt/Makefile @@ -6,9 +6,10 @@ # PORTNAME= ipbt -DISTVERSION= r7274 +DISTVERSION= r7286 CATEGORIES= misc -MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ +MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \ + http://freebsd.unixfreunde.de/sources/ MAINTAINER= matt_mills@btopenworld.com COMMENT= A high-tech ttyrec player with improvements over ttyplay @@ -18,12 +19,6 @@ USE_PERL5= yes ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= requires mbrtowc() and wcrtomb() -.endif - post-patch: @${REINPLACE_CMD} -e '1s|.*|#!${PERL} -w|' ${WRKSRC}/sbcsgen.pl @${REINPLACE_CMD} -e 's|perl|${PERL}|' ${WRKSRC}/${MAKEFILE} @@ -33,4 +28,4 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ttydump ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ttygrep ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/ipbt/distinfo b/misc/ipbt/distinfo index 9a75e9e3570a..2721fa91e0fc 100644 --- a/misc/ipbt/distinfo +++ b/misc/ipbt/distinfo @@ -1,3 +1,3 @@ -MD5 (ipbt-r7274.tar.gz) = 4df16cdb0458749f5d44c8c35a896401 -SHA256 (ipbt-r7274.tar.gz) = bf8cb81806b57a1cdb1da42c0592b28af684b5f22416f4f38da0462d02156cb7 -SIZE (ipbt-r7274.tar.gz) = 166910 +MD5 (ipbt-r7286.tar.gz) = 16a2285d9e48f14abcf3c3ad1bb8aadb +SHA256 (ipbt-r7286.tar.gz) = e51df09af0488417b4a05f1ad8adf1dde4967118edf4fb2b555adca457e6bb02 +SIZE (ipbt-r7286.tar.gz) = 166918 |