svn commit: r386194 - in head: . net net/ntp-rc

Cy Schubert Cy.Schubert at komquats.com
Wed May 13 03:47:55 UTC 2015


Thanks. After all these years, typing as fast as I do, I sometimes still 
have problems with the keyboard. :(


-- 
Cheers,
Cy Schubert <Cy.Schubert at komquats.com> or <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.


In message <CACM2dAYNdja3Mrpe2Ghi5zUfQxh5G+QS7Z5AenqGZyEWpRpY9A at mail.gmail.c
om>
, "Philip M. Gollucci" writes:
> There's an extra ' in Makefike on line 1
> 
> On Tuesday, May 12, 2015, Cy Schubert <cy at freebsd.org> wrote:
> 
> > Author: cy
> > Date: Wed May 13 02:47:58 2015
> > New Revision: 386194
> > URL: https://svnweb.freebsd.org/changeset/ports/386194
> >
> > Log:
> >   Reintroduce ntp-rc. Ntp release candidates are available again.
> >
> > Added:
> >   head/net/ntp-rc/
> >      - copied from r385375, head/net/ntp/
> > Modified:
> >   head/MOVED
> >   head/net/Makefile
> >   head/net/ntp-rc/Makefile
> >   head/net/ntp-rc/distinfo
> >   head/net/ntp-rc/pkg-plist
> >
> > Modified: head/MOVED
> >
> > ===========================================================================
> ===
> > --- head/MOVED  Wed May 13 02:30:12 2015        (r386193)
> > +++ head/MOVED  Wed May 13 02:47:58 2015        (r386194)
> > @@ -7570,7 +7570,6 @@ devel/rubygem-inline|devel/rubygem-rubyi
> >  devel/p5-Devel-Profiler|devel/p5-Devel-NYTProf|2015-04-24|Devel::DProf
> > was removed form Perl, use Devel::NYTProf
> >  audio/filter_audio|audio/libfilteraudio|2015-04-27|audio/filter-audio is
> > renamed into audio/libfilteraudio
> >  www/p5-Google-Code-Upload||2015-04-30|Has expired: Google Code will be
> > shutting down (
> > http://google-opensource.blogspot.tw/2015/03/farewell-to-google-code.html)
> > -net/ntp-rc||2015-04-30|Has expired: Upline no longer has RC branch
> >  games/wmfortune||2015-04-30|Has expired: Broken for more than 6 months
> >  games/springlobby||2015-04-30|Has expired: Depends on expiring
> > games/spring
> >  devel/p5-base||2015-04-30|Has expired: this port is outdated and base
> > 2.18+ is already in all supported Perl releases
> >
> > Modified: head/net/Makefile
> >
> > ===========================================================================
> ===
> > --- head/net/Makefile   Wed May 13 02:30:12 2015        (r386193)
> > +++ head/net/Makefile   Wed May 13 02:47:58 2015        (r386194)
> > @@ -1,4 +1,4 @@
> > -# $FreeBSD$
> > + `# $FreeBSD$
> >  #
> >
> >      COMMENT = Networking tools
> > @@ -439,6 +439,7 @@
> >      SUBDIR += ntopng
> >      SUBDIR += ntp
> >      SUBDIR += ntp-devel
> > +    SUBDIR += ntp-rc
> >      SUBDIR += ntraceroute
> >      SUBDIR += nusoap
> >      SUBDIR += nxproxy
> >
> > Modified: head/net/ntp-rc/Makefile
> >
> > ===========================================================================
> ===
> > --- head/net/ntp/Makefile       Mon May  4 04:04:51 2015        (r385375)
> > +++ head/net/ntp-rc/Makefile    Wed May 13 02:47:58 2015        (r386194)
> > @@ -2,17 +2,18 @@
> >  # $FreeBSD$
> >
> >  PORTNAME=      ntp
> > -PORTVERSION=   4.2.8p2
> > +PORTVERSION=   4.2.8p3.r1
> >  CATEGORIES=    net ipv6
> >  MASTER_SITES=  http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
> >                 http://archive.ntp.org/ntp4/ntp-4.2/ \
> >                 ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/
> > +PKGNAMESUFFIX= -rc
> >  DISTNAME=      ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/}
> >
> >  MAINTAINER=    cy at FreeBSD.org
> >  COMMENT=       The Network Time Protocol Distribution
> >
> > -CONFLICTS=     ntp-rc-* ntp-devel-*
> > +CONFLICTS=     ntp-* ntp-devel-*
> >
> >  GNU_CONFIGURE= yes
> >  OPTIONS_SUB=   yes
> >
> > Modified: head/net/ntp-rc/distinfo
> >
> > ===========================================================================
> ===
> > --- head/net/ntp/distinfo       Mon May  4 04:04:51 2015        (r385375)
> > +++ head/net/ntp-rc/distinfo    Wed May 13 02:47:58 2015        (r386194)
> > @@ -1,2 +1,2 @@
> > -SHA256 (ntp-4.2.8p2.tar.gz) =
> > 0d69bc0e95caad43ea04fdad410e756bae1a71e67b1c2bd799b76b55e04c9b31
> > -SIZE (ntp-4.2.8p2.tar.gz) = 6820869
> > +SHA256 (ntp-4.2.8p3-RC1.tar.gz) =
> > 3691f8db13a607715ec0c63d6ac11cb5143e6483d8102607f662e208feae7fca
> > +SIZE (ntp-4.2.8p3-RC1.tar.gz) = 6848289
> >
> > Modified: head/net/ntp-rc/pkg-plist
> >
> > ===========================================================================
> ===
> > --- head/net/ntp/pkg-plist      Mon May  4 04:04:51 2015        (r385375)
> > +++ head/net/ntp-rc/pkg-plist   Wed May 13 02:47:58 2015        (r386194)
> > @@ -67,6 +67,7 @@ sbin/update-leap
> >  %%PORTDOCS%%%%DOCSDIR%%/drivers/driver39.html
> >  %%PORTDOCS%%%%DOCSDIR%%/drivers/driver4.html
> >  %%PORTDOCS%%%%DOCSDIR%%/drivers/driver40.html
> > +%%PORTDOCS%%%%DOCSDIR%%/drivers/driver40-ja.html
> >  %%PORTDOCS%%%%DOCSDIR%%/drivers/driver42.html
> >  %%PORTDOCS%%%%DOCSDIR%%/drivers/driver43.html
> >  %%PORTDOCS%%%%DOCSDIR%%/drivers/driver44.html
> > @@ -163,6 +164,7 @@ sbin/update-leap
> >  %%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver39.html
> >  %%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver4.html
> >  %%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver40.html
> > +%%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver40-ja.html
> >  %%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver42.html
> >  %%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver43.html
> >  %%PORTDOCS%%%%DOCSDIR%%/html/drivers/driver44.html
> >
> >




More information about the svn-ports-head mailing list