Date: Tue, 14 Feb 2017 11:09:03 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434077 - head/www/py-pelican Message-ID: <201702141109.v1EB93O6095281@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Tue Feb 14 11:09:03 2017 New Revision: 434077 URL: https://svnweb.freebsd.org/changeset/ports/434077 Log: Add PKGNAMEPREFIX so that concurrent installs really work PR: 216585 Submitted by: John W. O'Brien <john@saltant.com> maintainer timeout. Modified: head/www/py-pelican/Makefile Modified: head/www/py-pelican/Makefile ============================================================================== --- head/www/py-pelican/Makefile Tue Feb 14 10:57:11 2017 (r434076) +++ head/www/py-pelican/Makefile Tue Feb 14 11:09:03 2017 (r434077) @@ -3,8 +3,9 @@ PORTNAME= pelican PORTVERSION= 3.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www textproc python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Static site generator written in Python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702141109.v1EB93O6095281>