devel/py-liblarch: Update to 3.0 * Fixed ordering of variables -- Portlint reported they were out of order * Removed designated Python 2.7 -- Builds fine with Python 3.6 as well * Removed USE_GNOME -- Port does not need it -- Causes port to not build on mips as gcc(not available on mips ) is needed for pygobject Changelog: https://raw.githubusercontent.com/getting-things-gnome/liblarch/d81a13a8770500772719cdfed3dae9424138f60b/ CHANGELOG Index: devel/py-liblarch/Makefile =================================================================== --- devel/py-liblarch/Makefile (revision 477044) +++ devel/py-liblarch/Makefile (working copy) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= liblarch -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 3.0 DISTVERSIONPREFIX= v CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +10,12 @@ COMMENT= Python library to easily handle data structures LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE +USES= python USE_GITHUB= yes -USE_GNOME= pygobject -USES= python:2.7 USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include Index: devel/py-liblarch/distinfo =================================================================== --- devel/py-liblarch/distinfo (revision 477044) +++ devel/py-liblarch/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (liblarch-liblarch-v2.1.0_GH0.tar.gz) = 30134fd3757e3b3fa9df71aa7f8755cf129ec0dbdc3f4ff320acba415aee0665 -SIZE (liblarch-liblarch-v2.1.0_GH0.tar.gz) = 55968 +TIMESTAMP = 1534119263 +SHA256 (liblarch-liblarch-v3.0_GH0.tar.gz) = 3d8b337d7a71ea84387e90196b465f617649b59a1c8f0b0c49e6655987ac730c +SIZE (liblarch-liblarch-v3.0_GH0.tar.gz) = 55785