svn commit: r531325 - head/net/ntpsec

Yuri Victorovich yuri at FreeBSD.org
Fri Apr 10 15:47:03 UTC 2020


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 at 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 at 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>


More information about the svn-ports-all mailing list