Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2014 18:14:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351273 - in head: devel/libsigrokdecode science/sigrok-cli
Message-ID:  <201404141814.s3EIEtBl066769@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Apr 14 18:14:54 2014
New Revision: 351273
URL: http://svnweb.freebsd.org/changeset/ports/351273
QAT: https://qat.redports.org/buildarchive/r351273/

Log:
  Undeprecate by depending on any version of python 3 rather than deprecated
  python 3.1
  
  PR:		ports/187394
  Approved by:	maintainer timeout (1 month)

Modified:
  head/devel/libsigrokdecode/Makefile
  head/science/sigrok-cli/Makefile

Modified: head/devel/libsigrokdecode/Makefile
==============================================================================
--- head/devel/libsigrokdecode/Makefile	Mon Apr 14 17:44:58 2014	(r351272)
+++ head/devel/libsigrokdecode/Makefile	Mon Apr 14 18:14:54 2014	(r351273)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libsigrokdecode
 PORTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://sigrok.org/download/source/libsigrokdecode/
 
@@ -11,12 +12,9 @@ COMMENT=	Framework for hardware logic an
 
 LICENSE=	GPLv3
 
-DEPRECATED=		Depends on expiring lang/python31
-EXPIRATION_DATE=	2014-06-01
-
-USE_PYTHON=	3.1
+USE_PYTHON=	3
 GNU_CONFIGURE=	yes
-USES=	gmake pkgconfig pathfix
+USES=		gmake pkgconfig pathfix
 USE_GNOME=	gtk20
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes

Modified: head/science/sigrok-cli/Makefile
==============================================================================
--- head/science/sigrok-cli/Makefile	Mon Apr 14 17:44:58 2014	(r351272)
+++ head/science/sigrok-cli/Makefile	Mon Apr 14 18:14:54 2014	(r351273)
@@ -12,9 +12,6 @@ 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
 



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