pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-moin Explicitly depend on py-expat, as it is ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cccf821492d
branches:  trunk
changeset: 520687:0cccf821492d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 25 18:57:34 2006 +0000

description:
Explicitly depend on py-expat, as it is needed for the GUI editor.
Fixes PR 34912. Bump revision.

diffstat:

 www/py-moin/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r f094f0ecea26 -r 0cccf821492d www/py-moin/Makefile
--- a/www/py-moin/Makefile      Wed Oct 25 18:54:08 2006 +0000
+++ b/www/py-moin/Makefile      Wed Oct 25 18:57:34 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2006/07/31 17:06:50 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/10/25 18:57:34 joerg Exp $
 #
 
 DISTNAME=      moin-1.5.4
 PKGNAME=       ${PYPKGPREFIX}-moin-1.5.4
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=moin/}
 
@@ -10,6 +11,8 @@
 HOMEPAGE=      http://moinmoin.wiwiwiwiweb.de/
 COMMENT=       Python clone of WikiWiki
 
+DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
 PYDISTUTILSPKG=        # empty
 PYTHON_VERSIONS_ACCEPTED=      24 23
 



Home | Main Index | Thread Index | Old Index