aboutsummaryrefslogtreecommitdiff
path: root/security/doas
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2017-02-22 14:52:56 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2017-02-22 14:52:56 +0000
commit3388f3de0822b5e2dfad0f45bf94490498b4787f (patch)
treed51d1b0ffa33a3f24b2bf5e204874897a07713ed /security/doas
parent83cb6684b65e5340d3747bcb3fb916e1b08830af (diff)
downloadports-3388f3de0822b5e2dfad0f45bf94490498b4787f.tar.gz
ports-3388f3de0822b5e2dfad0f45bf94490498b4787f.zip
Notes
Diffstat (limited to 'security/doas')
-rw-r--r--security/doas/Makefile9
-rw-r--r--security/doas/distinfo6
-rw-r--r--security/doas/files/pkg-message.in2
3 files changed, 9 insertions, 8 deletions
diff --git a/security/doas/Makefile b/security/doas/Makefile
index 6bd8d6a12ab3..1fafe2ccff62 100644
--- a/security/doas/Makefile
+++ b/security/doas/Makefile
@@ -1,23 +1,24 @@
# $FreeBSD$
PORTNAME= doas
-PORTVERSION= 5.9p7
+PORTVERSION= 6.0p0
CATEGORIES= security
MAINTAINER= jsmith@resonatingmedia.com
COMMENT= Simple sudo alternative to run commands as another user
-LICENSE= ISCL
+LICENSE= BSD2CLAUSE ISCL
+LICENSE_COMB= multi
+LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE
+LICENSE_FILE_ISCL= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= slicer69
GH_PROJECT= doas
-GH_TAGNAME= a15e6ed
USES= gmake
BINMODE= 4755
-ETCDIR= ${PREFIX}/etc
SUB_FILES= pkg-message
PLIST_FILES= bin/doas \
diff --git a/security/doas/distinfo b/security/doas/distinfo
index 570bd28ff410..3e37d437a5c8 100644
--- a/security/doas/distinfo
+++ b/security/doas/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481094025
-SHA256 (slicer69-doas-5.9p7-a15e6ed_GH0.tar.gz) = dbc6da18619acb168e2951751e1431971d0ec11db1cd6bbfaed7c7f9e1f2557d
-SIZE (slicer69-doas-5.9p7-a15e6ed_GH0.tar.gz) = 15573
+TIMESTAMP = 1487632696
+SHA256 (slicer69-doas-6.0p0_GH0.tar.gz) = bb27019da7323728533de965b51a3cbf97d68eb8d53626bb2a626dcf05a24e84
+SIZE (slicer69-doas-6.0p0_GH0.tar.gz) = 16775
diff --git a/security/doas/files/pkg-message.in b/security/doas/files/pkg-message.in
index 53362267ea80..3c29187e1d84 100644
--- a/security/doas/files/pkg-message.in
+++ b/security/doas/files/pkg-message.in
@@ -1,7 +1,7 @@
============================================================
To use doas,
-%%ETCDIR%%/doas.conf
+%%PREFIX%%/etc/doas.conf
must be created.