svn commit: r448242 - in head/security/govpn: . files
Steve Wills
swills at FreeBSD.org
Fri Aug 18 15:53:34 UTC 2017
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 at 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 at 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
More information about the svn-ports-head
mailing list