svn commit: r477795 - head/devel/py-liblarch

Ruslan Makhmatkhanov rm at FreeBSD.org
Wed Aug 22 16:04:14 UTC 2018


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 at 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 at 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>


More information about the svn-ports-all mailing list