Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2012 07:15:40 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302615 - head/net/ntp-devel
Message-ID:  <201208160715.q7G7Fe4p076258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



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