svn commit: r347535 - head/www/py-qpy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 8 20:33:14 UTC 2014


Author: sunpoet
Date: Sat Mar  8 20:33:13 2014
New Revision: 347535
URL: http://svnweb.freebsd.org/changeset/ports/347535
QAT: https://qat.redports.org/buildarchive/r347535/

Log:
  - Remove USE_DISTUTILS=yes: use setuptools since it's dependency now
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/www/py-qpy/Makefile

Modified: head/www/py-qpy/Makefile
==============================================================================
--- head/www/py-qpy/Makefile	Sat Mar  8 20:21:55 2014	(r347534)
+++ head/www/py-qpy/Makefile	Sat Mar  8 20:33:13 2014	(r347535)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qpy
 PORTVERSION=	1.8
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	http://www.mems-exchange.org/software/qpy/ \
 		LOCAL/sunpoet
@@ -14,13 +15,15 @@ COMMENT=	Generating safely-quoted html t
 OPTIONS_DEFINE=	DOCS
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 
-MAKE_ENV=	USE_DISTUTILS=yes
 PYDISTUTILS_AUTOPLIST=	yes
 USE_PYDISTUTILS=yes
 USE_PYTHON=	2
 
 PORTDOCS=	CHANGES.txt LICENSE.txt README.txt
 
+post-build:
+	@${STRIP_CMD} ${WRKSRC}/build/lib.*/qpy/quoted.so
+
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/


More information about the svn-ports-all mailing list