Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2013 19:28:53 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309778 - head/misc/instant-server
Message-ID:  <201301011928.r01JSrrR024718@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin (src,doc committer)
Date: Tue Jan  1 19:28:52 2013
New Revision: 309778
URL: http://svnweb.freebsd.org/changeset/ports/309778

Log:
  Remove cvsupd from the dependencies of instant-server, as:
   - cvsup / cvsupd are deprecated by the FreeBSD Project.
   - Even if they weren't deprecated, very few people ever needed to run
     their own cvsupd server
   - cvsupd does not build on !i386, therefore neither could this port.
  
  FWIW, I actually feel that the instant-server port should just be removed.
  The idea that everyone running a server should install a full mail server,
  Samba, dhcpd, NNTP server, squid and apache is at best a bad idea, and at
  worst potentially dangerous.
  
  Approved by:	eadler

Modified:
  head/misc/instant-server/Makefile

Modified: head/misc/instant-server/Makefile
==============================================================================
--- head/misc/instant-server/Makefile	Tue Jan  1 18:40:18 2013	(r309777)
+++ head/misc/instant-server/Makefile	Tue Jan  1 19:28:52 2013	(r309778)
@@ -16,7 +16,6 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Instant server installs a typical set of ports for a server
 
 RUN_DEPENDS=	${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \
-		${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsup \
 		${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp41-server \
 		${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT} \
 		${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301011928.r01JSrrR024718>