pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pangomm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 31 20:04:34 UTC 2021

Modified Files:
        pkgsrc/devel/pangomm: DESCR Makefile

Log Message:
pangomm: mention 1.4 API in DESCR and COMMENT


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/pangomm/DESCR
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/pangomm/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/pangomm/DESCR
diff -u pkgsrc/devel/pangomm/DESCR:1.1.1.1 pkgsrc/devel/pangomm/DESCR:1.2
--- pkgsrc/devel/pangomm/DESCR:1.1.1.1  Thu Oct 16 18:01:31 2008
+++ pkgsrc/devel/pangomm/DESCR  Mon May 31 20:04:34 2021
@@ -2,3 +2,5 @@ pangomm (used to be part of gtkmm) is th
 popular GUI library GTK+. Highlights include typesafe callbacks, widgets
 extensible via inheritance and a comprehensive set of widget classes that
 can be freely combined to quickly create complex user interfaces.
+
+This package follows the 1.4 API.

Index: pkgsrc/devel/pangomm/Makefile
diff -u pkgsrc/devel/pangomm/Makefile:1.62 pkgsrc/devel/pangomm/Makefile:1.63
--- pkgsrc/devel/pangomm/Makefile:1.62  Mon May 24 19:52:00 2021
+++ pkgsrc/devel/pangomm/Makefile       Mon May 31 20:04:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2021/05/24 19:52:00 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2021/05/31 20:04:34 wiz Exp $
 
 DISTNAME=      pangomm-2.46.0
 PKGREVISION=   1
@@ -8,7 +8,7 @@ EXTRACT_SUFX=   .tar.xz
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      https://www.gtkmm.org/
-COMMENT=       C++ bindings for pango
+COMMENT=       C++ bindings for pango (1.4 API)
 LICENSE=       gnu-lgpl-v2.1
 
 CONFLICTS+=    gtkmm<=2.13.5



Home | Main Index | Thread Index | Old Index