From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 10 00:30:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62D2E1065675 for ; Mon, 10 Oct 2011 00:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4166F8FC12 for ; Mon, 10 Oct 2011 00:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9A0UBIt084103 for ; Mon, 10 Oct 2011 00:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9A0UAQO084100; Mon, 10 Oct 2011 00:30:11 GMT (envelope-from gnats) Resent-Date: Mon, 10 Oct 2011 00:30:11 GMT Resent-Message-Id: <201110100030.p9A0UAQO084100@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Junji NAKANISHI" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7A34106564A for ; Mon, 10 Oct 2011 00:28:11 +0000 (UTC) (envelope-from jun-g@daemonfreaks.com) Received: from daemonfreaks.com (7c293b17.i-revonet.jp [124.41.59.23]) by mx1.freebsd.org (Postfix) with ESMTP id 5943C8FC12 for ; Mon, 10 Oct 2011 00:28:10 +0000 (UTC) Received: from blackmagic.daemonfreaks.local (localhost [127.0.0.1]) by daemonfreaks.com (8.14.5/8.14.5) with ESMTP id p9A0S8PQ046215 for ; Mon, 10 Oct 2011 09:28:08 +0900 (JST) (envelope-from jun-g@daemonfreaks.com) Message-Id: <1318206488.46193@blackmagic.daemonfreaks.local> Date: Mon, 10 Oct 2011 09:28:08 +0900 From: "Junji NAKANISHI" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/161453: [maintainer] textproc/py-xmltv fix MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2011 00:30:11 -0000 >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: