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:           Tue Jul 16 21:38:15 UTC 2019

Modified Files:
        pkgsrc/devel/libtai: Makefile

Log Message:
Don't conflict with sufficiently new libowfat.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libtai/Makefile

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.16 pkgsrc/devel/libtai/Makefile:1.17
--- pkgsrc/devel/libtai/Makefile:1.16   Thu Jan 10 03:12:46 2019
+++ pkgsrc/devel/libtai/Makefile        Tue Jul 16 21:38:15 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2019/01/10 03:12:46 schmonz Exp $
+# $NetBSD: Makefile,v 1.17 2019/07/16 21:38:15 schmonz Exp $
 #
 
 DISTNAME=              libtai-0.60
-PKGREVISION=           7
+PKGREVISION=           8
 CATEGORIES=            devel
 MASTER_SITES=          http://cr.yp.to/libtai/
 
@@ -11,7 +11,7 @@ HOMEPAGE=             http://cr.yp.to/libtai.html
 COMMENT=               Library for storing and manipulating dates and times
 LICENSE=               public-domain
 
-CONFLICTS=             libowfat-[0-9]*
+CONFLICTS=             libowfat<0.32nb1
 
 DJB_RESTRICTED=                NO
 



Home | Main Index | Thread Index | Old Index