pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  2 10:26:17 UTC 2021

Modified Files:
        pkgsrc/x11/wxGTK28: Makefile
        pkgsrc/x11/wxGTK31: DESCR Makefile

Log Message:
wxGTK*: be more explicit about differences


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/x11/wxGTK28/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/wxGTK31/DESCR pkgsrc/x11/wxGTK31/Makefile

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

Modified files:

Index: pkgsrc/x11/wxGTK28/Makefile
diff -u pkgsrc/x11/wxGTK28/Makefile:1.60 pkgsrc/x11/wxGTK28/Makefile:1.61
--- pkgsrc/x11/wxGTK28/Makefile:1.60    Fri Apr  2 10:09:41 2021
+++ pkgsrc/x11/wxGTK28/Makefile Fri Apr  2 10:26:17 2021
@@ -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

Index: pkgsrc/x11/wxGTK31/DESCR
diff -u pkgsrc/x11/wxGTK31/DESCR:1.1 pkgsrc/x11/wxGTK31/DESCR:1.2
--- pkgsrc/x11/wxGTK31/DESCR:1.1        Fri Apr  2 10:06:27 2021
+++ pkgsrc/x11/wxGTK31/DESCR    Fri Apr  2 10:26:17 2021
@@ -17,4 +17,4 @@ virtual filesystems, easy-to-use OLE aut
 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.
Index: pkgsrc/x11/wxGTK31/Makefile
diff -u pkgsrc/x11/wxGTK31/Makefile:1.1 pkgsrc/x11/wxGTK31/Makefile:1.2
--- pkgsrc/x11/wxGTK31/Makefile:1.1     Fri Apr  2 10:06:27 2021
+++ pkgsrc/x11/wxGTK31/Makefile Fri Apr  2 10:26:17 2021
@@ -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 @@ EXTRACT_SUFX= .tar.bz2
 
 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