pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libtai



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Jun 26 00:45:54 UTC 2017

Modified Files:
        pkgsrc/devel/libtai: Makefile distinfo
Added Files:
        pkgsrc/devel/libtai/patches: patch-leapsecs.txt
Removed Files:
        pkgsrc/devel/libtai/patches: patch-aa patch-trycpp_c patch-yearcal_c

Log Message:
Remove patches that seem unnecessary with present-day clang. Add patch
with new leap seconds since this software was written. Specify LICENSE
explicitly. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libtai/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libtai/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/libtai/patches/patch-aa
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libtai/patches/patch-leapsecs.txt
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libtai/patches/patch-trycpp_c \
    pkgsrc/devel/libtai/patches/patch-yearcal_c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libtai/Makefile
diff -u pkgsrc/devel/libtai/Makefile:1.11 pkgsrc/devel/libtai/Makefile:1.12
--- pkgsrc/devel/libtai/Makefile:1.11   Wed Oct 31 11:17:22 2012
+++ pkgsrc/devel/libtai/Makefile        Mon Jun 26 00:45:54 2017
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.11 2012/10/31 11:17:22 asau Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/26 00:45:54 schmonz Exp $
 #
 
 DISTNAME=              libtai-0.60
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            devel
 MASTER_SITES=          http://cr.yp.to/libtai/
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              http://cr.yp.to/libtai.html
 COMMENT=               Library for storing and manipulating dates and times
+LICENSE=               djb-nonlicense
 
 CONFLICTS=             libowfat-[0-9]*
 
@@ -19,6 +20,8 @@ USE_TOOLS+=           nroff
 EGDIR=                 share/examples/${PKGBASE}
 CONF_FILES+=           ${EGDIR}/leapsecs.dat ${PKG_SYSCONFDIR}/leapsecs.dat
 
+SUBST_FILES.djbware+=  leapsecs_read.c
+
 INSTALLATION_DIRS=     bin include lib ${EGDIR}
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man3
 

Index: pkgsrc/devel/libtai/distinfo
diff -u pkgsrc/devel/libtai/distinfo:1.4 pkgsrc/devel/libtai/distinfo:1.5
--- pkgsrc/devel/libtai/distinfo:1.4    Tue Nov  3 03:27:45 2015
+++ pkgsrc/devel/libtai/distinfo        Mon Jun 26 00:45:54 2017
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 03:27:45 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/06/26 00:45:54 schmonz Exp $
 
 SHA1 (libtai-0.60.tar.gz) = f4682fb2a98dd7d434aa0cecd9254a58a0bfd9fb
 RMD160 (libtai-0.60.tar.gz) = 706111781e5e5bd7ae888e3cdc169d1d8d29de6f
 SHA512 (libtai-0.60.tar.gz) = e3e6e3e46f3cb869bcd661b0c87aa63116fb0c795078a4e194cffa7fd5425ae322af2c17e8ef37799dad7bac93a72b2e458e9dbd80d825857403060e71ad26b7
 Size (libtai-0.60.tar.gz) = 17300 bytes
-SHA1 (patch-aa) = cc47ecdcbb4ac5259bfc7a3b05ed6c9560cbba17
-SHA1 (patch-trycpp_c) = 1bb21fc210ea713b0729ff92b09b6bd9e56e90ac
-SHA1 (patch-yearcal_c) = 3935f1c00a2dacfb56f6eb0956c194e115d498dd
+SHA1 (patch-leapsecs.txt) = 957c257bf41fcc50fb8ff7f975bcdbf1d07c6fd9

Added files:

Index: pkgsrc/devel/libtai/patches/patch-leapsecs.txt
diff -u /dev/null pkgsrc/devel/libtai/patches/patch-leapsecs.txt:1.1
--- /dev/null   Mon Jun 26 00:45:54 2017
+++ pkgsrc/devel/libtai/patches/patch-leapsecs.txt      Mon Jun 26 00:45:54 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-leapsecs.txt,v 1.1 2017/06/26 00:45:54 schmonz Exp $
+
+Add leap seconds since this software was written.
+
+--- leapsecs.txt.orig  1998-10-13 16:52:20.000000000 +0000
++++ leapsecs.txt
+@@ -35,3 +35,7 @@
+ +1995-12-31
+ +1997-06-30
+ +1998-12-31
+++2005-12-31
+++2008-12-31
+++2012-06-30
+++2015-06-30



Home | Main Index | Thread Index | Old Index