diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2017-04-29 20:13:48 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2017-04-29 20:13:48 +0000 |
commit | a36372ce1055eb0d48014114424a17b3ba496b5d (patch) | |
tree | a23631173c93705daf9a11f5cba798db30e4cf45 | |
parent | net/py-ldap: update to 2.4.38 (diff) |
security/libressl: Bump static library consumers
Reported by: jbeich
Notes
Notes:
svn path=/head/; revision=439772
-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/ \ |