From owner-svn-ports-all@FreeBSD.ORG Thu Sep 20 17:16:03 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B16FB106564A; Thu, 20 Sep 2012 17:16:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 91E048FC12; Thu, 20 Sep 2012 17:16:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8KHG3Rv059609; Thu, 20 Sep 2012 17:16:03 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8KHG34h059598; Thu, 20 Sep 2012 17:16:03 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209201716.q8KHG34h059598@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 20 Sep 2012 17:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: 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... X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 17:16:03 -0000 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