svn commit: r415516 - head/databases/py-oursql

Kurt Jaeger pi at FreeBSD.org
Thu May 19 18:06:21 UTC 2016


Author: pi
Date: Thu May 19 18:06:20 2016
New Revision: 415516
URL: https://svnweb.freebsd.org/changeset/ports/415516

Log:
  databases/py-oursql: 0.9.3.1 -> 0.9.3.2
  
  PR:		209647
  Submitted by:	Yuri Victorovich <yuri at rawbw.com> (maintainer)

Modified:
  head/databases/py-oursql/Makefile
  head/databases/py-oursql/distinfo

Modified: head/databases/py-oursql/Makefile
==============================================================================
--- head/databases/py-oursql/Makefile	Thu May 19 18:02:48 2016	(r415515)
+++ head/databases/py-oursql/Makefile	Thu May 19 18:06:20 2016	(r415516)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oursql
-PORTVERSION=	0.9.3.1
+PORTVERSION=	0.9.3.2
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,10 @@ COMMENT=	MySQL bindings for python
 
 LICENSE=	BSD2CLAUSE
 
-USES=		python
-USE_MYSQL=	client
+USES=		mysql python
 USE_PYTHON=	autoplist distutils
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/oursql.so
+
 .include <bsd.port.mk>

Modified: head/databases/py-oursql/distinfo
==============================================================================
--- head/databases/py-oursql/distinfo	Thu May 19 18:02:48 2016	(r415515)
+++ head/databases/py-oursql/distinfo	Thu May 19 18:06:20 2016	(r415516)
@@ -1,2 +1,3 @@
-SHA256 (oursql-0.9.3.1.tar.gz) = 260d7101ffda97b1aeda3260d88233f769288a79ad2041f3fc9efee3a9f64aca
-SIZE (oursql-0.9.3.1.tar.gz) = 164715
+TIMESTAMP = 1463678177
+SHA256 (oursql-0.9.3.2.tar.gz) = 8031855fc77dff9c6a02294f1156ef35dfab2c7fbff7cd791298eb4d0b106095
+SIZE (oursql-0.9.3.2.tar.gz) = 187323


More information about the svn-ports-all mailing list