Update to darcs-2.5.2 (minor bug fixes and ghc-7 compatibility).

While here, add a workaround for texlive (via latex2html) trying
to create fonts under $HOME.

Note that this requires the update of devel/hs-text sent earlier
this day.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/darcs/Makefile,v
retrieving revision 1.36
diff -u -p -r1.36 Makefile
--- Makefile    15 Nov 2010 19:45:57 -0000      1.36
+++ Makefile    4 Apr 2011 16:01:58 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              advanced revision control system written in Haskell
 
-DISTNAME =             darcs-2.5
+DISTNAME =             darcs-2.5.2
 
 CATEGORIES =           devel
 HOMEPAGE =             http://www.darcs.net/
@@ -31,6 +31,7 @@ REGRESS_DEPENDS =     shells/bash
 # For the documentation
 USE_GMAKE =            Yes
 USE_GROFF =            Yes
+PORTHOME =             ${WRKDIR}
 
 post-build:
        @cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} html
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/darcs/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo    2 Nov 2010 20:22:34 -0000       1.21
+++ distinfo    4 Apr 2011 16:01:58 -0000
@@ -1,5 +1,5 @@
-MD5 (darcs-2.5.tar.gz) = feizUtiw7VDXGsDDLTttXA==
-RMD160 (darcs-2.5.tar.gz) = y/es+DbxjT5bO72vEUCVCD5IgGE=
-SHA1 (darcs-2.5.tar.gz) = 5202dBCZIRuHIQAfjrbqM+tUGX8=
-SHA256 (darcs-2.5.tar.gz) = 0LJ/N3bUUF7KhTQthp5PJg75SBGnK6BAhjAwp/n4KUU=
-SIZE (darcs-2.5.tar.gz) = 1222513
+MD5 (darcs-2.5.2.tar.gz) = SRtsoB3sJFoWESrSx+B9wQ==
+RMD160 (darcs-2.5.2.tar.gz) = U+NX+4AqcvS3h78cpKbpXhGLCK8=
+SHA1 (darcs-2.5.2.tar.gz) = 2kPr9kyk9BtFbVsf0gOK4OxaNto=
+SHA256 (darcs-2.5.2.tar.gz) = iVP51k+AE4dkZritVHSiEu5OFk9Bm6QBK13MnlkPs4Y=
+SIZE (darcs-2.5.2.tar.gz) = 1231903
Index: patches/patch-tests_hunk-editor_sh
===================================================================
RCS file: patches/patch-tests_hunk-editor_sh
diff -N patches/patch-tests_hunk-editor_sh
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-tests_hunk-editor_sh  4 Apr 2011 16:01:58 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- tests/hunk-editor.sh.orig  Sun Mar 13 23:40:47 2011
++++ tests/hunk-editor.sh       Mon Apr  4 16:18:14 2011
+@@ -34,7 +34,7 @@ echo 'version1' > file
+ darcs record -lam "version1"
+ 
+ echo 'version2' > file
+-(echo e ; echo y ; echo n) | DARCS_EDITOR="sed -i -e s/version2/version1.5/" 
darcs record -m "version1.5"
++(echo e ; echo y ; echo n) | DARCS_EDITOR="perl -pi -e 
s/version2/version1.5/" darcs record -m "version1.5"
+ 
+ cat > expected <<EOF
+ hunk ./file 1

Reply via email to