svn commit: r328617 - head/www/py-beautifulsoup

William Grzybowski wg at FreeBSD.org
Sat Sep 28 17:42:11 UTC 2013


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>


More information about the svn-ports-all mailing list