Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2018 21:36:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471007 - head/archivers/py-python-lzo
Message-ID:  <201805272136.w4RLaLHA025495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun May 27 21:36:20 2018
New Revision: 471007
URL: https://svnweb.freebsd.org/changeset/ports/471007

Log:
  archivers/py-python-lzo: Update 1.11 -> 1.12
  
  Port changes:
  * Change to DISTVERSION
  * Replace CFLAGS with USES=localbase
  
  Reported by:	portscout

Modified:
  head/archivers/py-python-lzo/Makefile
  head/archivers/py-python-lzo/distinfo

Modified: head/archivers/py-python-lzo/Makefile
==============================================================================
--- head/archivers/py-python-lzo/Makefile	Sun May 27 21:11:37 2018	(r471006)
+++ head/archivers/py-python-lzo/Makefile	Sun May 27 21:36:20 2018	(r471007)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-lzo
-PORTVERSION=	1.11
+DISTVERSION=	1.12
 CATEGORIES=	archivers python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	liblzo2.so:archivers/lzo2
 
-USES=		python
+USES=		localbase python
 USE_PYTHON=	autoplist distutils
-CFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/lzo
 
 .include <bsd.port.mk>

Modified: head/archivers/py-python-lzo/distinfo
==============================================================================
--- head/archivers/py-python-lzo/distinfo	Sun May 27 21:11:37 2018	(r471006)
+++ head/archivers/py-python-lzo/distinfo	Sun May 27 21:36:20 2018	(r471007)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492589752
-SHA256 (python-lzo-1.11.tar.gz) = 38a0ea4ceb27cdd8e3526509fe1b7a936e5dfa57c64608fd32085c129e8be386
-SIZE (python-lzo-1.11.tar.gz) = 13823
+TIMESTAMP = 1527456280
+SHA256 (python-lzo-1.12.tar.gz) = 97a8e46825e8f1abd84c2a3372bc09adae9745a5be5d3af2692cd850dac35345
+SIZE (python-lzo-1.12.tar.gz) = 14042



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805272136.w4RLaLHA025495>