pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/psvn Update psvn to revision 25241.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c44ac4a4e9f
branches:  trunk
changeset: 530122:9c44ac4a4e9f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jun 16 10:36:24 2007 +0000

description:
Update psvn to revision 25241.

- fetch specific revision from svn repository using a hack
  from david.sainty.

Should be fix PR pkg/36420.

* trunk/contrib/client-side/emacs/psvn.el:
  (svn-status-svn-environment-var-list): The default setting is now:
    '("LC_MESSAGES=C" "LC_ALL="). This unsets the LC_ALL setting since
    this setting would overrule the LC_MESSAGES setting.
  (svn-prepare-bug-report): Add the locale specific environment variables
    to the diagnostic report

diffstat:

 devel/psvn/Makefile |  7 ++++---
 devel/psvn/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 5358f7681987 -r 9c44ac4a4e9f devel/psvn/Makefile
--- a/devel/psvn/Makefile       Sat Jun 16 09:36:04 2007 +0000
+++ b/devel/psvn/Makefile       Sat Jun 16 10:36:24 2007 +0000
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.3 2007/06/08 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/06/16 10:36:24 taca Exp $
 #
 
 DISTNAME=      psvn.el
 PKGNAME=       psvn-${VER}
 CATEGORIES=    devel editors scm
-MASTER_SITES=  http://www.xsteve.at/prg/emacs/
+MASTER_SITES=  http://svn.collab.net/viewvc/*checkout*/svn/trunk/contrib/client-side/emacs/psvn.el?revision=${VER}&file=
 DIST_SUBDIR=   psvn-${VER}
 EXTRACT_SUFX=  # empty
+FETCH_BEFORE_ARGS+=  -o ${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.xsteve.at/prg/emacs/
 COMMENT=       Subversion interface for Emacs
 
-VER=           25168
+VER=           25241
 WRKSRC=                ${WRKDIR}
 
 .include "../../mk/emacs.mk"
diff -r 5358f7681987 -r 9c44ac4a4e9f devel/psvn/distinfo
--- a/devel/psvn/distinfo       Sat Jun 16 09:36:04 2007 +0000
+++ b/devel/psvn/distinfo       Sat Jun 16 10:36:24 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/05/29 15:40:18 taca Exp $
+$NetBSD: distinfo,v 1.2 2007/06/16 10:36:24 taca Exp $
 
-SHA1 (psvn-25168/psvn.el) = f0d20a24db6e7df79ae64731faf8c067c339ac7d
-RMD160 (psvn-25168/psvn.el) = a225a0a415b232de0b0ad313258041e7d82e8680
-Size (psvn-25168/psvn.el) = 265530 bytes
+SHA1 (psvn-25241/psvn.el) = c69176ca42cf5dc2405f76f0f2b2d2186c2b5fb6
+RMD160 (psvn-25241/psvn.el) = 6acfbf7a4a54374246a5570a34e8b233780e8ed1
+Size (psvn-25241/psvn.el) = 265675 bytes



Home | Main Index | Thread Index | Old Index