diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-07-12 16:15:48 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-07-12 16:15:48 +0000 |
commit | 2c9764390c92b83b3885970f42efe1650e7cd4e5 (patch) | |
tree | 948b0f77125ce68986440274e68aa60c8b5ecafb /graphics/partio | |
parent | 55ce63c0665720ad4497229ae31f94aef59a0f81 (diff) | |
download | freebsd-ports-2c9764390c92b83b3885970f42efe1650e7cd4e5.zip |
graphics/partio: update to 1.10.1
* Fixed unique_ptr type in Particle class and made release() non-const.
* Build against the configured gtest
Reported by: portscout
Diffstat (limited to 'graphics/partio')
-rw-r--r-- | graphics/partio/Makefile | 2 | ||||
-rw-r--r-- | graphics/partio/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/partio/Makefile b/graphics/partio/Makefile index fe61968c03fc..880e7a29ff49 100644 --- a/graphics/partio/Makefile +++ b/graphics/partio/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= partio -PORTVERSION= 1.8.3 +PORTVERSION= 1.10.1 DISTVERSIONPREFIX= v CATEGORIES= graphics math diff --git a/graphics/partio/distinfo b/graphics/partio/distinfo index 117915f1326b..7f662713271a 100644 --- a/graphics/partio/distinfo +++ b/graphics/partio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1561477252 -SHA256 (wdas-partio-v1.8.3_GH0.tar.gz) = 4fd2b5d398519d48358d0a08a1c1b6c411501b86752599270d9dbc3ae74fafe1 -SIZE (wdas-partio-v1.8.3_GH0.tar.gz) = 333035 +TIMESTAMP = 1562945121 +SHA256 (wdas-partio-v1.10.1_GH0.tar.gz) = 49f0d61bcca4ac3900dc68fdf11fa325cec6fab6cedde37c5a2ce365b1b46112 +SIZE (wdas-partio-v1.10.1_GH0.tar.gz) = 333129 |