Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2018 13:09:52 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480383 - head/security/hamachi
Message-ID:  <201809221309.w8MD9q9s097196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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