svn commit: r516136 - head/devel/corrade
Yuri Victorovich
yuri at FreeBSD.org
Thu Oct 31 07:21:30 UTC 2019
Author: yuri
Date: Thu Oct 31 07:21:29 2019
New Revision: 516136
URL: https://svnweb.freebsd.org/changeset/ports/516136
Log:
devel/corrade: Update 2019.01 -> 2019.10
Reported by: portscout
Modified:
head/devel/corrade/Makefile
head/devel/corrade/distinfo
head/devel/corrade/pkg-plist
Modified: head/devel/corrade/Makefile
==============================================================================
--- head/devel/corrade/Makefile Thu Oct 31 07:18:29 2019 (r516135)
+++ head/devel/corrade/Makefile Thu Oct 31 07:21:29 2019 (r516136)
@@ -2,12 +2,8 @@
PORTNAME= corrade
DISTVERSIONPREFIX= v
-DISTVERSION= 2019.01
-PORTREVISION= 1
+DISTVERSION= 2019.10
CATEGORIES= devel
-
-PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
-PATCHFILES= 7a84146a077551f6c1e985a153642fb50d3e72ef.patch:-p1
MAINTAINER= yuri at FreeBSD.org
COMMENT= C++11/C++14 multiplatform utility library
Modified: head/devel/corrade/distinfo
==============================================================================
--- head/devel/corrade/distinfo Thu Oct 31 07:18:29 2019 (r516135)
+++ head/devel/corrade/distinfo Thu Oct 31 07:21:29 2019 (r516136)
@@ -1,7 +1,5 @@
-TIMESTAMP = 1550936709
-SHA256 (mosra-corrade-v2019.01_GH0.tar.gz) = 67c813e8e2e687410ff2fac917d3c21d3c91d3e9c997a3d00fb78733ade1e13b
-SIZE (mosra-corrade-v2019.01_GH0.tar.gz) = 504295
+TIMESTAMP = 1572506352
+SHA256 (mosra-corrade-v2019.10_GH0.tar.gz) = 19dbf3c0b28a06a7017d627ee7b84c23b994c469198c1134a8aeba9cfbff7ec3
+SIZE (mosra-corrade-v2019.10_GH0.tar.gz) = 651664
SHA256 (mosra-toolchains-a3e0aff_GH0.tar.gz) = 04cd9a898141baf80f765254c0e18ec233b25066b5911673a7284a13f5c85024
SIZE (mosra-toolchains-a3e0aff_GH0.tar.gz) = 6884
-SHA256 (7a84146a077551f6c1e985a153642fb50d3e72ef.patch) = 41671eb7e71bbdee4924ad2435dc40ed26573afff8dc74a4961cf7d6f0d3b1ec
-SIZE (7a84146a077551f6c1e985a153642fb50d3e72ef.patch) = 813
Modified: head/devel/corrade/pkg-plist
==============================================================================
--- head/devel/corrade/pkg-plist Thu Oct 31 07:18:29 2019 (r516135)
+++ head/devel/corrade/pkg-plist Thu Oct 31 07:21:29 2019 (r516136)
@@ -1,6 +1,8 @@
bin/corrade-rc
include/Corrade/Containers/Array.h
include/Corrade/Containers/ArrayView.h
+include/Corrade/Containers/ArrayViewStl.h
+include/Corrade/Containers/ArrayViewStlSpan.h
include/Corrade/Containers/Containers.h
include/Corrade/Containers/EnumSet.h
include/Corrade/Containers/EnumSet.hpp
@@ -35,6 +37,7 @@ include/Corrade/TestSuite/Compare/File.h
include/Corrade/TestSuite/Compare/FileToString.h
include/Corrade/TestSuite/Compare/FloatingPoint.h
include/Corrade/TestSuite/Compare/Numeric.h
+include/Corrade/TestSuite/Compare/SortedContainer.h
include/Corrade/TestSuite/Compare/StringToFile.h
include/Corrade/TestSuite/TestSuite.h
include/Corrade/TestSuite/Tester.h
@@ -46,14 +49,21 @@ include/Corrade/Utility/Configuration.h
include/Corrade/Utility/ConfigurationGroup.h
include/Corrade/Utility/ConfigurationValue.h
include/Corrade/Utility/Debug.h
+include/Corrade/Utility/DebugStl.h
include/Corrade/Utility/Directory.h
include/Corrade/Utility/Endianness.h
include/Corrade/Utility/FileWatcher.h
include/Corrade/Utility/Format.h
+include/Corrade/Utility/FormatStl.h
include/Corrade/Utility/Macros.h
include/Corrade/Utility/MurmurHash2.h
include/Corrade/Utility/Resource.h
include/Corrade/Utility/Sha1.h
+include/Corrade/Utility/StlForwardArray.h
+include/Corrade/Utility/StlForwardString.h
+include/Corrade/Utility/StlForwardTuple.h
+include/Corrade/Utility/StlForwardVector.h
+include/Corrade/Utility/StlMath.h
include/Corrade/Utility/String.h
include/Corrade/Utility/System.h
include/Corrade/Utility/Tweakable.h
@@ -67,16 +77,16 @@ include/Corrade/Utility/visibility.h
include/Corrade/configure.h
lib/libCorradeInterconnect.so
lib/libCorradeInterconnect.so.2
-lib/libCorradeInterconnect.so.2.2
+lib/libCorradeInterconnect.so.2.3
lib/libCorradePluginManager.so
lib/libCorradePluginManager.so.2
-lib/libCorradePluginManager.so.2.2
+lib/libCorradePluginManager.so.2.3
lib/libCorradeTestSuite.so
lib/libCorradeTestSuite.so.2
-lib/libCorradeTestSuite.so.2.2
+lib/libCorradeTestSuite.so.2.3
lib/libCorradeUtility.so
lib/libCorradeUtility.so.2
-lib/libCorradeUtility.so.2.2
+lib/libCorradeUtility.so.2.3
share/cmake/Corrade/CorradeConfig.cmake
share/cmake/Corrade/CorradeLibSuffix.cmake
share/cmake/Corrade/FindCorrade.cmake
More information about the svn-ports-all
mailing list