svn commit: r332633 - head/net-im/decibel

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Nov 3 17:54:32 UTC 2013


Author: rakuco
Date: Sun Nov  3 17:54:31 2013
New Revision: 332633
URL: http://svnweb.freebsd.org/changeset/ports/332633

Log:
  Deprecate, set an EXPIRATION_DATE of 2 weeks from now.
  
  decibel.kde.org does not exist anymore, there is nothing in KDE that uses it
  and the whole project has been dead upstream for many years.
  
  Removing it also allows us to later get rid of the old net-im/tapioca-qt and
  net-im/telepathy-qt ports.

Modified:
  head/net-im/decibel/Makefile

Modified: head/net-im/decibel/Makefile
==============================================================================
--- head/net-im/decibel/Makefile	Sun Nov  3 17:39:09 2013	(r332632)
+++ head/net-im/decibel/Makefile	Sun Nov  3 17:54:31 2013	(r332633)
@@ -12,6 +12,9 @@ COMMENT=	Realtime communications framewo
 
 LIB_DEPENDS=	QtTapioca.0:${PORTSDIR}/net-im/tapioca-qt
 
+DEPRECATED=	Deprecated and unsupported upstream for many years, not used by anything
+EXPIRATION_DATE=	2013-11-17
+
 USE_QT4=	xml dbus gui qtestlib qmake_build moc_build uic_build rcc_build
 USE_LDCONFIG=	yes
 USES=		cmake pkgconfig


More information about the svn-ports-all mailing list