diff options
author | feld <feld@FreeBSD.org> | 2014-06-05 05:10:18 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-06-05 05:10:18 +0800 |
commit | f263749636e7c1bbf0f15c3434bf3db87d8b685f (patch) | |
tree | 2c2316572c7ab20f6c9feb68667c1721d9817136 /dns/dnscrypt-proxy/Makefile | |
parent | 8f792b6a23146fc2a04d205270b928faf31d4dad (diff) | |
download | freebsd-ports-gnome-f263749636e7c1bbf0f15c3434bf3db87d8b685f.tar.gz freebsd-ports-gnome-f263749636e7c1bbf0f15c3434bf3db87d8b685f.tar.zst freebsd-ports-gnome-f263749636e7c1bbf0f15c3434bf3db87d8b685f.zip |
Update to 1.4.0
Add _dnscrypt-proxy user
PR: 190406
Approved by: maintainer
Diffstat (limited to 'dns/dnscrypt-proxy/Makefile')
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index fcb260029889..41eed493f01d 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.0 CATEGORIES= dns MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ http://www.dns-lab.com/downloads/dnscrypt-proxy/ @@ -10,6 +10,8 @@ MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ MAINTAINER= freebsd@dns-lab.com COMMENT= Boost privacy and security of DNS +LICENSE= MIT + LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libsodium.so:${PORTSDIR}/security/libsodium @@ -20,6 +22,8 @@ SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} +USERS= _dnscrypt-proxy + PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \ README-PLUGINS.markdown README-WINDOWS.markdown \ README.markdown TECHNOTES THANKS |