diff options
author | arved <arved@FreeBSD.org> | 2011-08-09 03:37:29 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-08-09 03:37:29 +0800 |
commit | 946492ecb32ddcd0d0e62d806347e3d1519a9471 (patch) | |
tree | 655267e197b4c81b77dfb37a4dc21d35b622ad3c /comms | |
parent | 18246875af1e4fc4fe42296c1d84e91ff4914d77 (diff) | |
download | freebsd-ports-gnome-946492ecb32ddcd0d0e62d806347e3d1519a9471.tar.gz freebsd-ports-gnome-946492ecb32ddcd0d0e62d806347e3d1519a9471.tar.zst freebsd-ports-gnome-946492ecb32ddcd0d0e62d806347e3d1519a9471.zip |
Update to 1.02
PR: 156876
Submitted by: maintainer
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 |