From owner-freebsd-python@FreeBSD.ORG Mon Jul 22 07:10:03 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 393D0492 for ; Mon, 22 Jul 2013 07:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B505254A for ; Mon, 22 Jul 2013 07:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6M7A3Go094469 for ; Mon, 22 Jul 2013 07:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6M7A3Po094468; Mon, 22 Jul 2013 07:10:03 GMT (envelope-from gnats) Date: Mon, 22 Jul 2013 07:10:03 GMT Message-Id: <201307220710.r6M7A3Po094468@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/170786: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 07:10:03 -0000 The following reply was made to PR ports/170786; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/170786: commit references a PR Date: Mon, 22 Jul 2013 07:03:28 +0000 (UTC) Author: rm Date: Mon Jul 22 07:03:15 2013 New Revision: 323433 URL: http://svnweb.freebsd.org/changeset/ports/323433 Log: - reset maintainer - trim Makefile header while here Actually maintainer asked to remove this port, but I see no point there, because there is newer version on pypi: https://pypi.python.org/pypi/pyx12 so this port just need to be updated and stay here. PR: 170786 Submitted by: John Holland (maintainer) Modified: head/textproc/py-pyx12/Makefile Modified: head/textproc/py-pyx12/Makefile ============================================================================== --- head/textproc/py-pyx12/Makefile Mon Jul 22 06:55:34 2013 (r323432) +++ head/textproc/py-pyx12/Makefile Mon Jul 22 07:03:15 2013 (r323433) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyx12 -# Date created: 29 Jan 2004 -# Whom: john@zoner.org -# +# Created by: john@zoner.org # $FreeBSD$ -# PORTNAME= pyx12 PORTVERSION= 1.5.0 @@ -12,7 +8,7 @@ MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyx12-${PORTVERSION:S/.b/b/} -MAINTAINER= jholland@kazoocmh.org +MAINTAINER= ports@FreeBSD.org COMMENT= Validate and convert HIPAA X12 documents BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"