[csw-devel] SF.net SVN: gar:[20452] csw/mgar/pkg/hevea/trunk

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Wed Mar 13 20:07:29 CET 2013


Revision: 20452
          http://gar.svn.sourceforge.net/gar/?rev=20452&view=rev
Author:   pfelecan
Date:     2013-03-13 19:07:28 +0000 (Wed, 13 Mar 2013)
Log Message:
-----------
hevea/trunk: downgraded to previous version as the current one doesn't
compile with the available ocaml compiler.

Modified Paths:
--------------
    csw/mgar/pkg/hevea/trunk/Makefile
    csw/mgar/pkg/hevea/trunk/checksums
    csw/mgar/pkg/hevea/trunk/files/0001-Fix-installation-paths.patch

Modified: csw/mgar/pkg/hevea/trunk/Makefile
===================================================================
--- csw/mgar/pkg/hevea/trunk/Makefile	2013-03-13 17:30:20 UTC (rev 20451)
+++ csw/mgar/pkg/hevea/trunk/Makefile	2013-03-13 19:07:28 UTC (rev 20452)
@@ -1,8 +1,7 @@
 # $Id$
-# TODO (release-critical prefixed with !, non release-critical with *)
-#
+
 NAME = hevea
-VERSION = 2.03
+VERSION = 1.10
 GARTYPE = v2
 
 DESCRIPTION = A fast LaTeX to HTML translator

Modified: csw/mgar/pkg/hevea/trunk/checksums
===================================================================
--- csw/mgar/pkg/hevea/trunk/checksums	2013-03-13 17:30:20 UTC (rev 20451)
+++ csw/mgar/pkg/hevea/trunk/checksums	2013-03-13 19:07:28 UTC (rev 20452)
@@ -1 +1 @@
-1ff070baebc1e969fc89ef420bbe96f2  hevea-2.03.tar.gz
+24a631570bee3cc4b8350e9db39be62b  hevea-1.10.tar.gz

Modified: csw/mgar/pkg/hevea/trunk/files/0001-Fix-installation-paths.patch
===================================================================
--- csw/mgar/pkg/hevea/trunk/files/0001-Fix-installation-paths.patch	2013-03-13 17:30:20 UTC (rev 20451)
+++ csw/mgar/pkg/hevea/trunk/files/0001-Fix-installation-paths.patch	2013-03-13 19:07:28 UTC (rev 20452)
@@ -1,17 +1,17 @@
-From 8795f71f0d7a9b6ab49f7b921c869920cf5277c3 Mon Sep 17 00:00:00 2001
+From f9882d5b5ac794019eba7d1f95098f19e7497c1e Mon Sep 17 00:00:00 2001
 From: Peter Felecan <pfelecan at opencsw.org>
-Date: Thu, 21 Feb 2013 15:13:08 +0100
+Date: Wed, 13 Mar 2013 18:55:56 +0100
 Subject: [PATCH] Fix installation paths
 
 ---
- Makefile | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
+ Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/Makefile b/Makefile
-index e52e0f6..aa93904 100644
+index dd90bcb..5816684 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -2,13 +2,14 @@
+@@ -2,7 +2,7 @@
  # Compile using ocamlopt, to use ocamlc set TARGET=byte
  TARGET=opt
  # Install prefix
@@ -20,14 +20,15 @@
  # Library directory of hevea
  LIBDIR=$(PREFIX)/lib/hevea
  # Where to install programms
- BINDIR=$(PREFIX)/bin
+@@ -10,7 +10,7 @@ BINDIR=$(PREFIX)/bin
+ # Install prefix prefix
+ DESTDIR=
  #Where to install hevea.sty
 -LATEXLIBDIR=$(PREFIX)/lib/hevea
 +LATEXLIBDIR=$(PREFIX)/share/texmf-local/tex/latex/hevea
-+
  ##### Advanced configuration parameters
  SUF=
  DIR=
 -- 
-1.8.1
+1.8.1.4
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list