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

mojca at macports.org mojca at macports.org
Sun Mar 6 00:15:36 PST 2016


Revision: 146358
          https://trac.macports.org/changeset/146358
Author:   mojca at macports.org
Date:     2016-03-06 00:15:36 -0800 (Sun, 06 Mar 2016)
Log Message:
-----------
cvs-fast-export: upgrade to 1.38

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	2016-03-06 07:59:18 UTC (rev 146357)
+++ trunk/dports/devel/cvs-fast-export/Portfile	2016-03-06 08:15:36 UTC (rev 146358)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                cvs-fast-export
-version             1.37
+version             1.38
 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  f864fb6ab29668c706fe8b2de77ad8b59af2f141 \
-                    sha256  881e9e8712e0b95bcd04c287f88c15cf138c6c75068f8fe6fd1ee2f49f753790
+checksums           rmd160  80b9720c18d683560934285beac7b59eee4b000e \
+                    sha256  7106c2e85b9fca680230879547dc102186637bd1fbcc5a913127483603d9731a
 
 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	2016-03-06 07:59:18 UTC (rev 146357)
+++ trunk/dports/devel/cvs-fast-export/files/patch-Makefile.diff	2016-03-06 08:15:36 UTC (rev 146358)
@@ -1,7 +1,7 @@
 --- Makefile.orig
 +++ Makefile
-@@ -17,19 +17,23 @@
- VERSION=1.36
+@@ -17,12 +17,16 @@
+ VERSION=1.38
  
  .PATH: $(.PARSEDIR)
 -prefix?=/usr/local
@@ -16,8 +16,9 @@
 +A2X=@@A2X@@
 +
  INSTALL = install
+ TAR = tar
  
- GCC_WARNINGS1=-Wall -Wpointer-arith -Wstrict-prototypes
+@@ -30,7 +34,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)
@@ -26,16 +27,16 @@
  CPPFLAGS += -I. -I$(srcdir)
  #LIBS=-lrt
  CPPFLAGS += -DVERSION=\"$(VERSION)\"
-@@ -39,7 +43,7 @@ CFLAGS += -pthread
+@@ -40,7 +44,7 @@ CFLAGS += -pthread
  CPPFLAGS += -DTHREADS
-
+ 
  # Optimizing for speed. Comment this out for distribution builds
 -CFLAGS += -march=native
 +#CFLAGS += -march=native
-
+ 
  # To enable debugging of the Yacc grammar, uncomment the following line
  #CPPFLAGS += -DYYDEBUG=1
-@@ -100,7 +104,7 @@ BISON ?= bison
+@@ -101,7 +105,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
@@ -44,7 +45,7 @@
  
  gram.o: gram.c lex.h gram.h
  import.o: import.c lex.h gram.h
-@@ -110,9 +114,9 @@ lex.o: lex.c gram.h
+@@ -111,9 +115,9 @@ lex.o: lex.c gram.h
  
  # Requires asciidoc and xsltproc/docbook stylesheets.
  .asc.1:
@@ -56,7 +57,7 @@
  	rm -f docbook-xsl.css
  
  reporting-bugs.html: reporting-bugs.asc
-@@ -156,7 +160,7 @@ CSUPPRESSIONS = -U__UNUSED__ -UYYPARSE_PARAM -UYYTYPE_INT16 -UYYTYPE_INT8 \
+@@ -157,7 +161,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/20160306/76b86d89/attachment.html>


More information about the macports-changes mailing list