svn commit: r436861 - head/net/ntp

Alexey Dokuchaev danfe at FreeBSD.org
Sat Mar 25 01:28:50 UTC 2017


On Fri, Mar 24, 2017 at 11:20:53PM +0000, Cy Schubert wrote:
> New Revision: 436861
> URL: https://svnweb.freebsd.org/changeset/ports/436861
> 
> Log:
>   Remove autogen dependency added by r426923. This version of ntp no
>   longer needs it.
> 
> Modified:
>   head/net/ntp/Makefile
> 
> Modified: head/net/ntp/Makefile
> ==============================================================================
> --- head/net/ntp/Makefile	Fri Mar 24 23:12:17 2017	(r436860)
> +++ head/net/ntp/Makefile	Fri Mar 24 23:20:53 2017	(r436861)
> @@ -3,6 +3,7 @@
>  
>  PORTNAME=	ntp
>  PORTVERSION=	4.2.8p10
> +PORTREVISION=	1

This was uncalled for.

>  CATEGORIES=	net ipv6
>  MASTER_SITES=	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
>  		http://archive.ntp.org/ntp4/ntp-4.2/ \
> @@ -12,7 +13,6 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/P/
>  MAINTAINER=	cy at FreeBSD.org
>  COMMENT=	The Network Time Protocol Distribution
>  
> -BUILD_DEPENDS=	autogen:devel/autogen

BUILD_DEPENDS do not affect resulting package.

./danfe


More information about the svn-ports-head mailing list