svn commit: r381000 - head/audio/py-cddb

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 11 14:51:18 UTC 2015


Author: amdmi3
Date: Wed Mar 11 14:51:16 2015
New Revision: 381000
URL: https://svnweb.freebsd.org/changeset/ports/381000
QAT: https://qat.redports.org/buildarchive/r381000/

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/audio/py-cddb/Makefile

Modified: head/audio/py-cddb/Makefile
==============================================================================
--- head/audio/py-cddb/Makefile	Wed Mar 11 14:50:54 2015	(r380999)
+++ head/audio/py-cddb/Makefile	Wed Mar 11 14:51:16 2015	(r381000)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cddb
 PORTVERSION=	1.4
+PORTREVISION=	1
 CATEGORIES=	audio python
 MASTER_SITES=	SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,13 @@ DISTNAME=	CDDB-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python module to fetch information on audio CDs from CDDB
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		python:2
 USE_PYTHON=	distutils autoplist pythonprefix
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cdrom.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list