Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2020 15:47:03 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531325 - head/net/ntpsec
Message-ID:  <202004101547.03AFl3K3079766@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Apr 10 15:47:02 2020
New Revision: 531325
URL: https://svnweb.freebsd.org/changeset/ports/531325

Log:
  net/ntpsec: Fix build; Add missing dependencies asciidoc and mDNSResponder; Correct LICENSE
  
  PR:		245503 245502
  Reported by:	amdmi3 gelonnov@gmail.com

Modified:
  head/net/ntpsec/Makefile

Modified: head/net/ntpsec/Makefile
==============================================================================
--- head/net/ntpsec/Makefile	Fri Apr 10 15:17:23 2020	(r531324)
+++ head/net/ntpsec/Makefile	Fri Apr 10 15:47:02 2020	(r531325)
@@ -3,13 +3,17 @@
 PORTNAME=	ntpsec
 DISTVERSIONPREFIX=	NTPsec_
 DISTVERSION=	1_1_8
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Network Time Protocol suite, refactored
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	BSD2CLAUSE
 
+BUiD_DEPENDS=	asciidoc:textproc/asciidoc
+LIB_DEPENDS=	libdns_sd.so:net/mDNSResponder
+
 USES=		bison gettext-runtime pkgconfig python shebangfix ssl waf
 SHEBANG_FILES=	${WRKSRC}/ntpclients/ntp*.py
 USE_GITHUB=	yes
@@ -20,6 +24,7 @@ PORTSCOUT=	limit:^[0-9_\.]*$$
 
 post-install: # autoplist: plist varies depending on the python version
 	@cd ${STAGEDIR}${PREFIX} && \
-		${FIND} * -type f -or -type l | ${SED} -e 's|^share/man/.*|&.gz|' >> ${TMPPLIST}
+		${MV} share/man/* man/ && \
+		${FIND} * -type f -or -type l | ${SED} -e 's|^man/.*|&.gz|' >> ${TMPPLIST}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004101547.03AFl3K3079766>