svn commit: r432275 - head/www/google-sitemapgen

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 23 18:51:30 UTC 2017


Author: sunpoet
Date: Mon Jan 23 18:51:29 2017
New Revision: 432275
URL: https://svnweb.freebsd.org/changeset/ports/432275

Log:
  Fix USES=python: does not work with Python 3
  
  - Add NO_ARCH
  - Remove PROJECTHOST
  - Use USE_PYTHON=autoplist
  - Remove PYDISTUTILS_PKGNAME

Deleted:
  head/www/google-sitemapgen/pkg-plist
Modified:
  head/www/google-sitemapgen/Makefile

Modified: head/www/google-sitemapgen/Makefile
==============================================================================
--- head/www/google-sitemapgen/Makefile	Mon Jan 23 18:51:24 2017	(r432274)
+++ head/www/google-sitemapgen/Makefile	Mon Jan 23 18:51:29 2017	(r432275)
@@ -10,12 +10,9 @@ DISTNAME=	sitemap_gen_${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Script to analyze web server and generate Google Sitemap files
 
-PROJECTHOST=	sitemap-generators
-
-NO_WRKSUBDIR=
-
-USES=		python
-USE_PYTHON=	distutils
-PYDISTUTILS_PKGNAME=	sitemap_gen
+NO_ARCH=	yes
+NO_WRKSUBDIR=	yes
+USES=		python:2
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list