From owner-svn-ports-all@freebsd.org Sat Sep 22 13:09:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD4371097D2B; Sat, 22 Sep 2018 13:09:52 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 76E3F71FC0; Sat, 22 Sep 2018 13:09:52 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62E541C3EB; Sat, 22 Sep 2018 13:09:52 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8MD9qXN097197; Sat, 22 Sep 2018 13:09:52 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8MD9q9s097196; Sat, 22 Sep 2018 13:09:52 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201809221309.w8MD9q9s097196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 22 Sep 2018 13:09:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480383 - head/security/hamachi X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/security/hamachi X-SVN-Commit-Revision: 480383 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2018 13:09:53 -0000 Author: riggs Date: Sat Sep 22 13:09:51 2018 New Revision: 480383 URL: https://svnweb.freebsd.org/changeset/ports/480383 Log: Reset maintainer While on it: - Pet portlint PR: 231360 Submitted by: lapo@lapo.it (maintainer) Modified: head/security/hamachi/Makefile Modified: head/security/hamachi/Makefile ============================================================================== --- head/security/hamachi/Makefile Sat Sep 22 13:01:38 2018 (r480382) +++ head/security/hamachi/Makefile Sat Sep 22 13:09:51 2018 (r480383) @@ -4,21 +4,22 @@ PORTNAME= hamachi DISTVERSION= 0.9.9.9-20 DISTVERSIONSUFFIX= -lnx +PORTREVISION= 1 CATEGORIES= security linux MASTER_SITES= http://files.hamachi.cc/linux/ PKGNAMEPREFIX= linux- -MAINTAINER= lapo@lapo.it +MAINTAINER= ports@FreeBSD.org COMMENT= Fast, secure, simple VPN software with NAT-traversal BROKEN= fails to patch with upx 3.94 +ONLY_FOR_ARCHS= amd64 i386 PATCH_DEPENDS= upx:archivers/upx -ONLY_FOR_ARCHS= i386 amd64 USES= linux - USE_RC_SUBR= hamachi + PLIST_FILES= bin/hamachi bin/hamachi-init sbin/hamachi-tuncfg PORTDOCS= README CHANGES MAKE_ENV= HAMACHI_DST=${STAGEDIR}${PREFIX}/bin TUNCFG_DST=${STAGEDIR}${PREFIX}/sbin