summaryrefslogtreecommitdiff
path: root/misc/posixtestsuite
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-02 10:12:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-02 10:12:03 +0000
commitd1096f5f82520f74cd3471b83364ebf1a1db28ee (patch)
tree1851f9bb42acd17a4a1556add44653eb667cd0b6 /misc/posixtestsuite
parentviking is a free/open source program to manage GPS data. (diff)
- Update to 123241
PR: 123241 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Notes
Notes: svn path=/head/; revision=212474
Diffstat (limited to 'misc/posixtestsuite')
-rw-r--r--misc/posixtestsuite/Makefile10
-rw-r--r--misc/posixtestsuite/distinfo6
-rw-r--r--misc/posixtestsuite/files/patch-locate-test27
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")