mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
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
|
@ -6,15 +6,14 @@
|
|||
|
||||
PORTNAME= tinderbox
|
||||
PORTVERSION= 2.3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://tinderbox.marcuscom.com/
|
||||
|
||||
MAINTAINER= itetcu@FreeBSD.org
|
||||
COMMENT= Port build tinderbox system
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
|
||||
${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
|
||||
|
||||
OPTIONS= PGSQL "With pgsql" Off \
|
||||
MYSQL "With mysql" On \
|
||||
|
|
22
misc/tinderbox/files/patch-create
Normal file
22
misc/tinderbox/files/patch-create
Normal 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 () {
|
0
misc/tinderbox/files/patch-setup.sh
Normal file
0
misc/tinderbox/files/patch-setup.sh
Normal file
|
@ -6,15 +6,14 @@
|
|||
|
||||
PORTNAME= tinderbox
|
||||
PORTVERSION= 2.3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://tinderbox.marcuscom.com/
|
||||
|
||||
MAINTAINER= itetcu@FreeBSD.org
|
||||
COMMENT= Port build tinderbox system
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
|
||||
${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
|
||||
|
||||
OPTIONS= PGSQL "With pgsql" Off \
|
||||
MYSQL "With mysql" On \
|
||||
|
|
22
ports-mgmt/tinderbox-devel/files/patch-create
Normal file
22
ports-mgmt/tinderbox-devel/files/patch-create
Normal 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 () {
|
0
ports-mgmt/tinderbox-devel/files/patch-setup.sh
Normal file
0
ports-mgmt/tinderbox-devel/files/patch-setup.sh
Normal file
|
@ -6,15 +6,14 @@
|
|||
|
||||
PORTNAME= tinderbox
|
||||
PORTVERSION= 2.3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://tinderbox.marcuscom.com/
|
||||
|
||||
MAINTAINER= itetcu@FreeBSD.org
|
||||
COMMENT= Port build tinderbox system
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
|
||||
${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
|
||||
|
||||
OPTIONS= PGSQL "With pgsql" Off \
|
||||
MYSQL "With mysql" On \
|
||||
|
|
22
ports-mgmt/tinderbox/files/patch-create
Normal file
22
ports-mgmt/tinderbox/files/patch-create
Normal 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 () {
|
0
ports-mgmt/tinderbox/files/patch-setup.sh
Normal file
0
ports-mgmt/tinderbox/files/patch-setup.sh
Normal file
Loading…
Add table
Reference in a new issue