svn commit: r309778 - head/misc/instant-server

Gavin Atkinson gavin at FreeBSD.org
Tue Jan 1 19:28:54 UTC 2013


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 at 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 \


More information about the svn-ports-all mailing list