OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 30-Jun-2007 10:49:22 Branch: HEAD Handle: 2007063009492200 Modified files: openpkg-src/ntp ntp.spec Log: upgrading package: ntp 4.2.4p0 -> 4.2.4p3 Summary: Revision Changes Path 1.88 +9 -4 openpkg-src/ntp/ntp.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/ntp/ntp.spec ============================================================================ $ cvs diff -u -r1.87 -r1.88 ntp.spec --- openpkg-src/ntp/ntp.spec 7 Mar 2007 15:57:34 -0000 1.87 +++ openpkg-src/ntp/ntp.spec 30 Jun 2007 08:49:22 -0000 1.88 @@ -22,6 +22,11 @@ ## SUCH DAMAGE. ## +# package version +%define V_major 4 +%define V_minor 2 +%define V_micro 4p3 + # package information Name: ntp Summary: Network Time Protocol (NTP) Daemon @@ -32,8 +37,8 @@ Class: CORE Group: Network License: BSD-style -Version: 4.2.4p0 -Release: 20070307 +Version: %{V_major}.%{V_minor}.%{V_micro} +Release: 20070630 # package options %option with_fsl yes @@ -42,7 +47,7 @@ %option with_local yes # list of sources -Source0: ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-%{version}.tar.gz +Source0: http://www.eecis.udel.edu/~ntp/ntp_spool/ntp%{V_major}/ntp-%{V_major}.%{V_minor}/ntp-%{version}.tar.gz Source1: ntp-doc.tar.gz Source2: ntp.conf Source3: rc.ntp @@ -81,7 +86,7 @@ %track prog ntp = { version = %{version} - url = ftp://ftp.udel.edu/pub/ntp/ntp4/ + url = http://support.ntp.org/bin/view/Main/SoftwareDownloads regex = ntp-(\d+\.\d+\.\d+(p\d+)?)\.tar\.gz } @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org