diff options
author | adam <adam> | 2007-10-13 17:44:12 +0000 |
---|---|---|
committer | adam <adam> | 2007-10-13 17:44:12 +0000 |
commit | 4e4bf52487b4f397d66fc9de7050e78a6b633c2c (patch) | |
tree | fc302c5642a8357b4bb7a2781d85f69a098c1c1c /sysutils | |
parent | 4924d1bb5ebb7a9c1edd18a9d62e50074d0c2fc3 (diff) | |
download | pkgsrc-4e4bf52487b4f397d66fc9de7050e78a6b633c2c.tar.gz |
Changes 2.20:
* docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation
is built wihout hiding optional API, such as use of exceptions.
* libgnomevfs/libgnomevfsmm/directory-handle.cc: Fixed build with
disabled exceptions.
* scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output,
to fix the build on some platforms.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-vfsmm/Makefile | 7 | ||||
-rw-r--r-- | sysutils/gnome-vfsmm/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/gnome-vfsmm/Makefile b/sysutils/gnome-vfsmm/Makefile index 12fae280400..900d774a32c 100644 --- a/sysutils/gnome-vfsmm/Makefile +++ b/sysutils/gnome-vfsmm/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2007/09/21 13:04:18 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2007/10/13 17:44:12 adam Exp $ -DISTNAME= gnome-vfsmm-2.18.0 -PKGREVISION= 3 +DISTNAME= gnome-vfsmm-2.20.0 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfsmm/2.18/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfsmm/2.20/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org diff --git a/sysutils/gnome-vfsmm/distinfo b/sysutils/gnome-vfsmm/distinfo index 47d89a1e3ff..330cf1c4087 100644 --- a/sysutils/gnome-vfsmm/distinfo +++ b/sysutils/gnome-vfsmm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2007/04/11 09:07:41 adam Exp $ +$NetBSD: distinfo,v 1.7 2007/10/13 17:44:12 adam Exp $ -SHA1 (gnome-vfsmm-2.18.0.tar.bz2) = ec550c43f84669dc747038afd5d643a2909d453d -RMD160 (gnome-vfsmm-2.18.0.tar.bz2) = 1a3c54186aa286054251f7624976e17627936c07 -Size (gnome-vfsmm-2.18.0.tar.bz2) = 345525 bytes +SHA1 (gnome-vfsmm-2.20.0.tar.bz2) = 8b49b8299c03be5bf0fce16bfa4cc63d78b26d4c +RMD160 (gnome-vfsmm-2.20.0.tar.bz2) = 4231975d9ff3b957c0b0f7fbaa8a427eafb6fbf2 +Size (gnome-vfsmm-2.20.0.tar.bz2) = 344213 bytes |