pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs20 Now, emacs-20.7 does not exist in GNU ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6d15e9d54a7
branches:  trunk
changeset: 539467:a6d15e9d54a7
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Mar 06 12:34:44 2008 +0000

description:
Now, emacs-20.7 does not exist in GNU sites, moved to old-gnu directory.
And define SITES.* exactly to avoid unnecessary fetch.

diffstat:

 editors/emacs20/Makefile |  17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r 20498afdd621 -r a6d15e9d54a7 editors/emacs20/Makefile
--- a/editors/emacs20/Makefile  Thu Mar 06 10:44:46 2008 +0000
+++ b/editors/emacs20/Makefile  Thu Mar 06 12:34:44 2008 +0000
@@ -1,18 +1,21 @@
-# $NetBSD: Makefile,v 1.32 2007/08/13 12:40:58 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2008/03/06 12:34:44 obache Exp $
 
 DISTNAME=      emacs-20.7
 PKGREVISION=   9
 CATEGORIES=    editors
-MASTER_SITES=  ${MASTER_SITE_GNU:=emacs/} \
-               ${MASTER_SITE_LOCAL}
-DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
-               ${DISTNAME}-mule-4.1b-elc${EXTRACT_SUFX}
+MASTER_SITES=  http://ftp.gnu.org/pub/old-gnu/emacs/   \
+               ftp://ftp.gnu.org/pub/old-gnu/emacs
+DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}
+DISTFILES+=    ${DISTNAME}-mule-4.1b-elc${EXTRACT_SUFX}
+SITES.${DISTNAME}-mule-4.1b-elc.tar.gz=        ${MASTER_SITE_LOCAL}
 
 # Mule enhancement (back port) patch by Satoshi Yatagawa
-PATCH_SITES=           http://www.teu.ac.jp/nsit/~yatagawa/comp/emacs/
+SITES.emacs-20.7-mule-4.1b.patch=      \
+                       http://www.teu.ac.jp/nsit/~yatagawa/comp/emacs/
 PATCHFILES=            emacs-20.7-mule-4.1b.patch
 # XIM fix patch by Seiichiro Inoue
-PATCH_SITES+=          http://home.catv.ne.jp/pp/ginoue/software/emacs-xim/
+SITES.emacs20-xim-20000713.diff=       \
+                       http://home.catv.ne.jp/pp/ginoue/software/emacs-xim/
 PATCHFILES+=           emacs20-xim-20000713.diff
 PATCH_DIST_STRIP=      -p1
 



Home | Main Index | Thread Index | Old Index