diff options
author | truckman <truckman@FreeBSD.org> | 2017-02-25 07:24:28 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2017-02-25 07:24:28 +0800 |
commit | d49f0c783eb80bda7659248458ed67c50589d0c1 (patch) | |
tree | d79f9cbb48710a2c4633c6b7bb75de41f51a63d1 /devel | |
parent | a4eec7d9153109e0186deebb2740f357465a883b (diff) | |
download | freebsd-ports-gnome-d49f0c783eb80bda7659248458ed67c50589d0c1.tar.gz freebsd-ports-gnome-d49f0c783eb80bda7659248458ed67c50589d0c1.tar.zst freebsd-ports-gnome-d49f0c783eb80bda7659248458ed67c50589d0c1.zip |
Upgrade devel/fstrm to version 0.3.1:
* Add support for '-' as a filename for stdin/stdout (PR #28)
* destroy condition variable and mutexes in fstrm_iothr_destroy() (PR #25)
Set INSTALL_TARGET=install-strip to pacify stage Q/A.
PR: 217184
Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Sponsored by: Farsight Security, Inc.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fstrm/Makefile | 4 | ||||
-rw-r--r-- | devel/fstrm/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/fstrm/Makefile b/devel/fstrm/Makefile index 6c574acaab62..dc8b5d493dad 100644 --- a/devel/fstrm/Makefile +++ b/devel/fstrm/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= fstrm -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= devel MAINTAINER= freebsd@dns-lab.com @@ -21,6 +20,7 @@ GH_ACCOUNT= farsightsec GNU_CONFIGURE= yes USES= autoreconf gmake libtool pkgconfig USE_LDCONFIG= yes +INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOXYGEN diff --git a/devel/fstrm/distinfo b/devel/fstrm/distinfo index b82ef2d40465..58cdda06b0c4 100644 --- a/devel/fstrm/distinfo +++ b/devel/fstrm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477433819 -SHA256 (farsightsec-fstrm-v0.3.0_GH0.tar.gz) = 531ef29ed2a15dfe4993448eb4e8463c5ed8eebf1472a5608c6ac0a6f62b3a12 -SIZE (farsightsec-fstrm-v0.3.0_GH0.tar.gz) = 185153 +TIMESTAMP = 1487371332 +SHA256 (farsightsec-fstrm-v0.3.1_GH0.tar.gz) = a61ec0bb88b1e7bab05a6c854219deb451137c4de15800fc1ee2bee4b9b0d22a +SIZE (farsightsec-fstrm-v0.3.1_GH0.tar.gz) = 185320 |