diff options
author | taca <taca> | 2007-06-16 10:36:24 +0000 |
---|---|---|
committer | taca <taca> | 2007-06-16 10:36:24 +0000 |
commit | ddc6cfbb0bc6e199137ca3a7851cebd7712699bc (patch) | |
tree | f3600ceb628d4acca2a59cf6b484fdc7d3637bb9 /devel/psvn/Makefile | |
parent | d384238d7f4ddce50fcb11a01a1be11d7db43d02 (diff) | |
download | pkgsrc-ddc6cfbb0bc6e199137ca3a7851cebd7712699bc.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/Makefile')
-rw-r--r-- | devel/psvn/Makefile | 7 |
1 files changed, 4 insertions, 3 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" |