svn commit: r302615 - head/net/ntp-devel

Cy Schubert cy at FreeBSD.org
Thu Aug 16 07:15:40 UTC 2012


Author: cy
Date: Thu Aug 16 07:15:40 2012
New Revision: 302615
URL: http://svn.freebsd.org/changeset/ports/302615

Log:
  Add SEL240X refclock.
  
  Submitted by:	 Harlan Stenn <stenn at ntp.org> (ntp upline)

Modified:
  head/net/ntp-devel/Makefile
  head/net/ntp-devel/Makefile.inc

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Thu Aug 16 07:06:45 2012	(r302614)
+++ head/net/ntp-devel/Makefile	Thu Aug 16 07:15:40 2012	(r302615)
@@ -7,7 +7,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.2.7p295
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net ipv6
 MASTER_SITES=	ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-dev/ \
 		http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \

Modified: head/net/ntp-devel/Makefile.inc
==============================================================================
--- head/net/ntp-devel/Makefile.inc	Thu Aug 16 07:06:45 2012	(r302614)
+++ head/net/ntp-devel/Makefile.inc	Thu Aug 16 07:15:40 2012	(r302615)
@@ -46,6 +46,7 @@ OPTIONS=	NTPSNMPD	"Build and install ntp
   		RAWDCF		"Enable DCF77 raw time code" OFF \
   		RCC8000		"Enable RCC 8000 clock" OFF \
   		SCHMID		"Enable Schmid DCF77 clock" OFF \
+		SEL240X		"Enable SEL 240X clocks" OFF \
   		TRIMTAIP	"Enable Trimble GPS receiver/TAIP protocol" OFF \
   		TRIMTSIP	"Enable Trimble GPS receiver/TSIP protocol" OFF \
   		WHARTON		"Enable WHARTON 400A Series clock" OFF \
@@ -98,6 +99,7 @@ NTP_DRIVERS= \
   		RAWDCF \
   		RCC8000 \
   		SCHMID \
+		SEL240X \
   		TRIMTAIP \
   		TRIMTSIP \
   		WHARTON \



More information about the svn-ports-head mailing list