pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 wxGTK*: be more explicit about differences



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f39f0461f8c
branches:  trunk
changeset: 449612:5f39f0461f8c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 02 10:26:17 2021 +0000

description:
wxGTK*: be more explicit about differences

diffstat:

 x11/wxGTK28/Makefile |  4 ++--
 x11/wxGTK31/DESCR    |  2 +-
 x11/wxGTK31/Makefile |  4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 21f26ef35035 -r 5f39f0461f8c x11/wxGTK28/Makefile
--- a/x11/wxGTK28/Makefile      Fri Apr 02 10:09:41 2021 +0000
+++ b/x11/wxGTK28/Makefile      Fri Apr 02 10:26:17 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.60 2021/04/02 10:09:41 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2021/04/02 10:26:17 wiz Exp $
 #
 
 .include "../../x11/wxGTK28/Makefile.common"
 
 PKGNAME=               ${DISTNAME:S/wxGTK/wxGTK28/}
 PKGREVISION=           23
-COMMENT=               GTK-based implementation of the wxWidgets GUI library (2.8 branch)
+COMMENT=               GTK-based implementation of the wxWidgets GUI library (old 2.8 branch)
 
 BUILD_TARGET=  all
 INSTALL_TARGET=        install
diff -r 21f26ef35035 -r 5f39f0461f8c x11/wxGTK31/DESCR
--- a/x11/wxGTK31/DESCR Fri Apr 02 10:09:41 2021 +0000
+++ b/x11/wxGTK31/DESCR Fri Apr 02 10:26:17 2021 +0000
@@ -17,4 +17,4 @@
 support, and many other features that make it easier to write modern and
 user-friendly applications.
 
-This package contains the 3.1 branch of the library.
+This package contains the 3.1 development branch of the library.
diff -r 21f26ef35035 -r 5f39f0461f8c x11/wxGTK31/Makefile
--- a/x11/wxGTK31/Makefile      Fri Apr 02 10:09:41 2021 +0000
+++ b/x11/wxGTK31/Makefile      Fri Apr 02 10:26:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/02 10:06:27 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/02 10:26:17 wiz Exp $
 
 DISTNAME=      wxWidgets-3.1.4
 PKGNAME=       ${DISTNAME:S/wxWidgets/wxGTK31/}
@@ -10,7 +10,7 @@
 
 MAINTAINER=    dbj%NetBSD.org@localhost
 HOMEPAGE=      https://www.wxwidgets.org/
-COMMENT=       Cross-platform wxWidgets GUI library (3.1 branch)
+COMMENT=       Cross-platform wxWidgets GUI library (3.1 development branch)
 # LGPLv2 with additional permission; http://opensource.org/licenses/wxwindows
 LICENSE=       gnu-lgpl-v2
 



Home | Main Index | Thread Index | Old Index