aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-12-27 22:03:32 +0800
committermiwi <miwi@FreeBSD.org>2009-12-27 22:03:32 +0800
commit69b077c3bcf71b4090826d0e6cb697c705168b81 (patch)
tree5d87b99a5cdb3db5d24a6ce17ea122a8dfc7e828 /ports-mgmt
parentd6b5d8bec383f25d06ab0e37e733fd142693f599 (diff)
downloadfreebsd-ports-gnome-69b077c3bcf71b4090826d0e6cb697c705168b81.tar.gz
freebsd-ports-gnome-69b077c3bcf71b4090826d0e6cb697c705168b81.tar.zst
freebsd-ports-gnome-69b077c3bcf71b4090826d0e6cb697c705168b81.zip
- Expand the glob to check for Perl so that it actuallt
captures lang/perl5.10. Reported by: Jaap Akkerhuis <jaap@NLnetLabs.nl> via tinderbox ML Approved by: maintainer implicit
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/tinderbox/Makefile2
-rw-r--r--ports-mgmt/tinderbox/files/patch-lib-tc_command.sh11
2 files changed, 12 insertions, 1 deletions
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)"