pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/apcupsd



Module Name:    pkgsrc
Committed By:   jmcneill
Date:           Sun Dec 22 15:57:36 UTC 2019

Modified Files:
        pkgsrc/sysutils/apcupsd: Makefile

Log Message:
Honour LIBUSB_TYPE


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/sysutils/apcupsd/Makefile

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

Modified files:

Index: pkgsrc/sysutils/apcupsd/Makefile
diff -u pkgsrc/sysutils/apcupsd/Makefile:1.88 pkgsrc/sysutils/apcupsd/Makefile:1.89
--- pkgsrc/sysutils/apcupsd/Makefile:1.88       Mon Nov  4 21:28:41 2019
+++ pkgsrc/sysutils/apcupsd/Makefile    Sun Dec 22 15:57:36 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.88 2019/11/04 21:28:41 rillig Exp $
+# $NetBSD: Makefile,v 1.89 2019/12/22 15:57:36 jmcneill Exp $
 
 DISTNAME=              apcupsd-3.14.13r2365
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            sysutils
 #MASTER_SITES=         ${MASTER_SITE_SOURCEFORGE:=apcupsd/}
 MASTER_SITES=          ${MASTER_SITE_LOCAL}
@@ -114,5 +114,5 @@ post-install:
 .endfor
 
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/libusb/buildlink3.mk"
+.include "../../mk/libusb.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index