Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2017 15:53:33 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448242 - in head/security/govpn: . files
Message-ID:  <201708181553.v7IFrXaJ001617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <stargrave@stargrave.org> (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



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