o Update the leap seconds table according to

http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat. There is a
  leap seconds at the end of 2005.
o Obtain the fresh and updated leap seconds table from devel/libtai
  port.
o Bump PORTREVISION

PR:		89948
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org>,
		markzero <mark@darklogik.org>
Obtained from:	http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-12-23 20:23:22 +00:00
parent 18eafc3de5
commit 199cf949f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151939

View file

@ -7,7 +7,7 @@
PORTNAME= clockspeed PORTNAME= clockspeed
PORTVERSION= 0.62 PORTVERSION= 0.62
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= http://cr.yp.to/clockspeed/ \ MASTER_SITES= http://cr.yp.to/clockspeed/ \
ftp://ftp.task.gda.pl/mirror/mirror.qmail.org/koobera/pub/software/ ftp://ftp.task.gda.pl/mirror/mirror.qmail.org/koobera/pub/software/
@ -45,6 +45,9 @@ do-configure:
@${ECHO_CMD} ${CC} -s -L${LOCALBASE}/lib > ${WRKSRC}/conf-ld @${ECHO_CMD} ${CC} -s -L${LOCALBASE}/lib > ${WRKSRC}/conf-ld
@${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home @${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home
post-build:
@${CP} ${LOCALBASE}/etc/leapsecs.dat ${WRKSRC}/leapsecs.dat
post-install: real-post-install post-install: real-post-install
.include <bsd.port.post.mk> .include <bsd.port.post.mk>