aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqlitecpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlitecpp/Makefile')
-rw-r--r--databases/sqlitecpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlitecpp/Makefile b/databases/sqlitecpp/Makefile
index 85d41cdff763..0d5c0ef94625 100644
--- a/databases/sqlitecpp/Makefile
+++ b/databases/sqlitecpp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sqlitecpp
-DISTVERSION= 3.3.2
+DISTVERSION= 3.3.3
CATEGORIES= databases devel
MAINTAINER= yuri@FreeBSD.org
@@ -22,6 +22,6 @@ CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= SQLITECPP_INTERNAL_SQLITE SQLITECPP_RUN_CPPLINT
CMAKE_TESTING_ON= SQLITECPP_BUILD_TESTS
-# tests fail, see https://github.com/SRombauts/SQLiteCpp/issues/481
+# tests as of 3.3.3: 100% tests passed, 0 tests failed out of 1
.include <bsd.port.mk>