pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel distinguish between glib1 and glib2 in COMMENT.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b26922401e4
branches:  trunk
changeset: 481420:6b26922401e4
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Oct 04 11:19:40 2004 +0000

description:
distinguish between glib1 and glib2 in COMMENT.

diffstat:

 devel/glib/Makefile  |  4 ++--
 devel/glib2/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 79c29fe4c4a9 -r 6b26922401e4 devel/glib/Makefile
--- a/devel/glib/Makefile       Mon Oct 04 11:11:23 2004 +0000
+++ b/devel/glib/Makefile       Mon Oct 04 11:19:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2004/10/03 00:13:27 tv Exp $
+# $NetBSD: Makefile,v 1.73 2004/10/04 11:19:40 grant Exp $
 # FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp
 #
 
@@ -11,7 +11,7 @@
 
 MAINTAINER=            tron%NetBSD.org@localhost
 HOMEPAGE=              http://developer.gnome.org/doc/API/glib/index.html
-COMMENT=               Some useful routines for C programming
+COMMENT=               Some useful routines for C programming (glib1)
 
 CONFLICTS=             gtk+-1.0.*
 
diff -r 79c29fe4c4a9 -r 6b26922401e4 devel/glib2/Makefile
--- a/devel/glib2/Makefile      Mon Oct 04 11:11:23 2004 +0000
+++ b/devel/glib2/Makefile      Mon Oct 04 11:19:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2004/10/03 00:13:27 tv Exp $
+# $NetBSD: Makefile,v 1.58 2004/10/04 11:19:40 grant Exp $
 
 DISTNAME=              glib-2.4.6
 PKGNAME=               ${DISTNAME:S/glib/glib2/}
@@ -11,7 +11,7 @@
 
 MAINTAINER=            jmmv%NetBSD.org@localhost
 HOMEPAGE=              http://www.gtk.org/docs/glib_toc.html
-COMMENT=               Some useful routines for C programming
+COMMENT=               Some useful routines for C programming (glib2)
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 



Home | Main Index | Thread Index | Old Index