diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2021-07-13 11:01:12 +0200 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2021-07-13 11:07:26 +0200 |
commit | 3ed820108daf4b3f5b93d2eec85ce13d4bfed282 (patch) | |
tree | 97f49a35a917bee25bc495e5ad27b174e2d4e203 /dns | |
parent | e3163eef653972b7d044d3dc47769d0aa5b5494a (diff) | |
download | freebsd-ports-3ed820108daf4b3f5b93d2eec85ce13d4bfed282.zip |
devel/yaml-cpp: Update to 0.7.0
- Patch cmake include to actually work
- Bump PORTREVISION on consumers, testing shows it is not completely
binary compatible
Diffstat (limited to 'dns')
-rw-r--r-- | dns/powerdns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 112861731120..1ec13e3002ab 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -1,5 +1,6 @@ PORTNAME= powerdns DISTVERSION= 4.4.1 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} |