diff options
author | brnrd <brnrd@FreeBSD.org> | 2017-04-30 04:13:48 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2017-04-30 04:13:48 +0800 |
commit | c1ca62ca81d6624e9ae4584f2ccda838bc858d84 (patch) | |
tree | a23631173c93705daf9a11f5cba798db30e4cf45 | |
parent | 44355f1ed0570af61dd0f76bceb8702a21f329c3 (diff) | |
download | freebsd-ports-gnome-c1ca62ca81d6624e9ae4584f2ccda838bc858d84.tar.gz freebsd-ports-gnome-c1ca62ca81d6624e9ae4584f2ccda838bc858d84.tar.zst freebsd-ports-gnome-c1ca62ca81d6624e9ae4584f2ccda838bc858d84.zip |
security/libressl: Bump static library consumers
Reported by: jbeich
-rw-r--r-- | net/openntpd/Makefile | 2 | ||||
-rw-r--r-- | security/acme-client/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index 52deebfb3999..9dc8c7cd5ee5 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -2,7 +2,7 @@ PORTNAME= openntpd PORTVERSION= 6.0p1 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= OPENBSD/OpenNTPD diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index 18881cdcd24d..a287f4a0d69a 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -3,6 +3,7 @@ PORTNAME= acme-client PORTVERSION= 0.1.16 +PORTREVISION= 1 DISTVERSIONPREFIX= portable- CATEGORIES= security MASTER_SITES= https://kristaps.bsd.lv/${PORTNAME}/snapshots/ \ |