Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2015 14:08:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381396 - head/security/py-pow
Message-ID:  <201503161408.t2GE8JFl031256@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Mar 16 14:08:18 2015
New Revision: 381396
URL: https://svnweb.freebsd.org/changeset/ports/381396
QAT: https://qat.redports.org/buildarchive/r381396/

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/security/py-pow/Makefile

Modified: head/security/py-pow/Makefile
==============================================================================
--- head/security/py-pow/Makefile	Mon Mar 16 14:08:08 2015	(r381395)
+++ head/security/py-pow/Makefile	Mon Mar 16 14:08:18 2015	(r381396)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pow
 PORTVERSION=	0.7
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	SF/${PORTNAME}/POW/POW-${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,8 @@ DISTNAME=	${PORTNAME:tu}-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python OpenSSL Wrappers
 
+LICENSE=	BSD3CLAUSE
+
 OPTIONS_DEFINE=	DOCS
 
 USES=		python
@@ -27,6 +30,7 @@ do-build:
 	cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext -D NO_IDEA -D NO_RC5_32_12_16 ${PYDISTUTILS_BUILD_TARGET}
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/POW/_POW.so
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR}



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