diff options
author | drochner <drochner@pkgsrc.org> | 2005-04-18 17:11:47 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-04-18 17:11:47 +0000 |
commit | 7a09b1d8c26f252bbb3888296b8b3c2417babb78 (patch) | |
tree | 4cecf83f149455d00a84cdab54a769cc9e47a17e /devel | |
parent | 7754b22050dffa6d5e5c7dc863b537d917c4a877 (diff) | |
download | pkgsrc-7a09b1d8c26f252bbb3888296b8b3c2417babb78.tar.gz |
update to 2.0.11
changes:
2.0.11:
2005-03-09 Cedric Gustin <cedric.gustin@swing.be>
* Makefile.am: Moved MSVC_Net2003 directory to SUBDIRS.
* MSVC_Net2003/Makefile.am: Added blank.cpp to EXTRA_DIST.
* MSVC_Net2003/libsigc++2_msvcNet2003.sln: Removed
test_accumulated and test_lambda projects as the tests are
disabled in the standard, configure-based build.
* MSVC_Net2003/MSVC_Net2003/libsigc++2_msvcNet2003.vcproj:
Generate a PDB file in the Debug target.
2005-03-05 Murray Cumming <murrayc@murrayc.com>
* docs/website/stable.html: Mention actual supported compilers.
* docs/website/docs.html: Removed broken examples links. Change
reference link to the reference overview page.
2005-02-23 Murray Cumming <murrayc@murrayc.com>
* sigc++/functors/slot_base.h: Make slot_base::operator=() public, to
fix the build with SUN Forte C++ 5.5 and Tru64.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsigc++2/Makefile | 6 | ||||
-rw-r--r-- | devel/libsigc++2/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/libsigc++2/Makefile b/devel/libsigc++2/Makefile index 150ed216e3d..b5a95491e3d 100644 --- a/devel/libsigc++2/Makefile +++ b/devel/libsigc++2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:27 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/18 17:11:47 drochner Exp $ -DISTNAME= libsigc++-2.0.10 -PKGNAME= libsigc++2-2.0.10 +DISTNAME= libsigc++-2.0.11 +PKGNAME= libsigc++2-2.0.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/2.0/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/libsigc++2/distinfo b/devel/libsigc++2/distinfo index bed5a01d31e..d2627b41ca3 100644 --- a/devel/libsigc++2/distinfo +++ b/devel/libsigc++2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/03/29 12:59:32 adam Exp $ +$NetBSD: distinfo,v 1.5 2005/04/18 17:11:47 drochner Exp $ -SHA1 (libsigc++-2.0.10.tar.bz2) = 21a55d0a0ca771c629b33b45c3e2b400c159ac05 -RMD160 (libsigc++-2.0.10.tar.bz2) = 3222b32842bcd1e5b330ff629806549c23a58b74 -Size (libsigc++-2.0.10.tar.bz2) = 1736658 bytes +SHA1 (libsigc++-2.0.11.tar.bz2) = b073e2d6489e690e7974029723abf11e41370534 +RMD160 (libsigc++-2.0.11.tar.bz2) = 01453ea77d54fee4ad62fcb9111eadc45f0af9e1 +Size (libsigc++-2.0.11.tar.bz2) = 1434804 bytes |