From owner-svn-ports-all@FreeBSD.ORG Sat Sep 22 04:14:05 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26F8B1065670; Sat, 22 Sep 2012 04:14:05 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 130A58FC0C; Sat, 22 Sep 2012 04:14:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8M4E4dc082150; Sat, 22 Sep 2012 04:14:04 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8M4E4V0082148; Sat, 22 Sep 2012 04:14:04 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209220414.q8M4E4V0082148@svn.freebsd.org> From: Thomas Abthorpe Date: Sat, 22 Sep 2012 04:14:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304660 - head/audio/py-karaoke X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 04:14:05 -0000 Author: tabthorpe Date: Sat Sep 22 04:14:04 2012 New Revision: 304660 URL: http://svn.freebsd.org/changeset/ports/304660 Log: - Reassign to the heap due to mail bounces With hat: portmgr Modified: head/audio/py-karaoke/Makefile (contents, props changed) Modified: head/audio/py-karaoke/Makefile ============================================================================== --- head/audio/py-karaoke/Makefile Sat Sep 22 04:09:59 2012 (r304659) +++ head/audio/py-karaoke/Makefile Sat Sep 22 04:14:04 2012 (r304660) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-karaoke -# Date created: 8 October 2002 -# Whom: Elias Mandouvalos -# +# Created by: Elias Mandouvalos # $FreeBSD$ -# PORTNAME= karaoke PORTVERSION= 0.5 @@ -13,7 +9,7 @@ MASTER_SITES= SF/py${PORTNAME}/py${PORTN PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pykaraoke-${PORTVERSION} -MAINTAINER= ocean@mail.gr +MAINTAINER= ports@FreeBSD.org COMMENT= Python karaoke application (Plays CD+G, MP3+G, OGG+G files) BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game