pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mle: upgrade to version 1.7.2
Module Name: pkgsrc-wip
Committed By: Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By: nuclearkev
Date: Wed Jan 24 20:35:00 2024 -0500
Changeset: 34ce747b09a42140c84c362675e043a2ebc4e41d
Modified Files:
mle/Makefile
mle/distinfo
Log Message:
mle: upgrade to version 1.7.2
I've spoke with nikita@ about this and made sure it was okay that
I updated and changed the maintainer.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=34ce747b09a42140c84c362675e043a2ebc4e41d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mle/Makefile | 40 ++++++++++++++++++++++++----------------
mle/distinfo | 6 +++---
2 files changed, 27 insertions(+), 19 deletions(-)
diffs:
diff --git a/mle/Makefile b/mle/Makefile
index b65004e700..2e3885008c 100644
--- a/mle/Makefile
+++ b/mle/Makefile
@@ -1,38 +1,46 @@
# $NetBSD$
-GITHUB_PROJECT= mle
-DISTNAME= v1.4.2
-PKGNAME= mle-1.4.2
+DISTNAME= mle-1.7.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=adsr/}
-DIST_SUBDIR= ${GITHUB_PROJECT}
+GITHUB_RELEASE= v1.7.2
+GITHUB_PROJECT= mle
-MAINTAINER= nikita%NetBSD.org@localhost
+MAINTAINER= kevin.bloom%posteo.net@localhost
HOMEPAGE= https://github.com/adsr/mle/
-COMMENT= Termbox-based texteditor
+COMMENT= Termbox-based text editor
LICENSE= apache-2.0
-USE_TOOLS+= gmake
-WRKSRC= ${WRKDIR}/mle-1.4.2
+USE_TOOLS+= pkg-config gmake
+USE_LANGUAGES= c c++
MAKE_FLAGS+= prefix=${PREFIX}
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
-# \todo we should be able to use filename transformation here?
+PKGCONFIG_OVERRIDE+= vendor/pcre2/libpcre2-16.pc.in
+PKGCONFIG_OVERRIDE+= vendor/pcre2/libpcre2-32.pc.in
+PKGCONFIG_OVERRIDE+= vendor/pcre2/libpcre2-8.pc.in
+PKGCONFIG_OVERRIDE+= vendor/pcre2/libpcre2-posix.pc.in
+
SUBST_CLASSES+= lua
SUBST_MESSAGE.lua= rewrite lua directory directives
SUBST_FILES.lua= mle.h
-SUBST_SED.lua= -e 's,lua5.3/lualib.h,lua-5.3/lualib.h,g'
-SUBST_SED.lua+= -e 's,lua5.3/lua.h,lua-5.3/lua.h,g'
-SUBST_SED.lua+= -e 's,lua5.3/lauxlib.h,lua-5.3/lauxlib.h,g'
+SUBST_SED.lua= -e 's,lua5.4/lualib.h,lua-5.4/lualib.h,g'
+SUBST_SED.lua+= -e 's,lua5.4/lua.h,lua-5.4/lua.h,g'
+SUBST_SED.lua+= -e 's,lua5.4/lauxlib.h,lua-5.4/lauxlib.h,g'
SUBST_STAGE.lua= pre-build
+SUBST_CLASSES+= makefile
+SUBST_MESSAGE.makefile= remove -v flag
+SUBST_FILES.makefile= Makefile
+SUBST_SED.makefile= -e 's,install -v,install,g'
+SUBST_STAGE.makefile= pre-build
+
pre-install:
- cd ${WRKSRC} && ${INSTALL_DATA} mle.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ cd ${WRKSRC} && ${INSTALL_MAN} mle.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../lang/lua53/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
+.include "../../lang/lua54/buildlink3.mk"
.include "../../devel/uthash/buildlink3.mk"
-.include "../../wip/termbox/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mle/distinfo b/mle/distinfo
index cc119a2872..73f4b80499 100644
--- a/mle/distinfo
+++ b/mle/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-RMD160 (mle/v1.4.2.tar.gz) = 810e2d62de3df302c737433f83f7db0694738fd4
-SHA512 (mle/v1.4.2.tar.gz) = 4fe292065c64f3cbe255647804ba6314681bd82cbba8ef04e94bd3175b1b284c26d2c92de8d2e41c16b8f35f6df26d18a915c6f14affb73868637b0cfface376
-Size (mle/v1.4.2.tar.gz) = 105767 bytes
+BLAKE2s (mle-1.7.2.tar.gz) = ca85e28974b12393e338d428e73ed682327d2414e6f6839af219b6f06dcb1aba
+SHA512 (mle-1.7.2.tar.gz) = 63b86a5451bbb8772a34afc3b079b2ab66965c9984afdc2ea3d7eac6e3ace746c931426f0a5dd9a862e1c8a49c9e30d2a3279aec1060d3f15964e1dae9006696
+Size (mle-1.7.2.tar.gz) = 3629526 bytes
Home |
Main Index |
Thread Index |
Old Index