[117215] trunk/dports/devel/cvs-fast-export

mojca at macports.org mojca at macports.org
Wed Feb 19 08:32:10 PST 2014


Revision: 117215
          https://trac.macports.org/changeset/117215
Author:   mojca at macports.org
Date:     2014-02-19 08:32:10 -0800 (Wed, 19 Feb 2014)
Log Message:
-----------
cvs-fast-export: upgrade to 1.8

Modified Paths:
--------------
    trunk/dports/devel/cvs-fast-export/Portfile
    trunk/dports/devel/cvs-fast-export/files/patch-Makefile.diff

Modified: trunk/dports/devel/cvs-fast-export/Portfile
===================================================================
--- trunk/dports/devel/cvs-fast-export/Portfile	2014-02-19 15:47:26 UTC (rev 117214)
+++ trunk/dports/devel/cvs-fast-export/Portfile	2014-02-19 16:32:10 UTC (rev 117215)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                cvs-fast-export
-version             1.4
+version             1.8
 categories          devel
 license             GPL-2
 platforms           darwin
@@ -25,8 +25,8 @@
 homepage            http://www.catb.org/~esr/cvs-fast-export/
 master_sites        ${homepage}
 
-checksums           rmd160  984afd076b88ce084d10752131590cf721aa03a7 \
-                    sha256  b8167a4dc8663dcb8523d14c83dc8d2dc759ef624529ff058227e281f44862ab
+checksums           rmd160  7d7b80551f00837c0db37ca82a5092fde039ebcf \
+                    sha256  046b4bdd3e715dd3bb5d75004da0bfc9f2f9d63122952281c2b9cd413be6571d
 
 depends_build       port:flex \
                     port:bison \

Modified: trunk/dports/devel/cvs-fast-export/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/cvs-fast-export/files/patch-Makefile.diff	2014-02-19 15:47:26 UTC (rev 117214)
+++ trunk/dports/devel/cvs-fast-export/files/patch-Makefile.diff	2014-02-19 16:32:10 UTC (rev 117215)
@@ -1,7 +1,7 @@
 --- Makefile.orig
 +++ Makefile
-@@ -3,9 +3,11 @@
- # Build requirements: A C compiler, bison, flex, and asciidoc.
+@@ -4,9 +4,11 @@
+ # For blob compression you will also need zlib.
  
  INSTALL = install
 -prefix?=/usr/local
@@ -12,9 +12,9 @@
 +CC=@@CC@@
 +A2X=@@A2X@@
  
- VERSION=1.4
+ VERSION=1.8
  
-@@ -13,7 +15,7 @@ GCC_WARNINGS1=-Wall -Wpointer-arith -Wstrict-prototypes
+@@ -14,7 +16,7 @@ GCC_WARNINGS1=-Wall -Wpointer-arith -Wstrict-prototypes
  GCC_WARNINGS2=-Wmissing-prototypes -Wmissing-declarations
  GCC_WARNINGS3=-Wno-unused-function -Wno-unused-label -Wno-format-zero-length
  GCC_WARNINGS=$(GCC_WARNINGS1) $(GCC_WARNINGS2) $(GCC_WARNINGS3)
@@ -23,7 +23,7 @@
  
  # To enable debugging of the Yacc grammar, uncomment the following line
  #CFLAGS += -DYYDEBUG=1
-@@ -35,7 +37,7 @@ OBJS=gram.o lex.o rbtree.o main.o cvsutil.o revdir.o \
+@@ -36,7 +38,7 @@ OBJS=gram.o lex.o rbtree.o main.o cvsutil.o revdir.o \
  	nodehash.o tags.o authormap.o graph.o utils.o
  
  cvs-fast-export: $(OBJS)
@@ -32,7 +32,7 @@
  
  $(OBJS): cvs.h
  
-@@ -54,9 +56,9 @@ y.tab.h: gram.c
+@@ -55,9 +57,9 @@ y.tab.h: gram.c
  
  # Requires asciidoc
  .asc.1:
@@ -44,7 +44,7 @@
  
  man: cvssync.1 cvs-fast-export.1
  
-@@ -89,7 +91,7 @@ SUPPRESSIONS = -U__UNUSED__ -UYYPARSE_PARAM -UYYTYPE_INT16 -UYYTYPE_INT8 \
+@@ -90,7 +92,7 @@ SUPPRESSIONS = -U__UNUSED__ -UYYPARSE_PARAM -UYYTYPE_INT16 -UYYTYPE_INT8 \
  	-UYYTYPE_UINT16 -UYYTYPE_UINT8 -UYY_USER_INIT \
  	-Ushort -Usize_t -Uyytext_ptr -Uyyoverflow
  cppcheck:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140219/9d4025f9/attachment-0001.html>


More information about the macports-changes mailing list