diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-01 20:32:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-01 20:32:46 +0800 |
commit | 9f09f791205c8be117f81c2e11aa0c63d52836b2 (patch) | |
tree | 920a24e056013e01aac3aa23d1061f10f731697b | |
parent | 8325c783acac8a0eaf80395e1201bbfd3a4829bb (diff) | |
download | freebsd-ports-gnome-9f09f791205c8be117f81c2e11aa0c63d52836b2.tar.gz freebsd-ports-gnome-9f09f791205c8be117f81c2e11aa0c63d52836b2.tar.zst freebsd-ports-gnome-9f09f791205c8be117f81c2e11aa0c63d52836b2.zip |
security/libressl: chase r432997 in static lib consumers
Pointy hat to: brnrd
-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 b1098be10d14..10c3e4239c32 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -2,7 +2,7 @@ PORTNAME= openntpd PORTVERSION= 6.0p1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= OPENBSD/OpenNTPD diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index 35eb3a7233e1..355b2c782b76 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -4,6 +4,7 @@ PORTNAME= acme-client PORTVERSION= 0.1.15 DISTVERSIONPREFIX= portable- +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://kristaps.bsd.lv/${PORTNAME}/snapshots/ \ LOCAL/brnrd |