From owner-svn-ports-all@FreeBSD.ORG Sat Mar 1 13:35:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 523FC1C9; Sat, 1 Mar 2014 13:35:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E0621675; Sat, 1 Mar 2014 13:35:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s21DZbnZ081421; Sat, 1 Mar 2014 13:35:37 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s21DZaWc081418; Sat, 1 Mar 2014 13:35:36 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403011335.s21DZaWc081418@svn.freebsd.org> From: Antoine Brodin Date: Sat, 1 Mar 2014 13:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346619 - in head: devel/libsigrokdecode science/sigrok-cli x11-toolkits/py31-tkinter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 01 Mar 2014 13:35:37 -0000 Author: antoine Date: Sat Mar 1 13:35:36 2014 New Revision: 346619 URL: http://svnweb.freebsd.org/changeset/ports/346619 QAT: https://qat.redports.org/buildarchive/r346619/ Log: Chase lang/python31 expiration Modified: head/devel/libsigrokdecode/Makefile head/science/sigrok-cli/Makefile head/x11-toolkits/py31-tkinter/Makefile Modified: head/devel/libsigrokdecode/Makefile ============================================================================== --- head/devel/libsigrokdecode/Makefile Sat Mar 1 12:51:05 2014 (r346618) +++ head/devel/libsigrokdecode/Makefile Sat Mar 1 13:35:36 2014 (r346619) @@ -11,6 +11,9 @@ COMMENT= Framework for hardware logic an LICENSE= GPLv3 +DEPRECATED= Depends on expiring lang/python31 +EXPIRATION_DATE= 2014-06-01 + USE_PYTHON= 3.1 GNU_CONFIGURE= yes USES= gmake pkgconfig pathfix Modified: head/science/sigrok-cli/Makefile ============================================================================== --- head/science/sigrok-cli/Makefile Sat Mar 1 12:51:05 2014 (r346618) +++ head/science/sigrok-cli/Makefile Sat Mar 1 13:35:36 2014 (r346619) @@ -12,6 +12,9 @@ COMMENT= Framework for hardware logic an LICENSE= GPLv3 +DEPRECATED= Depends on expiring lang/python31 +EXPIRATION_DATE= 2014-06-01 + LIB_DEPENDS= libsigrok.so:${PORTSDIR}/devel/libsigrok \ libsigrokdecode.so:${PORTSDIR}/devel/libsigrokdecode Modified: head/x11-toolkits/py31-tkinter/Makefile ============================================================================== --- head/x11-toolkits/py31-tkinter/Makefile Sat Mar 1 12:51:05 2014 (r346618) +++ head/x11-toolkits/py31-tkinter/Makefile Sat Mar 1 13:35:36 2014 (r346619) @@ -7,5 +7,7 @@ MAINTAINER= daichi@FreeBSD.org PYTHON_VERSION= python3.1 +DEPRECATED= Depends on expiring lang/python31 +EXPIRATION_DATE= 2014-06-01 NO_STAGE= yes .include "${MASTERDIR}/Makefile"