pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/urjtag PR pkg/46320



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a645ceb2443
branches:  trunk
changeset: 602304:2a645ceb2443
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Apr 10 15:24:59 2012 +0000

description:
PR pkg/46320
Add USB cable (with FTDI USB chip) support by
just including libftdi/buildlink3.mk. Now the number of
cables supported increased from 16 to 27.
(and Bump revision)

diffstat:

 misc/urjtag/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 31c0976b02d7 -r 2a645ceb2443 misc/urjtag/Makefile
--- a/misc/urjtag/Makefile      Tue Apr 10 14:13:46 2012 +0000
+++ b/misc/urjtag/Makefile      Tue Apr 10 15:24:59 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/08/09 19:37:45 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2012/04/10 15:24:59 mef Exp $
 #
 
 DISTNAME=      urjtag-0.10
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    misc
 MASTER_SITES=  http://downloads.sourceforge.net/project/urjtag/urjtag/0.10/
 
@@ -23,4 +23,5 @@
 
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/libusb/buildlink3.mk"
+.include "../../devel/libftdi/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index