diff options
author | swills <swills@FreeBSD.org> | 2017-08-18 23:53:33 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-08-18 23:53:33 +0800 |
commit | 16dbb10128a7fcc4b74019d4bd4e90994ca42a43 (patch) | |
tree | 7ad16bc10af2e2619537432f67786dab580c6709 | |
parent | 0a0e27b3b94dbb6ea6f9fa75149c73c2737b3ad3 (diff) | |
download | freebsd-ports-gnome-16dbb10128a7fcc4b74019d4bd4e90994ca42a43.tar.gz freebsd-ports-gnome-16dbb10128a7fcc4b74019d4bd4e90994ca42a43.tar.zst freebsd-ports-gnome-16dbb10128a7fcc4b74019d4bd4e90994ca42a43.zip |
security/govpn: Remove SF mirror and install NEWS.RU
PR: 220619 (with slight modification)
Submitted by: Sergey Matveev <stargrave@stargrave.org> (maintainer)
-rw-r--r-- | security/govpn/Makefile | 6 | ||||
-rw-r--r-- | security/govpn/files/patch-common.mk | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/security/govpn/Makefile b/security/govpn/Makefile index a11faaa7927b..6b63cf33cdc4 100644 --- a/security/govpn/Makefile +++ b/security/govpn/Makefile @@ -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 diff --git a/security/govpn/files/patch-common.mk b/security/govpn/files/patch-common.mk new file mode 100644 index 000000000000..66866dab015f --- /dev/null +++ b/security/govpn/files/patch-common.mk @@ -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 |