diff options
author | pawel <pawel@FreeBSD.org> | 2016-01-06 15:21:39 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-01-06 15:21:39 +0800 |
commit | d1c31046de64c718a81bb9e2b112da5d8af98645 (patch) | |
tree | 8ba5181e711c10eff5fe19b5b5dd7ff98994f20a /x11-toolkits | |
parent | 404a670667db4e17478c756f0a719715ee9b7052 (diff) | |
download | freebsd-ports-graphics-d1c31046de64c718a81bb9e2b112da5d8af98645.tar.gz freebsd-ports-graphics-d1c31046de64c718a81bb9e2b112da5d8af98645.tar.zst freebsd-ports-graphics-d1c31046de64c718a81bb9e2b112da5d8af98645.zip |
Update to version 2.2.12
Changelog:
Simplify Cgu::Application::add() method (application.cpp).
Minor implementation improvement for
Cgu::Thread::parallel_transform* functions (do pointer arithmetic
before not after tasks are launched) (parallel.h).
Permit return value optimisation when returning thread object on
starting new thread (thread.cpp).
Update libtool to version 2.4.6.
Documentation fix for doxygen-1.8.9 (docs/Doxyfile.in).
Update code comments (emitter.h).
Update documentation (doxygen.main.in, application.h, emitter.h,
extension.h, future.h, future.tpp, shared_handle.h, shared_ptr.h,
task_manager.h, thread.h).
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/c++-gtk-utils/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/c++-gtk-utils/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/c++-gtk-utils/pkg-plist | 2 |
3 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/c++-gtk-utils/Makefile b/x11-toolkits/c++-gtk-utils/Makefile index e94fcf78ff9..6fe4a23553c 100644 --- a/x11-toolkits/c++-gtk-utils/Makefile +++ b/x11-toolkits/c++-gtk-utils/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= c++-gtk-utils -PORTVERSION= 2.2.11 +PORTVERSION= 2.2.12 CATEGORIES= x11-toolkits MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/ -DISTNAME= c%2B%2B-gtk-utils-${PORTVERSION} MAINTAINER= pawel@FreeBSD.org COMMENT= Lightweight library for programming GTK+ programs @@ -20,9 +19,6 @@ USE_LDCONFIG= yes CONFIGURE_SCRIPT= configure-gtk2 CONFIGURE_ARGS+= --docdir=${DOCSDIR} -INSTALL_TARGET= install-strip - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= * OPTIONS_DEFINE= DEBUG DOCS diff --git a/x11-toolkits/c++-gtk-utils/distinfo b/x11-toolkits/c++-gtk-utils/distinfo index e8cb6e5968f..30f596a5a30 100644 --- a/x11-toolkits/c++-gtk-utils/distinfo +++ b/x11-toolkits/c++-gtk-utils/distinfo @@ -1,2 +1,2 @@ -SHA256 (c%2B%2B-gtk-utils-2.2.11.tar.gz) = 134cdfbf9b4eb75ad705b6eeea7911ea53997fcbf7b2c421b6306075f0c50cdf -SIZE (c%2B%2B-gtk-utils-2.2.11.tar.gz) = 2679730 +SHA256 (c++-gtk-utils-2.2.12.tar.gz) = 3e69fd4dc952bf305c95f37417edc2c387ec84e0aebeffa49c2828725e2d76e9 +SIZE (c++-gtk-utils-2.2.12.tar.gz) = 2738884 diff --git a/x11-toolkits/c++-gtk-utils/pkg-plist b/x11-toolkits/c++-gtk-utils/pkg-plist index 99655e3b60e..297f1fbe72d 100644 --- a/x11-toolkits/c++-gtk-utils/pkg-plist +++ b/x11-toolkits/c++-gtk-utils/pkg-plist @@ -40,5 +40,5 @@ include/c++-gtk-utils-2-2.2/c++-gtk-utils/window.h lib/libcxx-gtk-utils-2-2.2.a lib/libcxx-gtk-utils-2-2.2.so lib/libcxx-gtk-utils-2-2.2.so.0 -lib/libcxx-gtk-utils-2-2.2.so.0.1.7 +lib/libcxx-gtk-utils-2-2.2.so.0.1.8 libdata/pkgconfig/c++-gtk-utils-2-2.2.pc |