svn commit: r518764 - head/audio/py-eyed3

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 1 09:40:33 UTC 2019


Author: amdmi3
Date: Sun Dec  1 09:40:32 2019
New Revision: 518764
URL: https://svnweb.freebsd.org/changeset/ports/518764

Log:
  - Fix LICENSE
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/audio/py-eyed3/Makefile
  head/audio/py-eyed3/pkg-descr

Modified: head/audio/py-eyed3/Makefile
==============================================================================
--- head/audio/py-eyed3/Makefile	Sun Dec  1 09:06:30 2019	(r518763)
+++ head/audio/py-eyed3/Makefile	Sun Dec  1 09:40:32 2019	(r518764)
@@ -12,7 +12,7 @@ DISTNAME=	eyeD3-${PORTVERSION}
 MAINTAINER=	rm at FreeBSD.org
 COMMENT=	Python module for processing ID3 tags
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 NO_ARCH=	yes
@@ -29,9 +29,12 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 post-patch:
 	${REINPLACE_CMD} -e 's,bash,sh,g;s,python,${PYTHON_CMD},g' \
 		${WRKSRC}/bin/eyeD3
-post-install:
+
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
 

Modified: head/audio/py-eyed3/pkg-descr
==============================================================================
--- head/audio/py-eyed3/pkg-descr	Sun Dec  1 09:06:30 2019	(r518763)
+++ head/audio/py-eyed3/pkg-descr	Sun Dec  1 09:40:32 2019	(r518764)
@@ -3,4 +3,4 @@ writing) ID3 tags. Information about mp3 files (i.e bi
 sample frequency, play time, etc.) is also available. The formats
 supported are ID3 v1.0/v1.1 and v2.3/v2.4.
 
-WWW: http://eyed3.nicfit.net/
+WWW: https://eyed3.nicfit.net/


More information about the svn-ports-all mailing list