summaryrefslogtreecommitdiff
path: root/devel/shtool
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2007-06-13 15:25:29 +0000
committerVasil Dimov <vd@FreeBSD.org>2007-06-13 15:25:29 +0000
commita50688e7eb5d68c458abff1d5570b1c31a20aa1f (patch)
treee32433defeb72748bbd35829d83ba29fec78d529 /devel/shtool
parentFix the build with recent GCC. (diff)
* Upgrade devel/shtool from 2.0.6 to 2.0.7
* Add regression-test: target which is an alias for test:
Notes
Notes: svn path=/head/; revision=193400
Diffstat (limited to 'devel/shtool')
-rw-r--r--devel/shtool/Makefile5
-rw-r--r--devel/shtool/distinfo6
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/shtool/Makefile b/devel/shtool/Makefile
index dcd6e3e00e7b..2f0c7f988de2 100644
--- a/devel/shtool/Makefile
+++ b/devel/shtool/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= shtool
-PORTVERSION= 2.0.6
+PORTVERSION= 2.0.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:GNU/} ${MASTER_SITE_OSSP:S/$/:OSSP/}
MASTER_SITE_SUBDIR= ${PORTNAME}/:GNU tool/${PORTNAME}/:OSSP
@@ -18,6 +18,7 @@ COMMENT= The GNU Portable Shell Tool
USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
MAN1= shtool-arx.1 shtool-echo.1 shtool-fixperm.1 shtool-install.1 \
shtool-mdate.1 shtool-mkdir.1 shtool-mkln.1 shtool-mkshadow.1 \
@@ -26,6 +27,8 @@ MAN1= shtool-arx.1 shtool-echo.1 shtool-fixperm.1 shtool-install.1 \
shtool-table.1 shtool-tarball.1 shtool-version.1 \
shtool.1 shtoolize.1
+regression-test: test
+
test: build
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
diff --git a/devel/shtool/distinfo b/devel/shtool/distinfo
index 6e44d43d5da4..3b32239e340b 100644
--- a/devel/shtool/distinfo
+++ b/devel/shtool/distinfo
@@ -1,3 +1,3 @@
-MD5 (shtool-2.0.6.tar.gz) = a5ca9368600dbc69098addc1984b7277
-SHA256 (shtool-2.0.6.tar.gz) = 7fada34fd2e4a6cc38ea9cfcc457e88f492f7c10629b62b57ffd28f687010e45
-SIZE (shtool-2.0.6.tar.gz) = 92807
+MD5 (shtool-2.0.7.tar.gz) = 9837056e5e3c3b903fa9381fb867d044
+SHA256 (shtool-2.0.7.tar.gz) = 8fef7c714fb7105aea7b046e44d7bc0c8f5fdd99b42313f1f7d470ce00eee5ed
+SIZE (shtool-2.0.7.tar.gz) = 94922