diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-10-03 19:02:37 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-10-03 19:02:37 +0800 |
commit | 07abb8f00c4dae0c45b0ad674d43a6f8ac988371 (patch) | |
tree | e028d12ce3c9554d76345ca1f456a843e40ebc91 /dns | |
parent | f0589646ba78da5e3295e7ccced51bc8dcfa859b (diff) | |
download | freebsd-ports-gnome-07abb8f00c4dae0c45b0ad674d43a6f8ac988371.tar.gz freebsd-ports-gnome-07abb8f00c4dae0c45b0ad674d43a6f8ac988371.tar.zst freebsd-ports-gnome-07abb8f00c4dae0c45b0ad674d43a6f8ac988371.zip |
- unbound was imported into base in r255597 with group 'unbound'. Chase
this and have the port also add a group to avoid mergemaster conflict
Approved by: maintainer timeout (via email)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 5b09d1bde667..a387a8dfc565 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -3,6 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.4.21 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -19,6 +20,7 @@ CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} USE_LDCONFIG= yes USERS= ${PORTNAME} +GROUPS= ${PORTNAME} USE_RC_SUBR= unbound |