diff --git a/devel/libsigrokdecode/Makefile b/devel/libsigrokdecode/Makefile index 15ca6e0322b6..86786cd82dac 100644 --- a/devel/libsigrokdecode/Makefile +++ b/devel/libsigrokdecode/Makefile @@ -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 diff --git a/science/sigrok-cli/Makefile b/science/sigrok-cli/Makefile index 004aefc6e725..faca4639cad3 100644 --- a/science/sigrok-cli/Makefile +++ b/science/sigrok-cli/Makefile @@ -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