From owner-svn-ports-head@FreeBSD.ORG Sun Dec 1 11:56:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 951DAB34; Sun, 1 Dec 2013 11:56:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 816C71090; Sun, 1 Dec 2013 11:56:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB1Bu9GL016299; Sun, 1 Dec 2013 11:56:09 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rB1Bu91q016298; Sun, 1 Dec 2013 11:56:09 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201312011156.rB1Bu91q016298@svn.freebsd.org> From: Marcus von Appen Date: Sun, 1 Dec 2013 11:56:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335375 - head/www/py-HTMLgen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2013 11:56:09 -0000 Author: mva Date: Sun Dec 1 11:56:09 2013 New Revision: 335375 URL: http://svnweb.freebsd.org/changeset/ports/335375 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Give the port a new home at python@ Modified: head/www/py-HTMLgen/Makefile (contents, props changed) Modified: head/www/py-HTMLgen/Makefile ============================================================================== --- head/www/py-HTMLgen/Makefile Sun Dec 1 11:38:39 2013 (r335374) +++ head/www/py-HTMLgen/Makefile Sun Dec 1 11:56:09 2013 (r335375) @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= dryice PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= HTMLgen -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= A Python library for the generation of HTML documents USE_PYTHON= -2.7 @@ -22,6 +22,9 @@ NO_STAGE= yes PORTDOCS= * .endif +post-patch: + @${REINPLACE_CMD} -e 's|python |${PYTHON_CMD} |' ${WRKSRC}/Makefile + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR}