Index: head/net/hanstunnel/Makefile =================================================================== --- head/net/hanstunnel/Makefile (revision 464966) +++ head/net/hanstunnel/Makefile (revision 464967) @@ -1,30 +1,29 @@ # Created by: Alexander Panyushkin # $FreeBSD$ PORTNAME= hans -PORTVERSION= 0.4.4 +DISTVERSION= 1.0 CATEGORIES= net security MASTER_SITES= SF/hanstunnel/source MAINTAINER= vsityz@gmail.com COMMENT= Hans makes it possible to tunnel IPv4 through ICMP LICENSE= FPL GPLv3+ LICENSE_COMB= multi LICENSE_NAME_FPL=Freeware Public License LICENSE_FILE_FPL=${WRKSRC}/src/sha1_license.txt LICENSE_PERMS_FPL=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= dos2unix DOS2UNIX_FILES= ${LICENSE_FILE_FPL} MAKE_ARGS= GCC="${CC}" GPP="${CXX}" \ - CFLAGS="${CFLAGS} -c" LDFLAGS="${LDFLAGS}" \ - TUN_DEV_FILE="src/tun_dev_freebsd.c" + CFLAGS="${CFLAGS} -c" LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/hans TARGET_ORDER_OVERRIDE= 040:dos2unix # Fix formatting for 050:ask-license MAKE_JOBS_UNSAFE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hans ${STAGEDIR}${PREFIX}/bin .include Index: head/net/hanstunnel/distinfo =================================================================== --- head/net/hanstunnel/distinfo (revision 464966) +++ head/net/hanstunnel/distinfo (revision 464967) @@ -1,2 +1,3 @@ -SHA256 (hans-0.4.4.tar.gz) = 81378258b8c9510ac01ad4d69f191e2927b9304daae033ee097f6ba4d39f6bb3 -SIZE (hans-0.4.4.tar.gz) = 33992 +TIMESTAMP = 1517917910 +SHA256 (hans-1.0.tar.gz) = f8f70cf22ba14d9223695c9e9a2d75289d8360f61f533b83ee538836f29a458e +SIZE (hans-1.0.tar.gz) = 36702 Index: head/net/hanstunnel/files/patch-src_tun.cpp =================================================================== --- head/net/hanstunnel/files/patch-src_tun.cpp (revision 464966) +++ head/net/hanstunnel/files/patch-src_tun.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/tun.cpp.orig 2014-02-07 03:36:31 UTC -+++ src/tun.cpp -@@ -20,7 +20,7 @@ - #include "tun.h" - #include "exception.h" - #include "utility.h" -- -+#include - #include - #include - #include Property changes on: head/net/hanstunnel/files/patch-src_tun.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/hanstunnel/files/patch-src_echo.cpp =================================================================== --- head/net/hanstunnel/files/patch-src_echo.cpp (revision 464966) +++ head/net/hanstunnel/files/patch-src_echo.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/echo.cpp.orig 2014-02-07 03:36:31 UTC -+++ src/echo.cpp -@@ -19,7 +19,7 @@ - - #include "echo.h" - #include "exception.h" -- -+#include - #include - #include - #include Property changes on: head/net/hanstunnel/files/patch-src_echo.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property