svn commit: r381193 - head/audio/py-mad

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 13 13:25:30 UTC 2015


Author: amdmi3
Date: Fri Mar 13 13:25:28 2015
New Revision: 381193
URL: https://svnweb.freebsd.org/changeset/ports/381193
QAT: https://qat.redports.org/buildarchive/r381193/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Strip library

Modified:
  head/audio/py-mad/Makefile

Modified: head/audio/py-mad/Makefile
==============================================================================
--- head/audio/py-mad/Makefile	Fri Mar 13 13:24:32 2015	(r381192)
+++ head/audio/py-mad/Makefile	Fri Mar 13 13:25:28 2015	(r381193)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mad
 PORTVERSION=	0.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio python
 MASTER_SITES=	GOOGLE_CODE
 PROJECTHOST=	pymad
@@ -13,7 +13,8 @@ DISTNAME=	pymad-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python module that provides the MPEG Audio Decoder interface
 
-LICENSE=	LGPL20
+LICENSE=	LGPL20 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/libmad
 
@@ -24,4 +25,7 @@ do-configure:
 	@cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py \
 		--prefix ${LOCALBASE}
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/madmodule.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list