1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Update to 1.0.6

Thanks to:      Andreas Kohn.
This commit is contained in:
Martin Wilke 2007-04-26 20:08:18 +00:00
parent 6fba8aba61
commit 5d11ed006d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190956
3 changed files with 15 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= miredo
PORTVERSION= 0.9.8
PORTVERSION= 1.0.6
CATEGORIES= net ipv6
MASTER_SITES= http://www.remlab.net/files/miredo/
@ -16,7 +16,6 @@ COMMENT= Opensource Teredo (IPv6 tunneling) implementation
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
USE_GETOPT_LONG= yes
USE_LDCONFIG= yes
MAN1= teredo-mire.1
@ -44,8 +43,4 @@ PLIST_SUB= NLS="@comment "
BROKEN= Does not compile on sparc64
.endif
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (miredo-0.9.8.tar.bz2) = a46c6ceb51f09df96c5be37c248e704a
SHA256 (miredo-0.9.8.tar.bz2) = 103469e039cdf8f921055523953cea0df9cc30b64e32b4299f195fc25008cff6
SIZE (miredo-0.9.8.tar.bz2) = 441803
MD5 (miredo-1.0.6.tar.bz2) = fbb16be1583a7ff1c0f904a820a819f0
SHA256 (miredo-1.0.6.tar.bz2) = 41e49b1cb97199c17e4d087f9728059316be81bb1846880fae87937f96b195e8
SIZE (miredo-1.0.6.tar.bz2) = 443812

View File

@ -3,23 +3,28 @@ sbin/miredo
sbin/miredo-server
sbin/miredo-checkconf
sbin/isatapd
lib/libteredo.so.2
lib/libteredo.so.3
lib/libteredo.a
lib/libteredo.la
lib/libteredo.so
lib/libtun6.so.1
lib/libtun6.a
lib/libtun6.la
lib/libtun6.so
include/libteredo/teredo.h
include/libteredo/teredo-udp.h
include/libteredo/tunnel.h
include/libtun6/tun6.h
@unexec [ -f %%TARGETDIR%%/etc/miredo.conf ] && cmp -s %%TARGETDIR%%/etc/miredo.conf %%TARGETDIR%%/etc/miredo.conf-dist && rm %%TARGETDIR%%/etc/miredo.conf || exit 0
etc/miredo.conf-dist
@unexec [ -f %%TARGETDIR%%/etc/miredo.conf ] && cmp -s %%TARGETDIR%%/etc/miredo.conf %%DOCSDIR%%/examples/miredo.conf && rm %%TARGETDIR%%/etc/miredo.conf || exit 0
etc/miredo.conf
@exec [ -f %B/miredo.conf ] || cp %F %B/miredo.conf
etc/miredo-server.conf-dist
etc/isatapd.conf-dist
%%DOCSDIR%%/examples/isatapd.conf
%%DOCSDIR%%/examples/miredo-server.conf
%%DOCSDIR%%/examples/miredo.conf
%%NLS%%share/locale/en/LC_MESSAGES/miredo.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/miredo.mo
%%NLS%%share/locale/fr/LC_MESSAGES/miredo.mo
@dirrm include/libteredo
@dirrm %%DOCSDIR%%/examples
@dirrm %%DOCSDIR%%
@dirrm include/libtun6
@dirrm include/libteredo