From b70a42efd7e17d3a24ef721756826755efb2e9c3 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Thu, 23 May 2019 02:52:16 +0000 Subject: [PATCH] Rebuild statically linked security/libressl consumers after r502277 --- net/openntpd/Makefile | 2 +- security/acme-client/Makefile | 2 +- security/dsniff/Makefile | 2 +- www/obhttpd/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index f989841b64f7..867ca6023fe7 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -2,7 +2,7 @@ PORTNAME= openntpd PORTVERSION= 6.2p3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= OPENBSD/OpenNTPD diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index d5438f879ea6..d397729c46ef 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -3,7 +3,7 @@ PORTNAME= acme-client PORTVERSION= 0.1.16 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= portable- CATEGORIES= security MASTER_SITES= https://kristaps.bsd.lv/${PORTNAME}/snapshots/ \ diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 83486d7ce12b..37b2298b2805 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -3,7 +3,7 @@ PORTNAME= dsniff DISTVERSION= 2.4b1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.monkey.org/~dugsong/${PORTNAME}/beta/ \ LOCAL/sbz diff --git a/www/obhttpd/Makefile b/www/obhttpd/Makefile index 1050aa38fc27..00613d1fcb82 100644 --- a/www/obhttpd/Makefile +++ b/www/obhttpd/Makefile @@ -2,7 +2,7 @@ PORTNAME= obhttpd PORTVERSION= 6.3.20180803 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= koue@chaosophia.net