pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/jday



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 22 07:13:09 UTC 2016

Modified Files:
        pkgsrc/time/jday: Makefile PLIST

Log Message:
Fix PLIST for recent update, add PKGCONFIG_OVERRIDE.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/jday/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/jday/PLIST

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

Modified files:

Index: pkgsrc/time/jday/Makefile
diff -u pkgsrc/time/jday/Makefile:1.8 pkgsrc/time/jday/Makefile:1.9
--- pkgsrc/time/jday/Makefile:1.8       Fri Nov  4 12:57:00 2016
+++ pkgsrc/time/jday/Makefile   Thu Dec 22 07:13:09 2016
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/11/04 12:57:00 mef Exp $
-#
+# $NetBSD: Makefile,v 1.9 2016/12/22 07:13:09 wiz Exp $
 
 DISTNAME=              jday-2.4
 CATEGORIES=            time
@@ -13,6 +12,8 @@ LICENSE=              2-clause-bsd
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 
+PKGCONFIG_OVERRIDE=    jday.pc.in
+
 do-test:
        (cd ${WRKSRC} && ./RunTest)
        (cd ${WRKSRC} && ./Testdbd)

Index: pkgsrc/time/jday/PLIST
diff -u pkgsrc/time/jday/PLIST:1.2 pkgsrc/time/jday/PLIST:1.3
--- pkgsrc/time/jday/PLIST:1.2  Sun Jun 14 18:17:58 2009
+++ pkgsrc/time/jday/PLIST      Thu Dec 22 07:13:09 2016
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:58 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/12/22 07:13:09 wiz Exp $
 bin/dbd
 bin/j2d
 bin/jday
 include/jday.h
-lib/libjday.a
+lib/libjday.la
+lib/pkgconfig/jday.pc
 man/man1/jday.1
 share/jday/CalDate.inc
 share/jday/CalDate.pm



Home | Main Index | Thread Index | Old Index