pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glibmm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 31 19:57:03 UTC 2021

Modified Files:
        pkgsrc/devel/glibmm: DESCR Makefile

Log Message:
glibmm: mention API version in COMMENT and DESCR


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/glibmm/DESCR
cvs rdiff -u -r1.89 -r1.90 pkgsrc/devel/glibmm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/glibmm/DESCR
diff -u pkgsrc/devel/glibmm/DESCR:1.2 pkgsrc/devel/glibmm/DESCR:1.3
--- pkgsrc/devel/glibmm/DESCR:1.2       Sat Jul 28 21:22:35 2012
+++ pkgsrc/devel/glibmm/DESCR   Mon May 31 19:57:03 2021
@@ -1 +1,3 @@
 glibmm is a C++ interface for the devel/glib2 library.
+
+This package follows the 2.4 API.

Index: pkgsrc/devel/glibmm/Makefile
diff -u pkgsrc/devel/glibmm/Makefile:1.89 pkgsrc/devel/glibmm/Makefile:1.90
--- pkgsrc/devel/glibmm/Makefile:1.89   Mon May 24 19:49:57 2021
+++ pkgsrc/devel/glibmm/Makefile        Mon May 31 19:57:03 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2021/05/24 19:49:57 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2021/05/31 19:57:03 wiz Exp $
 
 DISTNAME=      glibmm-2.66.0
 PKGREVISION=   2
@@ -8,7 +8,7 @@ EXTRACT_SUFX=   .tar.xz
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      https://www.gtkmm.org/
-COMMENT=       C++ bindings for glib
+COMMENT=       C++ bindings for glib (2.4 API)
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 # With 4.8, one gets the following:



Home | Main Index | Thread Index | Old Index