svn commit: r480383 - head/security/hamachi

Thomas Zander riggs at FreeBSD.org
Sat Sep 22 13:09:53 UTC 2018


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 at 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 at lapo.it
+MAINTAINER=	ports at 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


More information about the svn-ports-head mailing list