Date: Sat, 10 Feb 2007 10:58:09 -0200 From: "Marcelo Araujo" <araujo@bsdmail.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/109018: [Update Version] net/miredo to 1.0.6 Message-ID: <1171112289.24883@reloaded.freebsd.org> Resent-Message-ID: <200702101300.l1AD0LZS091743@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109018 >Category: ports >Synopsis: [Update Version] net/miredo to 1.0.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 10 13:00:20 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Marcelo Araujo >Release: FreeBSD 6.2-STABLE i386 >Organization: BSD EXPERIENCE >Environment: System: FreeBSD 6.2-STABLE #0: Thu Feb 1 13:51:30 BRST 2007 araujo@reloaded.freebsd.org:/usr/obj/usr/src/sys/RELOADED >Description: - update version to 1.0.6 >How-To-Repeat: >Fix: --- miredo.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/miredo/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 11 Sep 2006 07:52:13 -0000 1.2 +++ Makefile 10 Feb 2007 12:47:41 -0000 @@ -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/ @@ -40,6 +40,9 @@ .include <bsd.port.pre.mk> +.if !defined(NOPORTDOCS) +PORTDOCS= * +.endif .if ${ARCH} == sparc64 BROKEN= Does not compile on sparc64 .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/miredo/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 13 Aug 2006 19:39:24 -0000 1.1 +++ distinfo 10 Feb 2007 12:47:41 -0000 @@ -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 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/miredo/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 13 Aug 2006 19:39:24 -0000 1.1 +++ pkg-plist 10 Feb 2007 12:47:41 -0000 @@ -3,23 +3,24 @@ sbin/miredo-server sbin/miredo-checkconf sbin/isatapd -lib/libteredo.so.2 lib/libteredo.la lib/libteredo.so +lib/libteredo.so.3 +lib/libteredo.a lib/libtun6.so.1 lib/libtun6.la lib/libtun6.so +lib/libtun6.a +etc/miredo.conf 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 @exec [ -f %B/miredo.conf ] || cp %F %B/miredo.conf -etc/miredo-server.conf-dist -etc/isatapd.conf-dist %%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 include/libtun6 +@dirrm %%DOCSDIR%% --- miredo.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1171112289.24883>