Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2006 16:29:06 +0200
From:      nivit@email.it (Nicola Vitale)
To:        Renato Botelho <garga@FreeBSD.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
Message-ID:  <20060406142906.GA7301@arancino>
In-Reply-To: <4434FF8C.70907@FreeBSD.org>
References:  <200604061139.k36BdLGw061938@repoman.freebsd.org> <20060406114131.GB29458@FreeBSD.org> <4434FF8C.70907@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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	<nivit@email.it>
 #
 # $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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060406142906.GA7301>