svn commit: r434077 - head/www/py-pelican

Dmitry Sivachenko demon at FreeBSD.org
Tue Feb 14 11:09:05 UTC 2017


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 at 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 at FreeBSD.org
 COMMENT=	Static site generator written in Python


More information about the svn-ports-all mailing list