svn commit: r320005 - in head: . audio audio/ventrilo-server

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 5 17:00:47 UTC 2013


Author: bapt
Date: Wed Jun  5 17:00:46 2013
New Revision: 320005
URL: http://svnweb.freebsd.org/changeset/ports/320005

Log:
  Restore ventrilo-server, which has been removed by mistake (distfile is still available)
  Pass maintainership to submitter
  
  Submitted by:	Bob Willcox <bob at immure.com>

Added:
  head/audio/ventrilo-server/
     - copied from r319608, head/audio/ventrilo-server/
Modified:
  head/MOVED
  head/audio/Makefile
  head/audio/ventrilo-server/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Jun  5 17:00:14 2013	(r320004)
+++ head/MOVED	Wed Jun  5 17:00:46 2013	(r320005)
@@ -4335,7 +4335,6 @@ x11-toolkits/linux-qt33||2013-05-30|Has 
 irc/bitchx-devel|irc/bitchx|2013-05-31|Release finally cut
 mail/p5-vpopmail||2013-06-03|Has expired: Broken for more than 6 month
 mail/vodmr||2013-06-03|Has expired: depends on expired mail/p5-vpopmail
-audio/ventrilo-server||2013-06-03|Has expired: No more public distfiles
 devel/libzrtp||2013-06-03|Has expired: No more public distfiles
 mail/postfix26||2013-06-03|Has expired: No longer supported by upstream
 devel/i386-rtems-gcc||2013-06-03|Has expired: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Wed Jun  5 17:00:14 2013	(r320004)
+++ head/audio/Makefile	Wed Jun  5 17:00:46 2013	(r320005)
@@ -799,6 +799,7 @@
     SUBDIR += umurmur
     SUBDIR += vagalume
     SUBDIR += vamp-plugin-sdk
+    SUBDIR += ventrilo-server
     SUBDIR += vitunes
     SUBDIR += vo-aacenc
     SUBDIR += vo-amrwbenc

Modified: head/audio/ventrilo-server/Makefile
==============================================================================
--- head/audio/ventrilo-server/Makefile	Sat Jun  1 21:52:19 2013	(r319608)
+++ head/audio/ventrilo-server/Makefile	Wed Jun  5 17:00:46 2013	(r320005)
@@ -8,12 +8,9 @@ MASTER_SITES=	# http://www.ventrilo.com/
 PKGNAMESUFFIX=	-server
 DISTNAME=	ventrilo_srv-${PORTVERSION}-FreeBSD-i386
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	bob at immure.com
 COMMENT=	Server side of the Ventrilo group voice chat system
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2013-06-03
-
 LIB_DEPENDS=	stdc\\+\\+.3:${PORTSDIR}/misc/compat4x \
 		m.2:${PORTSDIR}/misc/compat4x \
 		c.4:${PORTSDIR}/misc/compat4x


More information about the svn-ports-all mailing list