diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-20 18:44:45 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-20 18:44:45 +0800 |
commit | 2ddd960aa7a71e658bf4a3eb52fb194d42c6e73a (patch) | |
tree | eb95a4ed04f5fd92e0c6dee96d368550d9d5dde9 /ports-mgmt/tinderbox | |
parent | 4ab6ce73b80c9e321aa022fc67566f7289d3542c (diff) | |
download | freebsd-ports-gnome-2ddd960aa7a71e658bf4a3eb52fb194d42c6e73a.tar.gz freebsd-ports-gnome-2ddd960aa7a71e658bf4a3eb52fb194d42c6e73a.tar.zst freebsd-ports-gnome-2ddd960aa7a71e658bf4a3eb52fb194d42c6e73a.zip |
- don't depend on net/csup if it's already in base [1]
- also fix CSUP check [2]
- take maintainership [3]
- bump PORTVERSION
PR: ports/98977 [1], ports/99172 [3]
Submitted by: itetcu@ (me) [1] [2],
Andreas Kohn <andreas@syndrom23.de> (old maintainer) [3]
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index fc5b776993b6..69522a1e61d4 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -6,10 +6,11 @@ PORTNAME= tinderbox PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://tinderbox.marcuscom.com/ -MAINTAINER= andreas@syndrom23.de +MAINTAINER= itetcu@FreeBSD.org COMMENT= Port build tinderbox system RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ @@ -49,9 +50,11 @@ USE_MYSQL= yes RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} .endif -.if defined(WITH_CSUP) +.if !defined(WITHOUT_CSUP) +.if ! exists(/usr/bin/csup) RUN_DEPENDS+= csup:${PORTSDIR}/net/csup .endif +.endif .if defined(WITH_CVSUP) RUN_DEPENDS+= cvsup:${PORTSDIR}/net/cvsup-without-gui |