svn commit: r454559 - head/net/chrony
Rodrigo Osorio
rodrigo at FreeBSD.org
Mon Nov 20 13:50:01 UTC 2017
Author: rodrigo
Date: Mon Nov 20 13:49:59 2017
New Revision: 454559
URL: https://svnweb.freebsd.org/changeset/ports/454559
Log:
Add missing lib dependency in the original patch
Bump PORTREVISION
PR: 217691
Submitted by: John Hein <z7dr6ut7gs at snkmail.com>
Approved by: Yonas Yanfa <yonas at fizk.net>
Modified:
head/net/chrony/Makefile
Modified: head/net/chrony/Makefile
==============================================================================
--- head/net/chrony/Makefile Mon Nov 20 13:45:44 2017 (r454558)
+++ head/net/chrony/Makefile Mon Nov 20 13:49:59 2017 (r454559)
@@ -3,7 +3,7 @@
PORTNAME= chrony
PORTVERSION= 3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://download.tuxfamily.org/chrony/
@@ -42,6 +42,7 @@ IPV6_CONFIGURE_OFF= --disable-ipv6
NSS_DESC= Add support for more hashing algorithms
NSS_CONFIGURE_OFF= --without-nss
+NSS_LIB_DEPENDS= libfreebl3.so:security/nss
NSS_USES= pkgconfig
post-install:
More information about the svn-ports-all
mailing list