Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 17:42:10 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328617 - head/www/py-beautifulsoup
Message-ID:  <201309281742.r8SHgAno047853@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sat Sep 28 17:42:10 2013
New Revision: 328617
URL: http://svnweb.freebsd.org/changeset/ports/328617

Log:
  www/py-beautifulsoup: use autoplist and 3k knob
  
  - Use python auto plist
  - Use python 3k knob
  - Allow staging

Deleted:
  head/www/py-beautifulsoup/pkg-plist
Modified:
  head/www/py-beautifulsoup/Makefile

Modified: head/www/py-beautifulsoup/Makefile
==============================================================================
--- head/www/py-beautifulsoup/Makefile	Sat Sep 28 17:24:09 2013	(r328616)
+++ head/www/py-beautifulsoup/Makefile	Sat Sep 28 17:42:10 2013	(r328617)
@@ -14,12 +14,7 @@ COMMENT=	HTML/XML Parser for Python
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	beautifulsoup4
+PYDISTUTILS_AUTOPLIST=	yes
+PYTHON_PY3K_PLIST_HACK=	yes
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 320
-.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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