svn commit: r358336 - head/textproc/py-elasticsearch-py

Ryan Steinmetz zi at FreeBSD.org
Thu Jun 19 01:31:46 UTC 2014


Author: zi
Date: Thu Jun 19 01:31:46 2014
New Revision: 358336
URL: http://svnweb.freebsd.org/changeset/ports/358336
QAT: https://qat.redports.org/buildarchive/r358336/

Log:
  - Add missing PKGNAMEPREFIX
  - Bump PORTREVISION

Modified:
  head/textproc/py-elasticsearch-py/Makefile

Modified: head/textproc/py-elasticsearch-py/Makefile
==============================================================================
--- head/textproc/py-elasticsearch-py/Makefile	Thu Jun 19 01:27:52 2014	(r358335)
+++ head/textproc/py-elasticsearch-py/Makefile	Thu Jun 19 01:31:46 2014	(r358336)
@@ -3,8 +3,10 @@
 
 PORTNAME=	elasticsearch-py
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	#
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	zi at FreeBSD.org
 COMMENT=	Official Python low-level client for Elasticsearch


More information about the svn-ports-head mailing list