pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/codelite



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun  7 10:01:02 UTC 2023

Modified Files:
        pkgsrc/editors/codelite: Makefile

Log Message:
codelite: switch to wxGTK32


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/editors/codelite/Makefile

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

Modified files:

Index: pkgsrc/editors/codelite/Makefile
diff -u pkgsrc/editors/codelite/Makefile:1.51 pkgsrc/editors/codelite/Makefile:1.52
--- pkgsrc/editors/codelite/Makefile:1.51       Wed Apr 19 08:09:48 2023
+++ pkgsrc/editors/codelite/Makefile    Wed Jun  7 10:01:02 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.51 2023/04/19 08:09:48 adam Exp $
+# $NetBSD: Makefile,v 1.52 2023/06/07 10:01:02 wiz Exp $
 
 DISTNAME=      codelite-16.0
-GITHUB_TAG=    16.0.0-1
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    editors x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=eranif/}
+GITHUB_TAG=    16.0.0-1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://codelite.org/
@@ -80,5 +80,5 @@ BUILDLINK_TRANSFORM.SunOS+=   rm:-Wl,--dis
 .include "../../textproc/hunspell/buildlink3.mk"
 .include "../../textproc//uchardet/buildlink3.mk"
 .include "../../security/libssh/buildlink3.mk"
-.include "../../x11/wxGTK31/buildlink3.mk"
+.include "../../x11/wxGTK32/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index