[138107] trunk/dports/graphics/netpbm
ryandesign at macports.org
ryandesign at macports.org
Sun Jun 28 19:33:31 PDT 2015
Revision: 138107
https://trac.macports.org/changeset/138107
Author: ryandesign at macports.org
Date: 2015-06-28 19:33:31 -0700 (Sun, 28 Jun 2015)
Log Message:
-----------
netpbm: update to 10.71.00
Modified Paths:
--------------
trunk/dports/graphics/netpbm/Portfile
Removed Paths:
-------------
trunk/dports/graphics/netpbm/files/patch-test-Execute-Tests.diff
trunk/dports/graphics/netpbm/files/patch-test-ppmdim.test.diff
Modified: trunk/dports/graphics/netpbm/Portfile
===================================================================
--- trunk/dports/graphics/netpbm/Portfile 2015-06-29 02:08:33 UTC (rev 138106)
+++ trunk/dports/graphics/netpbm/Portfile 2015-06-29 02:33:31 UTC (rev 138107)
@@ -4,8 +4,8 @@
PortSystem 1.0
name netpbm
-version 10.70.07
-svn.revision 2557
+version 10.71.00
+svn.revision 2588
categories graphics
platforms darwin freebsd linux
maintainers ryandesign openmaintainer
@@ -27,9 +27,7 @@
patchfiles patch-converter-other-giftopnm.c-strcaseeq.diff \
patch-lib-Makefile.diff \
- patch-other-pamx-Makefile.diff \
- patch-test-Execute-Tests.diff \
- patch-test-ppmdim.test.diff
+ patch-other-pamx-Makefile.diff
variant universal {}
Deleted: trunk/dports/graphics/netpbm/files/patch-test-Execute-Tests.diff
===================================================================
--- trunk/dports/graphics/netpbm/files/patch-test-Execute-Tests.diff 2015-06-29 02:08:33 UTC (rev 138106)
+++ trunk/dports/graphics/netpbm/files/patch-test-Execute-Tests.diff 2015-06-29 02:33:31 UTC (rev 138107)
@@ -1,21 +0,0 @@
-OS X compatibility
---- test/Execute-Tests.orig 2014-03-30 12:12:47.000000000 -0500
-+++ test/Execute-Tests 2015-04-06 17:17:14.000000000 -0500
-@@ -56,7 +56,7 @@
-
- if [ -z $tmpdir ]
- then
-- tmpdir_created=$(mktemp -d) || exit 1;
-+ tmpdir_created=$(mktemp -d "${TMPDIR:-/tmp}/netpbm.XXXXXXXX") || exit 1;
- export tmpdir=${tmpdir_created}
- else
- tmpdir_created="";
-@@ -194,7 +194,7 @@
-
- echo ==================
- echo "All tests done."
--date -R -u
-+date -u +"%a, %d %b %Y %H:%M:%S %z"
-
-
- # Exit with status 0 if all possible tests succeeded, 1 otherwise.
Deleted: trunk/dports/graphics/netpbm/files/patch-test-ppmdim.test.diff
===================================================================
--- trunk/dports/graphics/netpbm/files/patch-test-ppmdim.test.diff 2015-06-29 02:08:33 UTC (rev 138106)
+++ trunk/dports/graphics/netpbm/files/patch-test-ppmdim.test.diff 2015-06-29 02:33:31 UTC (rev 138107)
@@ -1,12 +0,0 @@
-OS X compatibility
---- test/ppmdim.test.orig 2014-09-26 11:03:01.000000000 -0500
-+++ test/ppmdim.test 2015-04-06 17:25:08.000000000 -0500
-@@ -24,7 +24,7 @@
- pamfunc -mult=$i testimg.ppm > ${dim2_ppm}
- pnmarith -diff ${dim1_ppm} ${dim2_ppm} | \
- pamsumm -mean -brief | \
-- awk '{print $1<0.75 ? "ok" : "fail"}'
-+ awk '{print ($1<0.75) ? "ok" : "fail"}'
- done
-
- rm ${dim1_ppm} ${dim2_ppm}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150628/472c55f3/attachment.html>
More information about the macports-changes
mailing list