Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2015 21:41:56 +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: r391332 - in head/textproc: py-libxml2 py3-libxml2
Message-ID:  <201507042141.t64Lfu60047288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Jul  4 21:41:55 2015
New Revision: 391332
URL: https://svnweb.freebsd.org/changeset/ports/391332

Log:
  Convert py-libxml2 ports to autoplist
  
  PR:		194470
  Submitted by:	rm (myself)
  Approved by:	maintainer timeout (6 months+)

Deleted:
  head/textproc/py-libxml2/pkg-plist
  head/textproc/py3-libxml2/pkg-plist
Modified:
  head/textproc/py-libxml2/Makefile
  head/textproc/py3-libxml2/Makefile

Modified: head/textproc/py-libxml2/Makefile
==============================================================================
--- head/textproc/py-libxml2/Makefile	Sat Jul  4 21:20:56 2015	(r391331)
+++ head/textproc/py-libxml2/Makefile	Sat Jul  4 21:41:55 2015	(r391332)
@@ -17,8 +17,7 @@ PLIST=		${.CURDIR}/pkg-plist
 
 USE_GNOME+=	libxml2
 USES+=		python:2
-USE_PYTHON=	distutils
-PYDISTUTILS_EGGINFO=	libxml2_python-${PORTVERSION}-py${PYTHON_VER}.egg-info
+USE_PYTHON=	autoplist distutils
 
 CPPFLAGS+=	`${PYTHON_VERSION}-config --cflags`
 LDFLAGS+=	-L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs`

Modified: head/textproc/py3-libxml2/Makefile
==============================================================================
--- head/textproc/py3-libxml2/Makefile	Sat Jul  4 21:20:56 2015	(r391331)
+++ head/textproc/py3-libxml2/Makefile	Sat Jul  4 21:41:55 2015	(r391332)
@@ -17,9 +17,7 @@ PLIST=		${.CURDIR}/pkg-plist
 
 USE_GNOME+=	libxml2
 USES=		python:3
-USE_PYTHON=	distutils
-PYDISTUTILS_EGGINFO=	libxml2_python-${PORTVERSION}-py${PYTHON_VER}.egg-info
-PLIST_SUB+=	PYTVER=${PYTHON_VER:S/.//}
+USE_PYTHON=	autoplist distutils
 
 CPPFLAGS+=	`${PYTHON_VERSION}-config --cflags`
 LDFLAGS+=	-L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs`



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