pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/dinotrace-mode



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug 27 10:36:40 UTC 2023

Modified Files:
        pkgsrc/cad/dinotrace-mode: Makefile

Log Message:
dinotrace-mode: restrict to emacs26


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/cad/dinotrace-mode/Makefile

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

Modified files:

Index: pkgsrc/cad/dinotrace-mode/Makefile
diff -u pkgsrc/cad/dinotrace-mode/Makefile:1.15 pkgsrc/cad/dinotrace-mode/Makefile:1.16
--- pkgsrc/cad/dinotrace-mode/Makefile:1.15     Sat May 14 22:25:32 2022
+++ pkgsrc/cad/dinotrace-mode/Makefile  Sun Aug 27 10:36:40 2023
@@ -1,22 +1,24 @@
-# $NetBSD: Makefile,v 1.15 2022/05/14 22:25:32 dholland Exp $
+# $NetBSD: Makefile,v 1.16 2023/08/27 10:36:40 tnn Exp $
 #
 
 VERSION=       9.4f
 DISTNAME=      dinotrace-${VERSION}
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}dinotrace-mode-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    cad editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=veripool/}
 GITHUB_PROJECT=        dinotrace
 GITHUB_TAG=    v${VERSION}
 
 MAINTAINER=    dmcmahill%NetBSD.org@localhost
-HOMEPAGE=      http://www.veripool.org/dinotrace/
+HOMEPAGE=      https://github.com/veripool/dinotrace/blob/master/README.rst
 COMMENT=       Emacs major mode for dinotrace
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      ${EMACS_PKGNAME_PREFIX}verilog-mode>=3.13:../../cad/verilog-mode
 
+# failed to build with emacs28; needs athena widgets which are not enabled by default
+EMACS_VERSIONS_ACCEPTED=       emacs26
+
 .include "../../mk/bsd.prefs.mk"
 .include "../../editors/emacs/modules.mk"
 



Home | Main Index | Thread Index | Old Index