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

mojca at macports.org mojca at macports.org
Sat Dec 12 03:10:35 PST 2015


Revision: 141827
          https://trac.macports.org/changeset/141827
Author:   mojca at macports.org
Date:     2015-10-29 08:12:48 -0700 (Thu, 29 Oct 2015)
Log Message:
-----------
cvs-fast-export: upgrade to 1.34

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	2015-10-29 15:11:55 UTC (rev 141826)
+++ trunk/dports/devel/cvs-fast-export/Portfile	2015-10-29 15:12:48 UTC (rev 141827)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                cvs-fast-export
-version             1.30
+version             1.34
 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  56dd5ccc0e0c9b08d469b496fe2dd817e205d2ac \
-                    sha256  9957ecf0486b2d83e37cb47a8d4af1ffbf3d5e59d8ab978e5ca197ad49bd01f7
+checksums           rmd160  75b41bcaa98703de5afe706cd6522c1914d5cbc9 \
+                    sha256  7e8e5b22fa3dfe2b12fefcd8826dd9a031997073786f97a84492fb40b250fd4e
 
 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	2015-10-29 15:11:55 UTC (rev 141826)
+++ trunk/dports/devel/cvs-fast-export/files/patch-Makefile.diff	2015-10-29 15:12:48 UTC (rev 141827)
@@ -1,7 +1,7 @@
 --- Makefile.orig
 +++ Makefile
-@@ -9,21 +9,25 @@
- VERSION=1.30
+@@ -17,19 +17,23 @@
+ VERSION=1.34
  
  .PATH: $(.PARSEDIR)
 -prefix?=/usr/local
@@ -24,12 +24,9 @@
 -CFLAGS=$(GCC_WARNINGS)
 +CFLAGS+=$(GCC_WARNINGS)
  CPPFLAGS += -I. -I$(srcdir)
--LIBS=-lrt
-+#LIBS=-lrt
+ #LIBS=-lrt
  CPPFLAGS += -DVERSION=\"$(VERSION)\"
- 
- # Enable this for multithreading.
-@@ -92,7 +96,7 @@ BISON ?= bison
+@@ -100,7 +104,7 @@ BISON ?= bison
  gram.h gram.c: gram.y
  	$(BISON)  $(YFLAGS) --defines=gram.h --output-file=gram.c $(srcdir)/gram.y
  lex.h lex.c: lex.l
@@ -38,7 +35,7 @@
  
  gram.o: gram.c lex.h gram.h
  import.o: import.c lex.h gram.h
-@@ -102,9 +106,9 @@ lex.o: lex.c gram.h
+@@ -110,9 +114,9 @@ lex.o: lex.c gram.h
  
  # Requires asciidoc and xsltproc/docbook stylesheets.
  .asc.1:
@@ -50,7 +47,7 @@
  	rm -f docbook-xsl.css
  
  reporting-bugs.html: reporting-bugs.asc
-@@ -148,7 +152,7 @@ CSUPPRESSIONS = -U__UNUSED__ -UYYPARSE_PARAM -UYYTYPE_INT16 -UYYTYPE_INT8 \
+@@ -156,7 +160,7 @@ CSUPPRESSIONS = -U__UNUSED__ -UYYPARSE_PARAM -UYYTYPE_INT16 -UYYTYPE_INT8 \
  	-U_SC_NPROCESSORS_ONLN -Ushort -Usize_t -Uyytext_ptr \
  	-Uyyoverflow -U__cplusplus
  cppcheck:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/6c74bbc8/attachment.html>


More information about the macports-changes mailing list