diff -ruN posixtestsuite.orig/Makefile posixtestsuite/Makefile --- posixtestsuite.orig/Makefile 2008-04-28 00:04:13.000000000 -0500 +++ posixtestsuite/Makefile 2008-04-29 16:37:50.000000000 -0500 @@ -6,8 +6,7 @@ # PORTNAME= posixtestsuite -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.5.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= posixtest diff -ruN posixtestsuite.orig/distinfo posixtestsuite/distinfo --- posixtestsuite.orig/distinfo 2008-04-28 00:04:13.000000000 -0500 +++ posixtestsuite/distinfo 2008-04-29 16:38:31.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (posixtestsuite-1.3.0.tar.gz) = c9a6c16be087bc58ecb9ec316659244c -SHA256 (posixtestsuite-1.3.0.tar.gz) = 3b8afb9f64183129889bd2c6af95dbd4f5e880782a40550db2ee0fcd245d4075 -SIZE (posixtestsuite-1.3.0.tar.gz) = 398298 +MD5 (posixtestsuite-1.5.2.tar.gz) = 9a8e6516585c886fddc257270061b59c +SHA256 (posixtestsuite-1.5.2.tar.gz) = 15a2185672127cba851d35ec9d538ff6148defdbb75f99c7e9c50aeba0f94757 +SIZE (posixtestsuite-1.5.2.tar.gz) = 1092856 diff -ruN posixtestsuite.orig/files/patch-locate-test posixtestsuite/files/patch-locate-test --- posixtestsuite.orig/files/patch-locate-test 2008-04-28 00:04:13.000000000 -0500 +++ posixtestsuite/files/patch-locate-test 1969-12-31 19:00:00.000000000 -0500 @@ -1,27 +0,0 @@ -diff -ur locate-test~ locate-test ---- locate-test Tue Sep 23 21:45:57 2003 -+++ locate-test Tue Nov 11 07:30:35 2003 -@@ -60,19 +60,19 @@ - shift; - ;; - "--fmake") -- find functional/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" -printf "%h\n" -+ find functional/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" | sed 's#/Makefile##g' - exit 0; - ;; - "--frun") -- find functional/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" -printf "%h\n" -+ find functional/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" | sed 's#/run.sh##g' - exit 0; - ;; - "--smake") -- find stress/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" -printf "%h\n" -+ find stress/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" | sed 's#/Makefile##g' - exit 0; - ;; - "--srun") -- find stress/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" -printf "%h\n" -+ find stress/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" | sed 's#/run.sh##g' - exit 0; - ;; - "--help")