pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/python-mode Update MASTER_SITES to reflect move ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a26858bc762e
branches:  trunk
changeset: 485188:a26858bc762e
user:      ben <ben%pkgsrc.org@localhost>
date:      Sun Dec 05 05:55:51 2004 +0000

description:
Update MASTER_SITES to reflect move to sourceforge and new maintainers.
The changes are minor, but there is no ChangeLog.  The version number
went from 4.6 to 4.54, however 4.6 appears to be the older version.
Setting the package version to 4.6.54.  This addresses PR#28348

diffstat:

 devel/python-mode/Makefile |  12 ++++++------
 devel/python-mode/distinfo |   6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r 26c14e0aa8ea -r a26858bc762e devel/python-mode/Makefile
--- a/devel/python-mode/Makefile        Sun Dec 05 05:35:28 2004 +0000
+++ b/devel/python-mode/Makefile        Sun Dec 05 05:55:51 2004 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2004/07/22 09:16:01 recht Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/05 05:55:51 ben Exp $
 #
 
-DISTNAME=      python-mode-4.6
-PKGREVISION=   1
+DISTNAME=      python-mode-4.6.54
 CATEGORIES=    devel python
-MASTER_SITES=  http://www.python.org/emacs/python-mode/
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=python-mode/}
 DISTFILES=     python-mode.el
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://www.python.org/emacs/python-mode/
+HOMEPAGE=      http://www.sourceforge.net/project/python-mode/
 COMMENT=       Emacs mode for editing python files
 
 # Note that XEmacs >=21.4.4 includes a python-mode in the prog-modes
@@ -16,11 +15,12 @@
 EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20
 
 WRKSRC=                ${WRKDIR}
+DIST_SUBDIR=   python-mode-20041204
 
 .include "../../mk/emacs.mk"
 
 do-extract:
-       ${CP} ${DISTDIR}/python-mode.el ${WRKDIR}
+       ${CP} ${DISTDIR}/${DIST_SUBDIR}/python-mode.el ${WRKDIR}
 
 do-build:
        ${EMACS_BIN} --no-init-file -batch              \
diff -r 26c14e0aa8ea -r a26858bc762e devel/python-mode/distinfo
--- a/devel/python-mode/distinfo        Sun Dec 05 05:35:28 2004 +0000
+++ b/devel/python-mode/distinfo        Sun Dec 05 05:55:51 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/10/25 20:02:39 cjep Exp $
+$NetBSD: distinfo,v 1.2 2004/12/05 05:55:51 ben Exp $
 
-SHA1 (python-mode.el) = 28162888271fed42f89586c63d95f9d755a9249c
-Size (python-mode.el) = 123488 bytes
+SHA1 (python-mode-20041204/python-mode.el) = 4de9980a1486e12d2532e92b1d289547f85c8c1e
+Size (python-mode-20041204/python-mode.el) = 143778 bytes



Home | Main Index | Thread Index | Old Index