From owner-cvs-ports@FreeBSD.ORG Thu Apr 6 14:30:45 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D677916A425 for ; Thu, 6 Apr 2006 14:30:45 +0000 (UTC) (envelope-from nivit@email.it) Received: from vsmtp3.tin.it (vsmtp3alice.tin.it [212.216.176.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45ABC43D5F for ; Thu, 6 Apr 2006 14:30:42 +0000 (GMT) (envelope-from nivit@email.it) Received: from arancino (82.52.80.104) by vsmtp3.tin.it (7.2.072.1) id 442D2FC800575EAC for cvs-ports@FreeBSD.org; Thu, 6 Apr 2006 16:31:47 +0200 Received: (qmail 17339 invoked by uid 1001); 6 Apr 2006 14:29:06 -0000 From: nivit@email.it (Nicola Vitale) Date: Thu, 6 Apr 2006 16:29:06 +0200 To: Renato Botelho Message-ID: <20060406142906.GA7301@arancino> References: <200604061139.k36BdLGw061938@repoman.freebsd.org> <20060406114131.GB29458@FreeBSD.org> <4434FF8C.70907@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: <4434FF8C.70907@FreeBSD.org> X-Operating-System: FreeBSD/i386 (http://www.freebsd.org) User-Agent: Mutt (http://www.mutt.org) Cc: cvs-ports@FreeBSD.org, danfe@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/pyenchant Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 14:30:45 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Renato, > [Renato Botelho, 2006-04-06T08:46:20+00:00] > Em 6/4/2006 08:41 Alexey Dokuchaev escreveu: > > > May I suggest remaing it to `py-enchant' for consistency with other > > Python binding in our ports? > > What do you think about it? No problem, in effect it might be much better py-enchant as port name. In attachment there is the patch. Thanks, ciao. -- Nicola Vitale nivit@email.it --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="py-enchant.patch" diff -ruN pyenchant/Makefile py-enchant/Makefile --- pyenchant/Makefile Thu Apr 6 13:39:20 2006 +++ py-enchant/Makefile Thu Apr 6 16:08:12 2006 @@ -1,15 +1,17 @@ -# New ports collection makefile for: pyenchant +# New ports collection makefile for: py-enchant # Date created: 2006-04-03 # Whom: Nicola Vitale # # $FreeBSD: ports/textproc/pyenchant/Makefile,v 1.1 2006/04/06 11:39:20 garga Exp $ # -PORTNAME= pyenchant +PORTNAME= enchant PORTVERSION= 1.1.5 CATEGORIES= textproc devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= py${PORTNAME} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${MASTER_SITE_SUBDIR}-${PORTVERSION} MAINTAINER= nivit@email.it COMMENT= A spellchecking library for Python based on the Enchant library --FL5UXtIhxfXey3p5--