Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2012 17:16:03 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304586 - in head: devel/datadesigner devel/ecos-tools devel/klassmodeler graphics/multivideo net-p2p/py-bittornado x11-toolkits/py-SciParam x11-toolkits/py-wxPython24 x11-toolkits/wxgt...
Message-ID:  <201209201716.q8KHG34h059598@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 20 17:16:02 2012
New Revision: 304586
URL: http://svn.freebsd.org/changeset/ports/304586

Log:
  wxGTK 2.4 is no more supported upstream, consider using the current stable
  version: x11-toolkits/wxgtk28
  
  Approved by:	fjoe

Modified:
  head/devel/datadesigner/Makefile
  head/devel/ecos-tools/Makefile
  head/devel/klassmodeler/Makefile
  head/graphics/multivideo/Makefile
  head/net-p2p/py-bittornado/Makefile
  head/x11-toolkits/py-SciParam/Makefile
  head/x11-toolkits/py-wxPython24/Makefile
  head/x11-toolkits/wxgtk24-docs/Makefile
  head/x11-toolkits/wxgtk24/Makefile

Modified: head/devel/datadesigner/Makefile
==============================================================================
--- head/devel/datadesigner/Makefile	Thu Sep 20 17:04:38 2012	(r304585)
+++ head/devel/datadesigner/Makefile	Thu Sep 20 17:16:02 2012	(r304586)
@@ -15,6 +15,9 @@ MASTER_SITES=	SF/dbdesign/${PORTNAME}/${
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Database Schema Designer
 
+EXPIRATION_DATE=	2012-10-20
+DEPRECATED=	Abandonware, depends on the deprecated wxGTK 2.4
+
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
 
 USE_GNOME=	libxml2 libxslt

Modified: head/devel/ecos-tools/Makefile
==============================================================================
--- head/devel/ecos-tools/Makefile	Thu Sep 20 17:04:38 2012	(r304585)
+++ head/devel/ecos-tools/Makefile	Thu Sep 20 17:16:02 2012	(r304586)
@@ -16,6 +16,9 @@ DISTNAME=	ecos-tools.${SNAPDATE}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Configuration tools for the eCos embedded OS
 
+EXPIRATION_DATE=	2012-10-20
+DEPRECATED=		Depends on an obsolete version of wx, broken with gcc4.2 for long
+
 USE_BZIP2=	yes
 USE_TCL_BUILD=	84
 USE_WX=		2.4

Modified: head/devel/klassmodeler/Makefile
==============================================================================
--- head/devel/klassmodeler/Makefile	Thu Sep 20 17:04:38 2012	(r304585)
+++ head/devel/klassmodeler/Makefile	Thu Sep 20 17:16:02 2012	(r304586)
@@ -16,6 +16,9 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:R}.b
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A tool for visually creating and documenting classes
 
+EXPIRATION_DATE=	2012-10-20
+DEPRECATED=	Abandonware, depends on the deprecated wxGTK 2.4
+
 USE_ZIP=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USE_AUTOTOOLS=	libtool

Modified: head/graphics/multivideo/Makefile
==============================================================================
--- head/graphics/multivideo/Makefile	Thu Sep 20 17:04:38 2012	(r304585)
+++ head/graphics/multivideo/Makefile	Thu Sep 20 17:16:02 2012	(r304586)
@@ -16,6 +16,9 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An image sequence viewer
 
+DEPRECATED=	Abandonware, no more upstream, depends on the deprecated wxGTK 2.4
+EXPIRATION_DATE=	2012-10-20
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_BZIP2=	yes

Modified: head/net-p2p/py-bittornado/Makefile
==============================================================================
--- head/net-p2p/py-bittornado/Makefile	Thu Sep 20 17:04:38 2012	(r304585)
+++ head/net-p2p/py-bittornado/Makefile	Thu Sep 20 17:16:02 2012	(r304586)
@@ -18,6 +18,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	janos.mohacsi@bsd.hu
 COMMENT?=	An extended BitTorrent peer-to-peer tool for distributing files
 
+DEPRECATED=	Depends on the deprecated wx 2.4
+EXPIRATION_DATE=	2012-10-20
+
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
 
 CONFLICTS=	py??-*[Bb]it[Tt]ornado-core-[0-9]* py??-*[Bb]it[Tt]orrent*-[0-9]* btqueue-[0-9]*

Modified: head/x11-toolkits/py-SciParam/Makefile
==============================================================================
--- head/x11-toolkits/py-SciParam/Makefile	Thu Sep 20 17:04:38 2012	(r304585)
+++ head/x11-toolkits/py-SciParam/Makefile	Thu Sep 20 17:16:02 2012	(r304586)
@@ -19,6 +19,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Scientific Parameter Dialogs in wxPython based user interfaces
 
+DEPRECATED=	Depends on the deprecated wx 2.4
+EXPIRATION_DATE=	2012-10-20
+
 USE_BZIP2=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes

Modified: head/x11-toolkits/py-wxPython24/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython24/Makefile	Thu Sep 20 17:04:38 2012	(r304585)
+++ head/x11-toolkits/py-wxPython24/Makefile	Thu Sep 20 17:16:02 2012	(r304586)
@@ -16,6 +16,9 @@ DISTNAME=	${PORTNAME}Src-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python bindings for the wxWidgets/GTK GUI toolkit
 
+DEPRECATED=	No more supported upstream
+EXPIRATION_DATE=	2012-10-20
+
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/wxPython

Modified: head/x11-toolkits/wxgtk24-docs/Makefile
==============================================================================
--- head/x11-toolkits/wxgtk24-docs/Makefile	Thu Sep 20 17:04:38 2012	(r304585)
+++ head/x11-toolkits/wxgtk24-docs/Makefile	Thu Sep 20 17:16:02 2012	(r304586)
@@ -14,6 +14,9 @@ DISTNAME=	wxWindows-${PORTVERSION}-HTML
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	wxWindows documentation in HTML
 
+DEPRECATED=	No more supported upstream, consider using more recent versions
+EXPIRATION_DATE=	2012-10-20
+
 LATEST_LINK=	wxgtk24_doc
 
 NO_BUILD=	YES

Modified: head/x11-toolkits/wxgtk24/Makefile
==============================================================================
--- head/x11-toolkits/wxgtk24/Makefile	Thu Sep 20 17:04:38 2012	(r304585)
+++ head/x11-toolkits/wxgtk24/Makefile	Thu Sep 20 17:16:02 2012	(r304586)
@@ -16,6 +16,9 @@ DISTNAME=	wxGTK-${PORTVERSION}
 MAINTAINER?=	fjoe@FreeBSD.org
 COMMENT?=	The wxWidgets GUI toolkit with GTK+ bindings
 
+DEPRECATED=	Not supported upstream anymore, consider using more recent versions
+EXPIRATION_DATE=	2012-10-20
+
 LIB_DEPENDS+=	png15:${PORTSDIR}/graphics/png \
 		jpeg.11:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209201716.q8KHG34h059598>