svn commit: r521627 - head/devel/linux_libusb

Rene Ladan rene at FreeBSD.org
Tue Dec 31 15:20:02 UTC 2019


Author: rene
Date: Tue Dec 31 15:20:01 2019
New Revision: 521627
URL: https://svnweb.freebsd.org/changeset/ports/521627

Log:
  devel/linux_libusb: bump linux-devtools dependency to Centos 7

Modified:
  head/devel/linux_libusb/Makefile

Modified: head/devel/linux_libusb/Makefile
==============================================================================
--- head/devel/linux_libusb/Makefile	Tue Dec 31 15:19:39 2019	(r521626)
+++ head/devel/linux_libusb/Makefile	Tue Dec 31 15:20:01 2019	(r521627)
@@ -3,14 +3,14 @@
 
 PORTNAME=	linux_libusb
 PORTVERSION=	11.0r${FSVN_REV}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel linux
 MASTER_SITES=	LOCAL/nox
 
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	Linux-compatibility libusb
 
-BUILD_DEPENDS=	${LINUXBASE}/usr/bin/gcc:devel/linux-c6-devtools
+BUILD_DEPENDS=	${LINUXBASE}/usr/bin/gcc:devel/linux-c7-devtools
 
 USES=		tar:bzip2
 ONLY_FOR_ARCHS=	i386 amd64


More information about the svn-ports-all mailing list