diff options
-rw-r--r-- | net/ntp-devel/Makefile | 1 | ||||
-rw-r--r-- | net/ntp-devel/Makefile.inc | 4 | ||||
-rw-r--r-- | net/ntp-rc/Makefile | 2 | ||||
-rw-r--r-- | net/ntp-rc/Makefile.inc | 4 | ||||
-rw-r--r-- | net/ntp/Makefile | 1 | ||||
-rw-r--r-- | net/ntp/Makefile.inc | 4 |
6 files changed, 9 insertions, 7 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index c737dd65d364..838a801d5d34 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= ntp PORTVERSION= 4.2.7p289 +PORTREVISION= 1 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/ \ diff --git a/net/ntp-devel/Makefile.inc b/net/ntp-devel/Makefile.inc index 7b9d7f414674..35698436272c 100644 --- a/net/ntp-devel/Makefile.inc +++ b/net/ntp-devel/Makefile.inc @@ -9,7 +9,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ ARBITER "Enable Arbiter 1088A/B GPS receiver" OFF \ ARCRON_MSF "Enable Arcron MSF receiver" OFF \ AS2201 "Enable Austron 2200A/2201A GPS receiver" OFF \ - ATOM "Enable ATOM PPS interface" OFF \ + ATOM "Enable ATOM PPS interface" ON \ CHRONOLOG "Enable Chrono-log K-series WWVB receiver" OFF \ CHU "Enable CHU modem/decoder" OFF \ AUDIO_CHU "Enable CHU audio/decoder" OFF \ @@ -27,7 +27,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ LOCAL_CLOCK "Enable local clock reference" OFF \ MX4200 "Enable Magnavox MX4200 GPS receiver" OFF \ NEOCLOCK4X "Enable NeoClock4X DCF77 / TDF receiver" OFF \ - NMEA "Enable NMEA GPS receiver" OFF \ + NMEA "Enable NMEA GPS receiver" ON \ ONCORE "Enable Motorola VP/UT Oncore GPS receiver" OFF \ PALISADE "Enable Palisade clock" OFF \ PCF "Enable Conrad parallel port radio clock" OFF \ diff --git a/net/ntp-rc/Makefile b/net/ntp-rc/Makefile index 797cf80cefa3..aaa2d7103d4a 100644 --- a/net/ntp-rc/Makefile +++ b/net/ntp-rc/Makefile @@ -7,7 +7,7 @@ PORTNAME= ntp PORTVERSION?= 4.2.6p5.r1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ diff --git a/net/ntp-rc/Makefile.inc b/net/ntp-rc/Makefile.inc index a8f43fabb2c7..400aa4a36f9c 100644 --- a/net/ntp-rc/Makefile.inc +++ b/net/ntp-rc/Makefile.inc @@ -9,7 +9,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ ARBITER "Enable Arbiter 1088A/B GPS receiver" OFF \ ARCRON_MSF "Enable Arcron MSF receiver" OFF \ AS2201 "Enable Austron 2200A/2201A GPS receiver" OFF \ - ATOM "Enable ATOM PPS interface" OFF \ + ATOM "Enable ATOM PPS interface" ON \ CHRONOLOG "Enable Chrono-log K-series WWVB receiver" OFF \ CHU "Enable CHU modem/decoder" OFF \ AUDIO_CHU "Enable CHU audio/decoder" OFF \ @@ -27,7 +27,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ LOCAL_CLOCK "Enable local clock reference" OFF \ MX4200 "Enable Magnavox MX4200 GPS receiver" OFF \ NEOCLOCK4X "Enable NeoClock4X DCF77 / TDF receiver" OFF \ - NMEA "Enable NMEA GPS receiver" OFF \ + NMEA "Enable NMEA GPS receiver" ON \ ONCORE "Enable Motorola VP/UT Oncore GPS receiver" OFF \ PALISADE "Enable Palisade clock" OFF \ PCF "Enable Conrad parallel port radio clock" OFF \ diff --git a/net/ntp/Makefile b/net/ntp/Makefile index b4e038bbd9f1..1f01cb600ce3 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ntp PORTVERSION?= 4.2.6p5 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \ diff --git a/net/ntp/Makefile.inc b/net/ntp/Makefile.inc index 6ceafba2b464..24eda06811ae 100644 --- a/net/ntp/Makefile.inc +++ b/net/ntp/Makefile.inc @@ -9,7 +9,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ ARBITER "Enable Arbiter 1088A/B GPS receiver" OFF \ ARCRON_MSF "Enable Arcron MSF receiver" OFF \ AS2201 "Enable Austron 2200A/2201A GPS receiver" OFF \ - ATOM "Enable ATOM PPS interface" OFF \ + ATOM "Enable ATOM PPS interface" ON \ CHRONOLOG "Enable Chrono-log K-series WWVB receiver" OFF \ CHU "Enable CHU modem/decoder" OFF \ AUDIO_CHU "Enable CHU audio/decoder" OFF \ @@ -27,7 +27,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ LOCAL_CLOCK "Enable local clock reference" OFF \ MX4200 "Enable Magnavox MX4200 GPS receiver" OFF \ NEOCLOCK4X "Enable NeoClock4X DCF77 / TDF receiver" OFF \ - NMEA "Enable NMEA GPS receiver" OFF \ + NMEA "Enable NMEA GPS receiver" ON \ ONCORE "Enable Motorola VP/UT Oncore GPS receiver" OFF \ PALISADE "Enable Palisade clock" OFF \ PCF "Enable Conrad parallel port radio clock" OFF \ |