Date: Wed, 22 Aug 2018 16:04:13 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477795 - head/devel/py-liblarch Message-ID: <201808221604.w7MG4DIQ053841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Wed Aug 22 16:04:13 2018 New Revision: 477795 URL: https://svnweb.freebsd.org/changeset/ports/477795 Log: devel/py-liblarch: minor fixes - shuffle knobs to pet portlint - add NO_ARCH and LICENSE_FILE These changes are cherry-picked from the main update patch, that breaks deskutils/gtg, so update bits of this patch were rejected. PR: 230585 Submitted by: Nathan <ndowens@yahoo.com> Modified: head/devel/py-liblarch/Makefile Modified: head/devel/py-liblarch/Makefile ============================================================================== --- head/devel/py-liblarch/Makefile Wed Aug 22 15:33:56 2018 (r477794) +++ head/devel/py-liblarch/Makefile Wed Aug 22 16:04:13 2018 (r477795) @@ -2,8 +2,8 @@ PORTNAME= liblarch PORTVERSION= 2.1.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ MAINTAINER= rm@FreeBSD.org COMMENT= Python library to easily handle data structures LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE +USES= python:2.7 USE_GITHUB= yes USE_GNOME= pygobject -USES= python:2.7 USE_PYTHON= distutils autoplist +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808221604.w7MG4DIQ053841>