svn commit: r435596 - in head/graphics: opengtl qtgtl shiva-collections

Alberto Villa avilla at FreeBSD.org
Tue Mar 7 11:50:50 UTC 2017


Author: avilla
Date: Tue Mar  7 11:50:49 2017
New Revision: 435596
URL: https://svnweb.freebsd.org/changeset/ports/435596

Log:
  Deprecate OpenGTL ports
  
  PR:		217302
  Submitted by:	rezny

Modified:
  head/graphics/opengtl/Makefile
  head/graphics/qtgtl/Makefile
  head/graphics/shiva-collections/Makefile

Modified: head/graphics/opengtl/Makefile
==============================================================================
--- head/graphics/opengtl/Makefile	Tue Mar  7 11:45:34 2017	(r435595)
+++ head/graphics/opengtl/Makefile	Tue Mar  7 11:50:49 2017	(r435596)
@@ -18,6 +18,9 @@ LICENSE=	LGPL20
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libLLVM-3.3.so:devel/llvm33
 
+DEPRECATED=	Project is dead, has no end user, and relies on EOLed LLVM
+EXPIRATION_DATE=2017-04-15
+
 USES=		cmake pathfix perl5 tar:bzip2
 USE_LDCONFIG=	yes
 CMAKE_ARGS=	-DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config33

Modified: head/graphics/qtgtl/Makefile
==============================================================================
--- head/graphics/qtgtl/Makefile	Tue Mar  7 11:45:34 2017	(r435595)
+++ head/graphics/qtgtl/Makefile	Tue Mar  7 11:50:49 2017	(r435596)
@@ -13,6 +13,9 @@ LICENSE=	LGPL20
 
 LIB_DEPENDS=	libGTLCore.so:graphics/opengtl
 
+DEPRECATED=	Project is dead and has had no consumer for over a year
+EXPIRATION_DATE=2017-04-15
+
 USE_QT4=	corelib gui moc_build qmake_build rcc_build uic_build
 USES=		cmake:outsource pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes

Modified: head/graphics/shiva-collections/Makefile
==============================================================================
--- head/graphics/shiva-collections/Makefile	Tue Mar  7 11:45:34 2017	(r435595)
+++ head/graphics/shiva-collections/Makefile	Tue Mar  7 11:50:49 2017	(r435596)
@@ -8,6 +8,9 @@ MASTER_SITES=	http://download.opengtl.or
 MAINTAINER=	avilla at FreeBSD.org
 COMMENT=	Collection of kernels for OpenGTL
 
+DEPRECATED=	Project is dead and has no end user
+EXPIRATION_DATE=2017-04-15
+
 USES=		cmake tar:bzip2
 NO_BUILD=	yes
 


More information about the svn-ports-head mailing list