From owner-svn-ports-head@freebsd.org Fri Aug 18 15:53:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5EADDE96B3; Fri, 18 Aug 2017 15:53:34 +0000 (UTC) (envelope-from swills@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 mx1.freebsd.org (Postfix) with ESMTPS id 93E0B6987C; Fri, 18 Aug 2017 15:53:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7IFrXC3001619; Fri, 18 Aug 2017 15:53:33 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7IFrXaJ001617; Fri, 18 Aug 2017 15:53:33 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201708181553.v7IFrXaJ001617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 18 Aug 2017 15:53:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448242 - in head/security/govpn: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/security/govpn: . files X-SVN-Commit-Revision: 448242 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2017 15:53:34 -0000 Author: swills Date: Fri Aug 18 15:53:33 2017 New Revision: 448242 URL: https://svnweb.freebsd.org/changeset/ports/448242 Log: security/govpn: Remove SF mirror and install NEWS.RU PR: 220619 (with slight modification) Submitted by: Sergey Matveev (maintainer) Added: head/security/govpn/files/ head/security/govpn/files/patch-common.mk (contents, props changed) Modified: head/security/govpn/Makefile Modified: head/security/govpn/Makefile ============================================================================== --- head/security/govpn/Makefile Fri Aug 18 15:36:38 2017 (r448241) +++ head/security/govpn/Makefile Fri Aug 18 15:53:33 2017 (r448242) @@ -3,9 +3,9 @@ PORTNAME= govpn PORTVERSION= 7.3 +PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://www.govpn.info/download/ \ - http://sourceforge.net/projects/govpn/files/ +MASTER_SITES= http://www.govpn.info/download/ MAINTAINER= stargrave@stargrave.org COMMENT= Simple secure, DPI-resistant VPN daemon @@ -18,7 +18,7 @@ BUILD_DEPENDS= go:lang/go USES= tar:xz MAKEFILE= BSDmakefile -PORTDOCS= AUTHORS INSTALL NEWS README THANKS README.RU +PORTDOCS= AUTHORS INSTALL NEWS NEWS.RU README README.RU THANKS INFO= govpn INSTALL_TARGET= install-strip Added: head/security/govpn/files/patch-common.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/govpn/files/patch-common.mk Fri Aug 18 15:53:33 2017 (r448242) @@ -0,0 +1,11 @@ +--- common.mk.orig 2017-08-18 15:46:39 UTC ++++ common.mk +@@ -38,7 +38,7 @@ install: all doc + cp -f utils/newclient.sh $(SHAREDIR) + chmod 755 $(SHAREDIR)/newclient.sh + mkdir -p $(DOCDIR) +- cp -f -L AUTHORS INSTALL NEWS README README.RU THANKS $(DOCDIR) ++ cp -f -L AUTHORS INSTALL NEWS NEWS.RU README README.RU THANKS $(DOCDIR) + chmod 644 $(DOCDIR)/* + + install-strip: install