Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2014 07:54:35 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351311 - head/databases/py-simplecouchdb
Message-ID:  <201404150754.s3F7sZdJ007005@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Apr 15 07:54:35 2014
New Revision: 351311
URL: http://svnweb.freebsd.org/changeset/ports/351311
QAT: https://qat.redports.org/buildarchive/r351311/

Log:
  - Fix the conflicts with py27-py-restclient
  
  Reported by:	swills@

Modified:
  head/databases/py-simplecouchdb/Makefile

Modified: head/databases/py-simplecouchdb/Makefile
==============================================================================
--- head/databases/py-simplecouchdb/Makefile	Tue Apr 15 07:49:17 2014	(r351310)
+++ head/databases/py-simplecouchdb/Makefile	Tue Apr 15 07:54:35 2014	(r351311)
@@ -3,6 +3,7 @@
 
 PORTNAME=	simplecouchdb
 PORTVERSION=	0.9.26
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,4 +26,7 @@ USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 PYDISTUTILS_PKGNAME=	py_${PORTNAME}
 
+post-extract:
+	${MV} ${WRKSRC}/tests ${WRKSRC}/simplecouchdb/
+
 .include <bsd.port.mk>



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