aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-10-10 08:57:30 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-10-10 08:57:30 +0800
commite1fc73c3bed9652b78f3f5220853d0e2f4e3532b (patch)
tree3ea0a148f3e332733e007fbd07eae75ce4e8d291 /textproc
parent7c4b704e93b0f1996fa554a04b5a658b324a7ac8 (diff)
downloadfreebsd-ports-gnome-e1fc73c3bed9652b78f3f5220853d0e2f4e3532b.tar.gz
freebsd-ports-gnome-e1fc73c3bed9652b78f3f5220853d0e2f4e3532b.tar.zst
freebsd-ports-gnome-e1fc73c3bed9652b78f3f5220853d0e2f4e3532b.zip
- Update MASTER_SITES
- Add LICENSE - Remove textproc/py-xml from *_DEPENDS - Change USE_PYTHON to 2.5+ - Update WWW PR: ports/161453 Submitted by: Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-xmltv/Makefile9
-rw-r--r--textproc/py-xmltv/pkg-descr2
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/py-xmltv/Makefile b/textproc/py-xmltv/Makefile
index 9de2f4faba57..0cddddabdd8f 100644
--- a/textproc/py-xmltv/Makefile
+++ b/textproc/py-xmltv/Makefile
@@ -8,20 +8,21 @@
PORTNAME= xmltv
PORTVERSION= 1.3
CATEGORIES= textproc python
-MASTER_SITES= http://www.funktronics.ca/python-xmltv/releases/
+MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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
-RUN_DEPENDS= ${BUILD_DEPENDS}
+LICENSE= LGPL21
-USE_PYTHON= yes
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python-xmltv
+PROJECTHOST= python-xmltv
+
.ifndef(NOPORTDOCS)
PORTDOCS= README.txt
.endif
diff --git a/textproc/py-xmltv/pkg-descr b/textproc/py-xmltv/pkg-descr
index 313df2767642..2e6c52a5d556 100644
--- a/textproc/py-xmltv/pkg-descr
+++ b/textproc/py-xmltv/pkg-descr
@@ -4,6 +4,6 @@ python-xmltv is a Python module that provides access to XMLTV data.
XMLTV is an XML format for storing TV listings. More information
on XMLTV can be found at http://membled.com/work/apps/xmltv/
-WWW: http://www.funktronics.ca/python-xmltv/
+WWW: http://code.google.com/p/python-xmltv/
-- lioux@FreeBSD.org