mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 1.3
- Fix position of *_DEPENDS block in Makefile - Pass the maintainership to the submitter PR: ports/131737 Submitted by: Junji NAKANISHI <jun-g at daemonfreaks dot com>
This commit is contained in:
parent
0423cdf6c5
commit
bfd67d97c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228504
2 changed files with 7 additions and 7 deletions
|
@ -6,18 +6,18 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= xmltv
|
PORTNAME= xmltv
|
||||||
PORTVERSION= 0.5.39
|
PORTVERSION= 1.3
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= http://www.funktronics.ca/python-xmltv/releases/
|
MASTER_SITES= http://www.funktronics.ca/python-xmltv/releases/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= python-xmltv-${PORTVERSION}
|
DISTNAME= python-xmltv-${PORTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= jun-g@daemonfreaks.com
|
||||||
|
COMMENT= A Python module that provides access to XMLTV TV listings
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
|
||||||
COMMENT= A Python module that provides access to XMLTV TV listings
|
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
PYDISTUTILS_PKGNAME= python-xmltv
|
PYDISTUTILS_PKGNAME= python-xmltv
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (python-xmltv-0.5.39.tar.gz) = 58807aafc65ed1ecbcb3df6a0476d0aa
|
MD5 (python-xmltv-1.3.tar.gz) = 4ba3d28091fd8cda6c67b0646bcaca1d
|
||||||
SHA256 (python-xmltv-0.5.39.tar.gz) = a33eeae633292b9ed285723f7141f1bf010814f2c8b4146c9ad5bd4cdd32eea4
|
SHA256 (python-xmltv-1.3.tar.gz) = 3f7878790252669b59f252e057ea05cfa71c23962b7d140d8c91c65239410ff8
|
||||||
SIZE (python-xmltv-0.5.39.tar.gz) = 19039
|
SIZE (python-xmltv-1.3.tar.gz) = 18551
|
||||||
|
|
Loading…
Add table
Reference in a new issue