From owner-svn-ports-all@FreeBSD.ORG Thu May 2 20:48:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2F9A7DE0; Thu, 2 May 2013 20:48:10 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2193314DC; Thu, 2 May 2013 20:48:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r42Km930016522; Thu, 2 May 2013 20:48:09 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r42Km9qn016518; Thu, 2 May 2013 20:48:09 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201305022048.r42Km9qn016518@svn.freebsd.org> From: Cy Schubert Date: Thu, 2 May 2013 20:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317146 - in head/net: ntp ntp-devel ntp-rc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 20:48:10 -0000 Author: cy Date: Thu May 2 20:48:08 2013 New Revision: 317146 URL: http://svnweb.freebsd.org/changeset/ports/317146 Log: Fix typo. Modified: head/net/ntp-devel/Makefile.inc head/net/ntp-rc/Makefile.inc head/net/ntp/Makefile.inc Modified: head/net/ntp-devel/Makefile.inc ============================================================================== --- head/net/ntp-devel/Makefile.inc Thu May 2 20:04:21 2013 (r317145) +++ head/net/ntp-devel/Makefile.inc Thu May 2 20:48:08 2013 (r317146) @@ -54,7 +54,7 @@ OPTIONS_DEFINE= NTPSNMPD \ VARITEXT OPTIONS_DEFAULT= SSL \ - NTP_SIGND_DESC \ + NTP_SIGND \ ATOM \ NMEA Modified: head/net/ntp-rc/Makefile.inc ============================================================================== --- head/net/ntp-rc/Makefile.inc Thu May 2 20:04:21 2013 (r317145) +++ head/net/ntp-rc/Makefile.inc Thu May 2 20:48:08 2013 (r317146) @@ -53,7 +53,7 @@ OPTIONS_DEFINE= NTPSNMPD \ VARITEXT OPTIONS_DEFAULT= SSL \ - NTP_SIGND_DESC \ + NTP_SIGND \ ATOM \ NMEA Modified: head/net/ntp/Makefile.inc ============================================================================== --- head/net/ntp/Makefile.inc Thu May 2 20:04:21 2013 (r317145) +++ head/net/ntp/Makefile.inc Thu May 2 20:48:08 2013 (r317146) @@ -53,7 +53,7 @@ OPTIONS_DEFINE= NTPSNMPD \ VARITEXT OPTIONS_DEFAULT= SSL \ - NTP_SIGND_DESC \ + NTP_SIGND \ ATOM \ NMEA