From owner-svn-ports-all@freebsd.org Sat Jul 4 21:41:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A782C93E7; Sat, 4 Jul 2015 21:41:56 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C97E15AE; Sat, 4 Jul 2015 21:41:56 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64LfugP047293; Sat, 4 Jul 2015 21:41:56 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64Lfu60047288; Sat, 4 Jul 2015 21:41:56 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507042141.t64Lfu60047288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 4 Jul 2015 21:41:56 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2015 21:41:56 -0000 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`