pkgsrc-WIP-changes archive

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

evernote-mode: mark as BROKEN



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Sep 24 23:01:57 2026 +0200
Changeset:	21ab1e12389ae485cbd9a6e0dc8b86e69eed76c1

Modified Files:
	ever-note-mode/Makefile

Log Message:
evernote-mode: mark as BROKEN

Needs an older Ruby than is in pkgsrc.

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

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

diffstat:
 ever-note-mode/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/ever-note-mode/Makefile b/ever-note-mode/Makefile
index 76a3a28a97..db0747351e 100644
--- a/ever-note-mode/Makefile
+++ b/ever-note-mode/Makefile
@@ -1,10 +1,9 @@
 # $NetBSD: Makefile,v 1.8 2012/09/28 22:07:35 asau Exp $
-#
 
 DISTNAME=	evernote-mode-0_41
-PKGNAME=	${DISTNAME:S/_/./}
+PKGNAME=	${EMACS_PKGNAME_PREFIX}${DISTNAME:S/_/./}
 CATEGORIES=	editors net
-MASTER_SITES=	http://emacs-evernote-mode.googlecode.com/files/
+MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/emacs-evernote-mode/
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	ryo_on%yk.rim.or.jp@localhost
@@ -24,6 +23,8 @@ WRKSRC=			${WRKDIR}/${DISTNAME}/ruby
 RUBY_VERSION_SUPPORTED=	21 # xxx untested
 USE_RUBY_SETUP=		YES
 
+BROKEN=		"Does not support Ruby 3.3+"
+
 DOCUMENTS=	readme_en.txt \
 		readme_en.html \
 		readme_en.org \


Home | Main Index | Thread Index | Old Index