Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 23:06:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464967 - in head/net/hanstunnel: . files
Message-ID:  <201803182306.w2IN6ZiK064211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Mar 18 23:06:35 2018
New Revision: 464967
URL: https://svnweb.freebsd.org/changeset/ports/464967

Log:
  net/hanstunnel: Update to 1.0
  
  Port changes:
  * Change to DISTVERSION
  * Remove TUN_DEV_FILE from MAKE_ARGS
  * Remove patches
  
  PR:		226283
  Submitted by:	owk <freebsd_ports@k-worx.org>
  Approved by:	maintainer's timeout (17 days, vsityz@gmail.com)

Deleted:
  head/net/hanstunnel/files/patch-src_echo.cpp
  head/net/hanstunnel/files/patch-src_tun.cpp
Modified:
  head/net/hanstunnel/Makefile
  head/net/hanstunnel/distinfo

Modified: head/net/hanstunnel/Makefile
==============================================================================
--- head/net/hanstunnel/Makefile	Sun Mar 18 22:59:34 2018	(r464966)
+++ head/net/hanstunnel/Makefile	Sun Mar 18 23:06:35 2018	(r464967)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hans
-PORTVERSION=	0.4.4
+DISTVERSION=	1.0
 CATEGORIES=	net security
 MASTER_SITES=	SF/hanstunnel/source
 
@@ -18,8 +18,7 @@ LICENSE_PERMS_FPL=dist-mirror dist-sell pkg-mirror pkg
 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

Modified: head/net/hanstunnel/distinfo
==============================================================================
--- head/net/hanstunnel/distinfo	Sun Mar 18 22:59:34 2018	(r464966)
+++ head/net/hanstunnel/distinfo	Sun Mar 18 23:06:35 2018	(r464967)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803182306.w2IN6ZiK064211>