svn commit: r345100 - in head/devel/libopencm3: . files

Lev A. Serebryakov lev at FreeBSD.org
Wed Feb 19 15:08:57 UTC 2014


Author: lev
Date: Wed Feb 19 15:08:56 2014
New Revision: 345100
URL: http://svnweb.freebsd.org/changeset/ports/345100
QAT: https://qat.redports.org/buildarchive/r345100/

Log:
   Update to latest commit.
   Make it build on 8-STABLE.

Modified:
  head/devel/libopencm3/Makefile
  head/devel/libopencm3/distinfo
  head/devel/libopencm3/files/patch-scripts--irq2nvic_h
  head/devel/libopencm3/files/patch-scripts--lpcvtcksum

Modified: head/devel/libopencm3/Makefile
==============================================================================
--- head/devel/libopencm3/Makefile	Wed Feb 19 14:56:20 2014	(r345099)
+++ head/devel/libopencm3/Makefile	Wed Feb 19 15:08:56 2014	(r345100)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libopencm3
-PORTVERSION=	0.0.20140213
+PORTVERSION=	0.0.20140218
 CATEGORIES=	devel
 
 MAINTAINER=	lev at FreeBSD.org
@@ -14,10 +14,10 @@ BUILD_DEPENDS=	${LOCALBASE}/gcc-arm-embe
 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

Modified: head/devel/libopencm3/distinfo
==============================================================================
--- head/devel/libopencm3/distinfo	Wed Feb 19 14:56:20 2014	(r345099)
+++ head/devel/libopencm3/distinfo	Wed Feb 19 15:08:56 2014	(r345100)
@@ -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

Modified: head/devel/libopencm3/files/patch-scripts--irq2nvic_h
==============================================================================
--- head/devel/libopencm3/files/patch-scripts--irq2nvic_h	Wed Feb 19 14:56:20 2014	(r345099)
+++ head/devel/libopencm3/files/patch-scripts--irq2nvic_h	Wed Feb 19 15:08:56 2014	(r345100)
@@ -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.
  # 

Modified: head/devel/libopencm3/files/patch-scripts--lpcvtcksum
==============================================================================
--- head/devel/libopencm3/files/patch-scripts--lpcvtcksum	Wed Feb 19 14:56:20 2014	(r345099)
+++ head/devel/libopencm3/files/patch-scripts--lpcvtcksum	Wed Feb 19 15:08:56 2014	(r345100)
@@ -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.


More information about the svn-ports-all mailing list