pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/emacs-muse



Module Name:    pkgsrc
Committed By:   hauke
Date:           Fri Sep  8 12:37:13 UTC 2017

Modified Files:
        pkgsrc/textproc/emacs-muse: Makefile

Log Message:
Update emacs-muse to latest available.

Since download.gna.org is (currently) offline, add archive.org
fallback.

Tested build with xemacs 21.4 and emacs 25.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/emacs-muse/Makefile

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

Modified files:

Index: pkgsrc/textproc/emacs-muse/Makefile
diff -u pkgsrc/textproc/emacs-muse/Makefile:1.7 pkgsrc/textproc/emacs-muse/Makefile:1.8
--- pkgsrc/textproc/emacs-muse/Makefile:1.7     Sun Feb 17 19:18:08 2013
+++ pkgsrc/textproc/emacs-muse/Makefile Fri Sep  8 12:37:13 2017
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2013/02/17 19:18:08 dholland Exp $
+# $NetBSD: Makefile,v 1.8 2017/09/08 12:37:13 hauke Exp $
 #
 
-DISTNAME=      muse-3.11
+DISTNAME=      muse-3.20
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}emacs-${DISTNAME}
-PKGREVISION=   2
+#PKGREVISION=  1
 CATEGORIES=    textproc editors
-MASTER_SITES=  http://download.gna.org/muse-el/
+MASTER_SITES=  http://download.gna.org/muse-el/ \
+               https://web.archive.org/web/20170309215441/http://download.gna.org/muse-el/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://mwolson.org/projects/EmacsMuse.html



Home | Main Index | Thread Index | Old Index