svn commit: r349795 - in head/net: asterisk-oh323 asterisk14 asterisk14-addons

Antoine Brodin antoine at FreeBSD.org
Mon Mar 31 20:00:15 UTC 2014


Author: antoine
Date: Mon Mar 31 20:00:14 2014
New Revision: 349795
URL: http://svnweb.freebsd.org/changeset/ports/349795
QAT: https://qat.redports.org/buildarchive/r349795/

Log:
  Mark asterisk14 FORBIDDEN, this release is so ancient that it is not listed
  in security advisovies from digium anymore
  Deprecate this port and dependent ports
  
  Prodded by:	flo
  With hat:	portmgr

Modified:
  head/net/asterisk-oh323/Makefile
  head/net/asterisk14-addons/Makefile
  head/net/asterisk14/Makefile

Modified: head/net/asterisk-oh323/Makefile
==============================================================================
--- head/net/asterisk-oh323/Makefile	Mon Mar 31 19:56:48 2014	(r349794)
+++ head/net/asterisk-oh323/Makefile	Mon Mar 31 20:00:14 2014	(r349795)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://www.b2bua.org/chrom
 MAINTAINER=	bamby at sippysoft.com
 COMMENT=	A H.323 support module for the Asterisk soft PBX
 
+DEPRECATED=	Depends on broken and unsupported asterisk14
+EXPIRATION_DATE=2014-04-30
+
 BUILD_DEPENDS= 	${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk14
 LIB_DEPENDS= 	pt_r.1:${PORTSDIR}/devel/pwlib\
 	    	h323_r.1:${PORTSDIR}/net/openh323

Modified: head/net/asterisk14-addons/Makefile
==============================================================================
--- head/net/asterisk14-addons/Makefile	Mon Mar 31 19:56:48 2014	(r349794)
+++ head/net/asterisk14-addons/Makefile	Mon Mar 31 20:00:14 2014	(r349795)
@@ -13,6 +13,9 @@ DISTNAME=	asterisk${PKGNAMESUFFIX}-${DIS
 MAINTAINER=	bamby at sippysoft.com
 COMMENT=	GPL modules for the Asterisk Open Source PBX
 
+DEPRECATED=	Depends on broken and unsupported asterisk14
+EXPIRATION_DATE=2014-04-30
+
 BUILD_DEPENDS=	asterisk:${PORTSDIR}/net/asterisk14
 RUN_DEPENDS=	asterisk:${PORTSDIR}/net/asterisk14
 

Modified: head/net/asterisk14/Makefile
==============================================================================
--- head/net/asterisk14/Makefile	Mon Mar 31 19:56:48 2014	(r349794)
+++ head/net/asterisk14/Makefile	Mon Mar 31 20:00:14 2014	(r349795)
@@ -13,6 +13,9 @@ MAINTAINER=	bamby at sippysoft.com
 COMMENT=	An Open Source PBX and telephony toolkit
 
 BROKEN=		Fails to configure or build
+FORBIDDEN=	Unsupported for so long that this version is not listed in security advisories
+DEPRECATED=	Broken and unsupported
+EXPIRATION_DATE=2014-04-30
 
 BUILD_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123
 LIB_DEPENDS=	speex.1:${PORTSDIR}/audio/speex \


More information about the svn-ports-head mailing list