From owner-svn-ports-all@freebsd.org Wed Feb 1 12:32:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2E88CCB18B; Wed, 1 Feb 2017 12:32:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A231AD93; Wed, 1 Feb 2017 12:32:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v11CWkFr068512; Wed, 1 Feb 2017 12:32:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v11CWkmm068510; Wed, 1 Feb 2017 12:32:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702011232.v11CWkmm068510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 1 Feb 2017 12:32:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433024 - in head: net/openntpd security/acme-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 12:32:47 -0000 Author: jbeich Date: Wed Feb 1 12:32:46 2017 New Revision: 433024 URL: https://svnweb.freebsd.org/changeset/ports/433024 Log: security/libressl: chase r432997 in static lib consumers Pointy hat to: brnrd Modified: head/net/openntpd/Makefile (contents, props changed) head/security/acme-client/Makefile (contents, props changed) Modified: head/net/openntpd/Makefile ============================================================================== --- head/net/openntpd/Makefile Wed Feb 1 12:30:22 2017 (r433023) +++ head/net/openntpd/Makefile Wed Feb 1 12:32:46 2017 (r433024) @@ -2,7 +2,7 @@ PORTNAME= openntpd PORTVERSION= 6.0p1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= OPENBSD/OpenNTPD Modified: head/security/acme-client/Makefile ============================================================================== --- head/security/acme-client/Makefile Wed Feb 1 12:30:22 2017 (r433023) +++ head/security/acme-client/Makefile Wed Feb 1 12:32:46 2017 (r433024) @@ -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