svn commit: r351273 - in head: devel/libsigrokdecode science/sigrok-cli

Antoine Brodin antoine at FreeBSD.org
Mon Apr 14 18:14:55 UTC 2014


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
 


More information about the svn-ports-all mailing list