cvs commit: ports/textproc Makefile ports/textproc/pyenchant Makefile distinfo pkg-descr pkg-plist

Nicola Vitale nivit at email.it
Thu Apr 6 14:30:46 UTC 2006


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 at email.it
-------------- next part --------------
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 at 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 at email.it
 COMMENT=	A spellchecking library for Python based on the Enchant library


More information about the cvs-all mailing list