boost: Package Release 2 (minor fixes) 6023/head
authorCarlos Miguel Ferreira <carlosmf.pt@gmail.com>
Tue, 8 May 2018 22:33:21 +0000 (23:33 +0100)
committerCarlos Miguel Ferreira <carlosmf.pt@gmail.com>
Wed, 9 May 2018 00:17:27 +0000 (01:17 +0100)
- Fixed package hyperlink
  -> Now using the @SF macro to obtain the best mirror link
  -> Added backup link in case Source Forge fails to provide the proper link

- Minor fix to package documentation
  -> Help documentation was lacking the contract library info.

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
libs/boost/Makefile

index b586829fedfde6bd0af2ee65c293da92a8c28e33..e7ffd91b366c71b157c902c8151048e99586428c 100644 (file)
@@ -18,10 +18,10 @@ include $(INCLUDE_DIR)/target.mk
 PKG_NAME:=boost
 PKG_VERSION:=1.67.0
 PKG_SOURCE_VERSION:=1_67_0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_SOURCE_VERSION).tar.bz2
-PKG_SOURCE_URL:=https://sourceforge.net/projects/boost/files/boost/$(PKG_VERSION)
+PKG_SOURCE_URL:=@SF/$(PKG_NAME)/$(PKG_NAME)/$(PKG_VERSION) https://dl.bintray.com/boostorg/release/$(PKG_VERSION)/source/
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_SOURCE_VERSION)
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)_$(PKG_SOURCE_VERSION)
 PKG_HASH:=2684c972994ee57fc5632e03bf044746f6eb45d4920c343937a465fd67a5adba
@@ -63,6 +63,7 @@ This package provides the following run-time libraries:
  - chrono
  - container
  - context
+ - contract (new in 1.67.0)
  - coroutine (Deprecated - use Coroutine2)
  - - coroutine2 (Requires GCC v5 and up)
  - date_time