Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2017 18:51:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432275 - head/www/google-sitemapgen
Message-ID:  <201701231851.v0NIpTpm067139@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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