diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-17 17:11:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-17 17:11:07 +0000 |
commit | 40ba1313b39a3a2df6a02cd10989edb07948e63c (patch) | |
tree | c5af35bd7225ccc36079ef64e713b360da865518 /devel/gnome-common | |
parent | 2f881102cf15437915f2618e42f3be47f5a94333 (diff) | |
download | pkgsrc-40ba1313b39a3a2df6a02cd10989edb07948e63c.tar.gz |
Update to 2.28.0, set LICENSE.
Distcheck with --disable-silent-rules
Version 2.28.0
Remove MAINTAINERS, and dist the DOAP file
Use AM_SILENT_RULES
Fix build breakage in modules caused by commit aac1a8ec
Chech for single header includes.
When maintainer mode is enabled, check for single header includes as
well as deprecated flags (#557070).
Support for automake 1.11
Remove auto-generated ChangeLog from the tree
Autogenerate ChangeLog
Trivial update
* Remove CVS references, use "repository tree"
* Fix whitespace
* Fix typo "The" -> "There"
Move to "development" category
Add the required DOAP project description (used
gnome-system-monitor as a template)
Only pass --enable-maintainer-mode when AM_MAINTAINER_MODE is present
Takeover
Revert "Add single include disabling cppflags"
Oops, this wasn't meant to be committed just yet.
This reverts commit f95de3b4b636786d1e297f40df32ee32f71ebce7.
Post branch version bump.
Add single include disabling cppflags
Default to enable maintainer mode
Add -Wno-portability to automake invocation. Bug #529120, patch by Philip Van Hoof.
Diffstat (limited to 'devel/gnome-common')
-rw-r--r-- | devel/gnome-common/Makefile | 7 | ||||
-rw-r--r-- | devel/gnome-common/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile index 5b7264c9e61..dddea4e9755 100644 --- a/devel/gnome-common/Makefile +++ b/devel/gnome-common/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2009/03/19 22:59:59 snj Exp $ +# $NetBSD: Makefile,v 1.13 2009/11/17 17:11:07 wiz Exp $ -DISTNAME= gnome-common-2.26.0 +DISTNAME= gnome-common-2.28.0 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/2.26/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/2.28/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Generic M4 macros for GNOME development +LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo index 3fbdce2fbac..f8ad9cf9b5e 100644 --- a/devel/gnome-common/distinfo +++ b/devel/gnome-common/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2009/03/19 22:59:59 snj Exp $ +$NetBSD: distinfo,v 1.9 2009/11/17 17:11:07 wiz Exp $ -SHA1 (gnome-common-2.26.0.tar.bz2) = 4e3517d674a015d9b3acfefd806b933bac08f645 -RMD160 (gnome-common-2.26.0.tar.bz2) = 788a1c6b008ad47714a5c73cdfc49d24a8d9d175 -Size (gnome-common-2.26.0.tar.bz2) = 69278 bytes +SHA1 (gnome-common-2.28.0.tar.bz2) = 84eeeb8ac783e3e7807da7eea83dd67afe8d826c +RMD160 (gnome-common-2.28.0.tar.bz2) = 599fc4e4d49c351db94b039c4e2b31ee97bc73d9 +Size (gnome-common-2.28.0.tar.bz2) = 151535 bytes |