Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2015 14:08:30 +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: r381398 - head/net-im/py-pyxmpp
Message-ID:  <201503161408.t2GE8UIs031489@svn.freebsd.org>

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

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Strip library

Modified:
  head/net-im/py-pyxmpp/Makefile

Modified: head/net-im/py-pyxmpp/Makefile
==============================================================================
--- head/net-im/py-pyxmpp/Makefile	Mon Mar 16 14:08:27 2015	(r381397)
+++ head/net-im/py-pyxmpp/Makefile	Mon Mar 16 14:08:29 2015	(r381398)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pyxmpp
 PORTVERSION=	1.1.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im python
 MASTER_SITES=	GHC
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python XMPP library
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21 # only
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>0:${PORTSDIR}/dns/py-dnspython \
 		${PYTHON_PKGNAMEPREFIX}m2crypto>=0.18.2:${PORTSDIR}/security/py-m2crypto \
@@ -32,4 +33,7 @@ post-patch:
 		"/include_dirs =/s|\[.*|['${LOCALBASE}/include/libxml2','${LOCALBASE}/include']| ; \
 		 /library_dirs =/s|\[.*|['${LOCALBASE}/lib']|" ${WRKSRC}/setup.py
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyxmpp/_xmlextra.so
+
 .include <bsd.port.mk>



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