pkgsrc-WIP-changes archive

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

ape: Update to 3.5.3.59



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Sep 4 09:37:56 2021 -0500
Changeset:	edb8bffc2349d021cc31392b730301e17bd0a990

Modified Files:
	ape/Makefile
	ape/PLIST
	ape/distinfo
	peak-classifier/Makefile

Log Message:
ape: Update to 3.5.3.59

Add language support, syntax highlighting, and macros for markdown

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=edb8bffc2349d021cc31392b730301e17bd0a990

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

diffstat:
 ape/Makefile             | 4 ++--
 ape/PLIST                | 4 ++++
 ape/distinfo             | 8 ++++----
 peak-classifier/Makefile | 2 +-
 4 files changed, 11 insertions(+), 7 deletions(-)

diffs:
diff --git a/ape/Makefile b/ape/Makefile
index 829f28ff56..b7ee91f507 100644
--- a/ape/Makefile
+++ b/ape/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.7 2014/04/03 01:21:22 outpaddling Exp $
 
-DISTNAME=	APE-3.5.3.58
+DISTNAME=	APE-3.5.3.59
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	bfd4bc30c06a54b75ef23d5873940e095a14b7c0
+GITHUB_TAG=	d62d80287b6c7eaed8cb34803f1e87d601ee5afb
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/APE
diff --git a/ape/PLIST b/ape/PLIST
index 2788808cdc..9ec81ca241 100644
--- a/ape/PLIST
+++ b/ape/PLIST
@@ -103,6 +103,10 @@ share/APE/Languages/Makefile/Macros/macros
 share/APE/Languages/Makefile/Macros/menu.txt
 share/APE/Languages/Makefile/language_opts
 share/APE/Languages/Makefile/syntax_highlighting
+share/APE/Languages/Markdown/Macros/macros
+share/APE/Languages/Markdown/Macros/menu.txt
+share/APE/Languages/Markdown/language_opts
+share/APE/Languages/Markdown/syntax_highlighting
 share/APE/Languages/NQC/Macros/macros
 share/APE/Languages/NQC/Macros/menu.txt
 share/APE/Languages/NQC/language_opts
diff --git a/ape/distinfo b/ape/distinfo
index 60ca5f17b8..d0d62eb383 100644
--- a/ape/distinfo
+++ b/ape/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (APE-3.5.3.58-bfd4bc30c06a54b75ef23d5873940e095a14b7c0.tar.gz) = 425e094ab174c50c389dca30d4ba6ae975563c42
-RMD160 (APE-3.5.3.58-bfd4bc30c06a54b75ef23d5873940e095a14b7c0.tar.gz) = f0679c096677f4ba1cc8ab4d01ef04ec9a7b55f9
-SHA512 (APE-3.5.3.58-bfd4bc30c06a54b75ef23d5873940e095a14b7c0.tar.gz) = 2d4bb8ef9cf4182a07188f7a6d502f629dad3d6b98276c7ade719c5e0f0e9eff9150cb33dfc38d1094b56b926bcc8d47f975dca667bf2af2d25409aaef9cc65a
-Size (APE-3.5.3.58-bfd4bc30c06a54b75ef23d5873940e095a14b7c0.tar.gz) = 190310 bytes
+SHA1 (APE-3.5.3.59-d62d80287b6c7eaed8cb34803f1e87d601ee5afb.tar.gz) = 9106dd901576d187fc41e09697d86a9dfbec4d00
+RMD160 (APE-3.5.3.59-d62d80287b6c7eaed8cb34803f1e87d601ee5afb.tar.gz) = 345472a468a1e6a490aa0474c73953d08f1359b4
+SHA512 (APE-3.5.3.59-d62d80287b6c7eaed8cb34803f1e87d601ee5afb.tar.gz) = b397c9a2c500785d51edec436034382b9ab807ee9db9d575807fb02f32ab9b1598f0f85c1a177ace4820da1b3e52c2376165f64f8eea6e7ee08aff166be62f3f
+Size (APE-3.5.3.59-d62d80287b6c7eaed8cb34803f1e87d601ee5afb.tar.gz) = 190622 bytes
diff --git a/peak-classifier/Makefile b/peak-classifier/Makefile
index 273c6b8407..d1ca7cefb4 100644
--- a/peak-classifier/Makefile
+++ b/peak-classifier/Makefile
@@ -17,7 +17,7 @@ REPLACE_PYTHON=	feature-view.py
 pre-build:
 	cd ${WRKSRC} && make depend PREFIX=${PREFIX}
 
-.include "../../wip/biolibc/buildlink3.mk"
 .include "../../wip/libxtend/buildlink3.mk"
+.include "../../wip/biolibc/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index