- Net/SMTP.pm and Digest/MD5.pm are both installed with perl 5.8.x so drop them

from RUN_DEPENDS and add files/patch-setup.sh to patch the distribution [1]
- allow creation of a Build that is a substring of an existing one
( files/patch-create) [2]
- bump PORTREVISION

Submitted by:	oliver [1], bsam and marcus [2]
Requested by:	marcus [1]
This commit is contained in:
Ion-Mihai Tetcu 2006-09-18 20:20:09 +00:00
parent 32e006c98c
commit fe40b60865
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173360
9 changed files with 72 additions and 9 deletions

View file

@ -6,15 +6,14 @@
PORTNAME= tinderbox PORTNAME= tinderbox
PORTVERSION= 2.3.2 PORTVERSION= 2.3.2
PORTREVISION= 1
CATEGORIES= misc CATEGORIES= misc
MASTER_SITES= http://tinderbox.marcuscom.com/ MASTER_SITES= http://tinderbox.marcuscom.com/
MAINTAINER= itetcu@FreeBSD.org MAINTAINER= itetcu@FreeBSD.org
COMMENT= Port build tinderbox system COMMENT= Port build tinderbox system
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
OPTIONS= PGSQL "With pgsql" Off \ OPTIONS= PGSQL "With pgsql" Off \
MYSQL "With mysql" On \ MYSQL "With mysql" On \

View file

@ -0,0 +1,22 @@
Index: create
===================================================================
RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/Attic/create,v
retrieving revision 1.5.2.3
diff -u -r1.5.2.3 create
--- create 6 Apr 2006 05:18:24 -0000 1.5.2.3
+++ create 13 Sep 2006 19:51:46 -0000
@@ -49,7 +49,13 @@
tcExists () {
list=$(${pb}/scripts/tc list$1 2>/dev/null)
- echo ${list} | grep -qw $2
+ for obj in ${list}; do
+ if [ x"${obj}" = x"$2" ]; then
+ return 0
+ fi
+ done
+
+ return 1
}
cleanDirs () {

View file

View file

@ -6,15 +6,14 @@
PORTNAME= tinderbox PORTNAME= tinderbox
PORTVERSION= 2.3.2 PORTVERSION= 2.3.2
PORTREVISION= 1
CATEGORIES= misc CATEGORIES= misc
MASTER_SITES= http://tinderbox.marcuscom.com/ MASTER_SITES= http://tinderbox.marcuscom.com/
MAINTAINER= itetcu@FreeBSD.org MAINTAINER= itetcu@FreeBSD.org
COMMENT= Port build tinderbox system COMMENT= Port build tinderbox system
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
OPTIONS= PGSQL "With pgsql" Off \ OPTIONS= PGSQL "With pgsql" Off \
MYSQL "With mysql" On \ MYSQL "With mysql" On \

View file

@ -0,0 +1,22 @@
Index: create
===================================================================
RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/Attic/create,v
retrieving revision 1.5.2.3
diff -u -r1.5.2.3 create
--- create 6 Apr 2006 05:18:24 -0000 1.5.2.3
+++ create 13 Sep 2006 19:51:46 -0000
@@ -49,7 +49,13 @@
tcExists () {
list=$(${pb}/scripts/tc list$1 2>/dev/null)
- echo ${list} | grep -qw $2
+ for obj in ${list}; do
+ if [ x"${obj}" = x"$2" ]; then
+ return 0
+ fi
+ done
+
+ return 1
}
cleanDirs () {

View file

@ -6,15 +6,14 @@
PORTNAME= tinderbox PORTNAME= tinderbox
PORTVERSION= 2.3.2 PORTVERSION= 2.3.2
PORTREVISION= 1
CATEGORIES= misc CATEGORIES= misc
MASTER_SITES= http://tinderbox.marcuscom.com/ MASTER_SITES= http://tinderbox.marcuscom.com/
MAINTAINER= itetcu@FreeBSD.org MAINTAINER= itetcu@FreeBSD.org
COMMENT= Port build tinderbox system COMMENT= Port build tinderbox system
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
OPTIONS= PGSQL "With pgsql" Off \ OPTIONS= PGSQL "With pgsql" Off \
MYSQL "With mysql" On \ MYSQL "With mysql" On \

View file

@ -0,0 +1,22 @@
Index: create
===================================================================
RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/Attic/create,v
retrieving revision 1.5.2.3
diff -u -r1.5.2.3 create
--- create 6 Apr 2006 05:18:24 -0000 1.5.2.3
+++ create 13 Sep 2006 19:51:46 -0000
@@ -49,7 +49,13 @@
tcExists () {
list=$(${pb}/scripts/tc list$1 2>/dev/null)
- echo ${list} | grep -qw $2
+ for obj in ${list}; do
+ if [ x"${obj}" = x"$2" ]; then
+ return 0
+ fi
+ done
+
+ return 1
}
cleanDirs () {