diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/uarduno/Makefile | 7 | ||||
-rw-r--r-- | comms/uarduno/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/comms/uarduno/Makefile b/comms/uarduno/Makefile index fe8ddd64334c..ca41501cccb5 100644 --- a/comms/uarduno/Makefile +++ b/comms/uarduno/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uarduno -PORTVERSION= 1.0 +PORTVERSION= 1.02 CATEGORIES= comms kld MASTER_SITES= http://mrp3.com/ @@ -21,6 +21,9 @@ LOCALBASE= ${KMODDIR} SRCPREFIX?= ${SRC_BASE} +# disable mtree or you'll get a /boot/kernel/... directory hierarchy put there +NO_MTREE= yes + # some test targets need a predictable source directory WRKSRC= ${WRKDIR}/uarduno @@ -50,7 +53,7 @@ BROKEN= not tested for earlier than 7.x, probably won't build IGNORE= this port will not build without the latest 7.x kernel source .endif .else -# 8.x and later kernels (not tested in 9.x yet, mabye add to kernel?) +# 8.x and later kernels (partially tested in 9.x, mabye add to kernel?) # simple check for 8.x and later kernel source (find usb_core.c) .if ! exists(${SRCPREFIX}/sys/dev/usb/usb_core.c) IGNORE= this port will not build without the latest kernel source diff --git a/comms/uarduno/distinfo b/comms/uarduno/distinfo index e75d1301abb3..7cd8d30b6796 100644 --- a/comms/uarduno/distinfo +++ b/comms/uarduno/distinfo @@ -1,2 +1,2 @@ -SHA256 (uarduno-1.0.tar.gz) = 0deb0b39b4af3c159ce8f9311fc33fe802c1220d964d26bcbd709786aa687f58 -SIZE (uarduno-1.0.tar.gz) = 62976 +SHA256 (uarduno-1.02.tar.gz) = c49e4b26c8fb2eb7c7162986be7e926c122792f2fa64099aa5daa9dc47eb5ee3 +SIZE (uarduno-1.02.tar.gz) = 12499 |