mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 0.5.3
- Add license
This commit is contained in:
parent
3dc25b6fe0
commit
4d2966869f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341899
@ -2,8 +2,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= mpd2
|
PORTNAME= mpd2
|
||||||
PORTVERSION= 0.5.2
|
PORTVERSION= 0.5.3
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= audio python
|
CATEGORIES= audio python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||||
@ -11,12 +10,16 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|||||||
MAINTAINER= rene@FreeBSD.org
|
MAINTAINER= rene@FreeBSD.org
|
||||||
COMMENT= Fork of the Python MPD client library
|
COMMENT= Fork of the Python MPD client library
|
||||||
|
|
||||||
|
LICENSE= LGPL3
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= Mic92
|
GH_ACCOUNT= Mic92
|
||||||
GH_PROJECT= python-${PORTNAME}
|
GH_PROJECT= python-${PORTNAME}
|
||||||
GH_TAGNAME= v${PORTVERSION}
|
GH_TAGNAME= v${PORTVERSION}
|
||||||
GH_COMMIT= df508d4
|
GH_COMMIT= cfeb3b5
|
||||||
|
|
||||||
|
USES= shebangfix
|
||||||
|
SHEBANG_FILES= examples/helloworld.py
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
PYDISTUTILS_AUTOPLIST= yes
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
@ -27,12 +30,12 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
|
|||||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||||
PORTDOCS_1= index.rst changes.rst
|
PORTDOCS_1= generate_command_reference.py index.rst changes.rst
|
||||||
PORTDOCS_2= topics/advanced.rst topics/commands.rst \
|
PORTDOCS_2= topics/advanced.rst topics/commands.rst \
|
||||||
topics/getting-started.rst topics/logging.rst
|
topics/getting-started.rst topics/logging.rst
|
||||||
PORTDOCS= ${PORTDOCS_1} ${PORTDOCS_2}
|
PORTDOCS= ${PORTDOCS_1} ${PORTDOCS_2}
|
||||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||||
PORTEXAMPLES= locking.py logger.py
|
PORTEXAMPLES= helloworld.py locking.py logger.py
|
||||||
PLIST_DIRSTRY= ${DOCSDIR}/topics
|
PLIST_DIRSTRY= ${DOCSDIR}/topics
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (python-mpd2-0.5.2.tar.gz) = d39e9ab589b413e340630269486d12bfc3cec44dc92977c4b64b8d73cea4034e
|
SHA256 (python-mpd2-0.5.3.tar.gz) = 280a0c108e688ff778bb983f7db926515bcb195b2bdc33a3262036f803fff906
|
||||||
SIZE (python-mpd2-0.5.2.tar.gz) = 35170
|
SIZE (python-mpd2-0.5.3.tar.gz) = 40511
|
||||||
|
Loading…
Reference in New Issue
Block a user