diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libopencm3/Makefile | 6 | ||||
-rw-r--r-- | devel/libopencm3/distinfo | 4 | ||||
-rw-r--r-- | devel/libopencm3/files/patch-scripts--irq2nvic_h | 2 | ||||
-rw-r--r-- | devel/libopencm3/files/patch-scripts--lpcvtcksum | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/devel/libopencm3/Makefile b/devel/libopencm3/Makefile index 67c1e116d9c3..0e079d1e8129 100644 --- a/devel/libopencm3/Makefile +++ b/devel/libopencm3/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libopencm3 -PORTVERSION= 0.0.20140213 +PORTVERSION= 0.0.20140218 CATEGORIES= devel MAINTAINER= lev@FreeBSD.org @@ -14,10 +14,10 @@ BUILD_DEPENDS= ${LOCALBASE}/gcc-arm-embedded-${TOOLCHAIN_FULL_VERSION}/bin/arm-n USE_GITHUB= yes GH_ACCOUNT= libopencm3 GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 8b4ac97 +GH_COMMIT= d96343d USES= gmake -USE_PYTHON_BUILD= yes +USE_PYTHON_BUILD= 2 TOOLCHAIN_FULL_VERSION?=4_8-2013q4-20131204 TOOLCHAIN_PORT_VERSION?=4.8.20131204 diff --git a/devel/libopencm3/distinfo b/devel/libopencm3/distinfo index 325c73f4ae05..ccc61a9d1e1e 100644 --- a/devel/libopencm3/distinfo +++ b/devel/libopencm3/distinfo @@ -1,2 +1,2 @@ -SHA256 (libopencm3-0.0.20140213.tar.gz) = 85be0865d1869c12b7f25911c7e9419b1a5f0e125ac76e582bd281ba50019c67 -SIZE (libopencm3-0.0.20140213.tar.gz) = 531755 +SHA256 (libopencm3-0.0.20140218.tar.gz) = 7bf344839ad062841af4cad9c92e7978c3ddbab94c1fbfb864f8c61236715c7f +SIZE (libopencm3-0.0.20140218.tar.gz) = 531739 diff --git a/devel/libopencm3/files/patch-scripts--irq2nvic_h b/devel/libopencm3/files/patch-scripts--irq2nvic_h index f1bb2c5cd3d1..228ed3b5ed17 100644 --- a/devel/libopencm3/files/patch-scripts--irq2nvic_h +++ b/devel/libopencm3/files/patch-scripts--irq2nvic_h @@ -2,7 +2,7 @@ +++ scripts/irq2nvic_h 2014-02-15 20:35:03.000000000 +0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env python -+#!/usr/bin/env python2 ++#! /usr/bin/env /usr/local/bin/python2 # This file is part of the libopencm3 project. # diff --git a/devel/libopencm3/files/patch-scripts--lpcvtcksum b/devel/libopencm3/files/patch-scripts--lpcvtcksum index 534b131cbf45..2dc5785f843e 100644 --- a/devel/libopencm3/files/patch-scripts--lpcvtcksum +++ b/devel/libopencm3/files/patch-scripts--lpcvtcksum @@ -2,7 +2,7 @@ +++ scripts/lpcvtcksum 2014-02-15 20:35:13.000000000 +0400 @@ -1,4 +1,4 @@ -#!/usr/bin/python -+#!/usr/bin/python2 ++#! /usr/local/bin/python2 # # Compute and insert the vector table checksum required for booting the # LPC43xx and some other NXP ARM microcontrollers. |