Date: Mon, 10 Oct 2011 09:28:08 +0900 From: "Junji NAKANISHI" <jun-g@daemonfreaks.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/161453: [maintainer] textproc/py-xmltv fix MASTER_SITES Message-ID: <1318206488.46193@blackmagic.daemonfreaks.local> Resent-Message-ID: <201110100030.p9A0UAQO084100@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 161453 >Category: ports >Synopsis: [maintainer] textproc/py-xmltv fix MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 10 00:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Junji NAKANISHI >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD 8.2-STABLE #1: Sun Oct 9 17:02:42 JST 2011 root@blackmagic.daemonfreaks.local:/usr/obj/usr/src/sys/GENERIC >Description: - Fix MASTER_SITES. - Add LICENSE. - Remove dependency. - Add require python2.5+. >How-To-Repeat: >Fix: --- py-xmltv.patch begins here --- diff -du py-xmltv.orig/Makefile py-xmltv/Makefile --- py-xmltv.orig/Makefile 2011-10-10 08:41:52.000000000 +0900 +++ py-xmltv/Makefile 2011-10-10 09:18:22.000000000 +0900 @@ -8,19 +8,19 @@ PORTNAME= xmltv PORTVERSION= 1.3 CATEGORIES= textproc python -MASTER_SITES= http://www.funktronics.ca/python-xmltv/releases/ +MASTER_SITES= ${MASTER_SITE_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 diff -du py-xmltv.orig/pkg-descr py-xmltv/pkg-descr --- py-xmltv.orig/pkg-descr 2011-10-10 08:41:52.000000000 +0900 +++ py-xmltv/pkg-descr 2011-10-10 09:17:50.000000000 +0900 @@ -4,6 +4,6 @@ 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 --- py-xmltv.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1318206488.46193>