aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-09-14 12:02:32 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-09-14 12:02:32 +0000
commitcc08602273ccda9cd93e1f1b183d084d96691536 (patch)
tree4e5b0297d65e703d516953a93e423ca04293b33d
parent65910dd3100c3d3527e3c96db24df817300aab32 (diff)
downloadports-cc08602273ccda9cd93e1f1b183d084d96691536.tar.gz
ports-cc08602273ccda9cd93e1f1b183d084d96691536.zip
Remove dependency of net/csup since the port is DEPRECATED and will be removed
Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=261143
-rw-r--r--ports-mgmt/tinderbox-devel/Makefile6
-rw-r--r--ports-mgmt/tinderbox/Makefile6
-rw-r--r--sysutils/desktopbsd-tools/Makefile4
3 files changed, 0 insertions, 16 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile
index 5f19f5eba785..8c9d98e77bce 100644
--- a/ports-mgmt/tinderbox-devel/Makefile
+++ b/ports-mgmt/tinderbox-devel/Makefile
@@ -71,12 +71,6 @@ IGNORE_WITH_MYSQL= 323 40
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER:S/323//}
.endif
-.if ! (${OSVERSION} > 700014 || ( ${OSVERSION} >= 601101 && ${OSVERSION} < 700000 ))
-.if !defined(WITHOUT_CSUP)
-RUN_DEPENDS+= csup:${PORTSDIR}/net/csup
-.endif
-.endif
-
.if defined(WITH_CVSUP)
RUN_DEPENDS+= cvsup:${PORTSDIR}/net/cvsup-without-gui
.endif
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile
index 23eb300b56b5..e042a61391cf 100644
--- a/ports-mgmt/tinderbox/Makefile
+++ b/ports-mgmt/tinderbox/Makefile
@@ -70,12 +70,6 @@ IGNORE_WITH_MYSQL= 323 40
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER:S/323//}
.endif
-.if ! (${OSVERSION} > 700014 || ( ${OSVERSION} >= 601101 && ${OSVERSION} < 700000 ))
-.if !defined(WITHOUT_CSUP)
-RUN_DEPENDS+= csup:${PORTSDIR}/net/csup
-.endif
-.endif
-
.if defined(WITH_CVSUP)
RUN_DEPENDS+= cvsup:${PORTSDIR}/net/cvsup-without-gui
.endif
diff --git a/sysutils/desktopbsd-tools/Makefile b/sysutils/desktopbsd-tools/Makefile
index 2b36b3a1bed1..574247b4cc4e 100644
--- a/sysutils/desktopbsd-tools/Makefile
+++ b/sysutils/desktopbsd-tools/Makefile
@@ -34,10 +34,6 @@ DATADIR= ${PREFIX}/share/desktopbsd
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 601101 || ( ${OSVERSION} >= 700000 && ${OSVERSION} < 700015 )
-RUN_DEPENDS+= csup:${PORTSDIR}/net/csup
-.endif
-
post-patch:
@${REINPLACE_CMD} -e \
"/Installation/d; /Documentation/d; /InitialConf/d" \