pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gpsd



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat May 11 14:03:24 UTC 2019

Modified Files:
        pkgsrc/geography/gpsd: Makefile

Log Message:
geography/gpsd: Depend on py-serial for ubxtool


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/geography/gpsd/Makefile

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

Modified files:

Index: pkgsrc/geography/gpsd/Makefile
diff -u pkgsrc/geography/gpsd/Makefile:1.42 pkgsrc/geography/gpsd/Makefile:1.43
--- pkgsrc/geography/gpsd/Makefile:1.42 Wed May  1 20:22:02 2019
+++ pkgsrc/geography/gpsd/Makefile      Sat May 11 14:03:24 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2019/05/01 20:22:02 gdt Exp $
+# $NetBSD: Makefile,v 1.43 2019/05/11 14:03:24 gdt Exp $
 
 DISTNAME=      gpsd-3.18.1
+PKGREVISION=   1
 CATEGORIES=    geography
 MASTER_SITES=  http://download-mirror.savannah.gnu.org/releases/gpsd/
 
@@ -29,6 +30,7 @@ BUILD_DEPENDS+=       libxslt-[0-9]*:../../tex
 
 # \todo Decide if buildlink3 is more appropriate.
 DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+DEPENDS+=      ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial
 
 CFLAGS.SunOS=  -DLOG_PERROR=0
 



Home | Main Index | Thread Index | Old Index