diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-20 10:44:45 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-20 10:44:45 +0000 |
commit | 652ef6c95043692e28312bd8c0525e6c0197eb25 (patch) | |
tree | fbfae2d32a4a5c6137c81aaf9665fbaf06474c37 /ports-mgmt/tinderbox-devel | |
parent | c5ae1870520f8d93d9f5c8c6f26769e5c0cd912e (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=165846
Diffstat (limited to 'ports-mgmt/tinderbox-devel')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index fc5b776993b6..69522a1e61d4 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/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 |