Revision
147455
Author
khindenburg@macports.org
Date
2016-04-04 07:06:34 -0700 (Mon, 04 Apr 2016)

Log Message

srecord: update to 1.64; remove building of pdf to avoid ghostscript dep #46694

Modified Paths

Added Paths

Diff

Modified: trunk/dports/devel/srecord/Portfile (147454 => 147455)


--- trunk/dports/devel/srecord/Portfile	2016-04-04 10:38:25 UTC (rev 147454)
+++ trunk/dports/devel/srecord/Portfile	2016-04-04 14:06:34 UTC (rev 147455)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                srecord
-version             1.63
-revision            4
+version             1.64
 
 categories          devel
 maintainers         nomaintainer
@@ -38,11 +37,13 @@
 homepage            http://srecord.sourceforge.net/
 master_sites        sourceforge
 
-checksums           rmd160  668d5dc75960666a7c99509f39ecd2602891c384 \
-                    sha256  78fec76d04424506e319f59b19a520428a7449ed087a67e1779fa2996992bf1a
+checksums           rmd160  895f81d64f3639affbbbcc95846154307686fd5e \
+                    sha256  49a4418733c508c03ad79a29e95acec9a2fbc4c7306131d2a8f5ef32012e67e2
 
-depends_build       port:ghostscript \
-                    port:libtool
+# remove doc/*.pdf to avoid ghostscript dep
+patchfiles          patch-Makefile.in.diff
+
+depends_build       port:libtool
 depends_lib         port:boost \
                     port:libgcrypt
 

Added: trunk/dports/devel/srecord/files/patch-Makefile.in.diff (0 => 147455)


--- trunk/dports/devel/srecord/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/devel/srecord/files/patch-Makefile.in.diff	2016-04-04 14:06:34 UTC (rev 147455)
@@ -0,0 +1,20 @@
+--- Makefile.in	2014-06-22 01:31:46.000000000 -0400
++++ Makefile.in	2016-04-04 09:51:21.000000000 -0400
+@@ -4096,7 +4096,7 @@
+ 		bin/test_crc16 bin/test_fletcher16 bin/test_gecos \
+ 		bin/test_hyphen bin/test_prelude bin/test_url_decode
+ 
+-all-doc: etc/BUILDING.pdf etc/README.pdf etc/change_log.pdf etc/reference.pdf \
++all-doc: \
+ 		man/cat1/srec_cat.1 man/cat1/srec_cmp.1 \
+ 		man/cat1/srec_examples.1 man/cat1/srec_info.1 \
+ 		man/cat1/srec_input.1 man/cat1/srec_license.1 \
+@@ -4443,7 +4443,7 @@
+ 	rm -rf test/fletcher16/.libs test/gecos/.libs test/hyphen/.libs
+ 	rm -rf test/url_decode/.libs
+ 
+-install: install-bin install-doc install-include install-libdir install-man
++install: install-bin install-include install-libdir install-man
+ 
+ install-bin: $(bindir)/srec_cat $(bindir)/srec_cmp $(bindir)/srec_info
+