diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-02 18:12:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-02 18:12:03 +0800 |
commit | b9ca719fc202b2298ee95f6ae794a97c5c0c0237 (patch) | |
tree | c78f9bab57a7ac741667ab8c541d8558bad2edf4 /misc | |
parent | b98b8b811363ffa4cb4b42ba8dd5783eac802a01 (diff) | |
download | freebsd-ports-gnome-b9ca719fc202b2298ee95f6ae794a97c5c0c0237.tar.gz freebsd-ports-gnome-b9ca719fc202b2298ee95f6ae794a97c5c0c0237.tar.zst freebsd-ports-gnome-b9ca719fc202b2298ee95f6ae794a97c5c0c0237.zip |
- Update to 123241
PR: 123241
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/posixtestsuite/Makefile | 10 | ||||
-rw-r--r-- | misc/posixtestsuite/distinfo | 6 | ||||
-rw-r--r-- | misc/posixtestsuite/files/patch-locate-test | 27 |
3 files changed, 7 insertions, 36 deletions
diff --git a/misc/posixtestsuite/Makefile b/misc/posixtestsuite/Makefile index 5728748b48ff..6c1a3cb1b84a 100644 --- a/misc/posixtestsuite/Makefile +++ b/misc/posixtestsuite/Makefile @@ -6,11 +6,9 @@ # PORTNAME= posixtestsuite -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.5.2 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= posixtest +MASTER_SITES= SF/posixtest MAINTAINER= ports@FreeBSD.org COMMENT= Open POSIX Test Suite @@ -31,9 +29,9 @@ RUN_RESULT= ${WRKSRC}/run.result LOCAL_REGR_LOG= ${WRKSRC}/regression.result .if defined(QUIET) -THEPIPE= > +THEPIPE= > .else -THEPIPE= | tee 2>&1 +THEPIPE= | tee 2>&1 .endif .if defined(WITH_THRLIB) diff --git a/misc/posixtestsuite/distinfo b/misc/posixtestsuite/distinfo index 0b43267de514..01144366ae96 100644 --- a/misc/posixtestsuite/distinfo +++ b/misc/posixtestsuite/distinfo @@ -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 --git a/misc/posixtestsuite/files/patch-locate-test b/misc/posixtestsuite/files/patch-locate-test deleted file mode 100644 index fc1dac0308ae..000000000000 --- a/misc/posixtestsuite/files/patch-locate-test +++ /dev/null @@ -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") |