From 69b077c3bcf71b4090826d0e6cb697c705168b81 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 27 Dec 2009 14:03:32 +0000 Subject: - Expand the glob to check for Perl so that it actuallt captures lang/perl5.10. Reported by: Jaap Akkerhuis via tinderbox ML Approved by: maintainer implicit --- ports-mgmt/tinderbox/Makefile | 2 +- ports-mgmt/tinderbox/files/patch-lib-tc_command.sh | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 ports-mgmt/tinderbox/files/patch-lib-tc_command.sh (limited to 'ports-mgmt/tinderbox') diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index eeedefc9a9bd..f8493c16df9d 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -6,7 +6,7 @@ PORTNAME= tinderbox PORTVERSION= 3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ diff --git a/ports-mgmt/tinderbox/files/patch-lib-tc_command.sh b/ports-mgmt/tinderbox/files/patch-lib-tc_command.sh new file mode 100644 index 000000000000..4fd43ee7d4fd --- /dev/null +++ b/ports-mgmt/tinderbox/files/patch-lib-tc_command.sh @@ -0,0 +1,11 @@ +--- lib/tc_command.sh.orgi 2009-12-27 14:53:40.000000000 +0100 ++++ lib/tc_command.sh 2009-12-27 14:53:52.000000000 +0100 +@@ -223,7 +223,7 @@ + #--------------------------------------------------------------------------- + + Setup () { +- MAN_PREREQS="lang/perl5.[81]" ++ MAN_PREREQS="lang/perl5.[81]*" + OPT_PREREQS="lang/php[45] databases/pear-MDB2 www/php[45]-session" + PREF_FILES="tinderbox.ph" + README="$(tinderLoc scripts README)" -- cgit