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

mojca at macports.org mojca at macports.org
Mon Sep 26 01:08:41 PDT 2016


Revision: 153170
          https://trac.macports.org/changeset/153170
Author:   mojca at macports.org
Date:     2016-09-26 01:08:41 -0700 (Mon, 26 Sep 2016)
Log Message:
-----------
cvs-fast-export: upgrade to 1.40

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-09-26 08:06:43 UTC (rev 153169)
+++ trunk/dports/devel/cvs-fast-export/Portfile	2016-09-26 08:08:41 UTC (rev 153170)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                cvs-fast-export
-version             1.38
+version             1.40
 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  80b9720c18d683560934285beac7b59eee4b000e \
-                    sha256  7106c2e85b9fca680230879547dc102186637bd1fbcc5a913127483603d9731a
+checksums           rmd160  373b61d8dd7caf87431bb5e362e3adbed92b1255 \
+                    sha256  5c2ad1a50dd7494f66c475d567e3f526913a7f9f6ae27e837c83425432ddb8d1
 
 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-09-26 08:06:43 UTC (rev 153169)
+++ trunk/dports/devel/cvs-fast-export/files/patch-Makefile.diff	2016-09-26 08:08:41 UTC (rev 153170)
@@ -1,7 +1,7 @@
 --- Makefile.orig
 +++ Makefile
 @@ -17,12 +17,16 @@
- VERSION=1.38
+ VERSION=1.40
  
  .PATH: $(.PARSEDIR)
 -prefix?=/usr/local
@@ -36,7 +36,7 @@
  
  # To enable debugging of the Yacc grammar, uncomment the following line
  #CPPFLAGS += -DYYDEBUG=1
-@@ -101,7 +105,7 @@ BISON ?= bison
+@@ -103,7 +107,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
@@ -45,19 +45,19 @@
  
  gram.o: gram.c lex.h gram.h
  import.o: import.c lex.h gram.h
-@@ -111,9 +115,9 @@ lex.o: lex.c gram.h
+@@ -113,9 +117,9 @@ lex.o: lex.c gram.h
  
  # Requires asciidoc and xsltproc/docbook stylesheets.
  .asc.1:
--	a2x --doctype manpage --format manpage -D . $<
-+	$(A2X) --doctype manpage --format manpage -D . $<
+-	a2x --doctype manpage --format manpage $<
++	$(A2X) --doctype manpage --format manpage $<
  .asc.html:
 -	a2x --doctype manpage --format xhtml -D . $<
 +	$(A2X) --doctype manpage --format xhtml -D . $<
  	rm -f docbook-xsl.css
  
  reporting-bugs.html: reporting-bugs.asc
-@@ -157,7 +161,7 @@ CSUPPRESSIONS = -U__UNUSED__ -UYYPARSE_PARAM -UYYTYPE_INT16 -UYYTYPE_INT8 \
+@@ -167,7 +171,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/20160926/f05083e5/attachment.html>


More information about the macports-changes mailing list