Undeprecate by depending on any version of python 3 rather than deprecated
python 3.1 PR: ports/187394 Approved by: maintainer timeout (1 month)
This commit is contained in:
parent
76fc33af59
commit
e98b1db08a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351273
2 changed files with 3 additions and 8 deletions
|
@ -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 analyzers, protocol decoders library
|
|||
|
||||
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
|
||||
|
|
|
@ -12,9 +12,6 @@ COMMENT= Framework for hardware logic analyzers, CLI client
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue