diff options
author | taca <taca@pkgsrc.org> | 2007-06-16 10:36:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-06-16 10:36:24 +0000 |
commit | 7a85d880c17cf2c1ff314ba523abfb5c5e470f5d (patch) | |
tree | f3600ceb628d4acca2a59cf6b484fdc7d3637bb9 /devel/psvn | |
parent | ba62c9b6b5b56a2fc6d91546f6f0cd1268d124c0 (diff) | |
download | pkgsrc-7a85d880c17cf2c1ff314ba523abfb5c5e470f5d.tar.gz |
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 (limited to 'devel/psvn')
-rw-r--r-- | devel/psvn/Makefile | 7 | ||||
-rw-r--r-- | devel/psvn/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/psvn/Makefile b/devel/psvn/Makefile index 098d0c0dc5c..7f312c700db 100644 --- a/devel/psvn/Makefile +++ b/devel/psvn/Makefile @@ -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 HOMEPAGE= http://www.xsteve.at/prg/emacs/ COMMENT= Subversion interface for Emacs -VER= 25168 +VER= 25241 WRKSRC= ${WRKDIR} .include "../../mk/emacs.mk" diff --git a/devel/psvn/distinfo b/devel/psvn/distinfo index 38350e4d13d..a49a429abf2 100644 --- a/devel/psvn/distinfo +++ b/devel/psvn/distinfo @@ -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 |