pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc DEPENDS should be right after MAINTAINER block, reorder.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30e1ccb70180
branches:  trunk
changeset: 570222:30e1ccb70180
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 27 08:46:23 2010 +0000

description:
DEPENDS should be right after MAINTAINER block, reorder.

diffstat:

 devel/bzr/Makefile          |  6 +++---
 mail/newspipe/Makefile      |  6 +++---
 textproc/iso-codes/Makefile |  6 +++---
 www/py-genshi/Makefile      |  8 ++++----
 www/py-moin/Makefile        |  6 +++---
 x11/driconf/Makefile        |  6 +++---
 6 files changed, 19 insertions(+), 19 deletions(-)

diffs (145 lines):

diff -r 80ec47caeb88 -r 30e1ccb70180 devel/bzr/Makefile
--- a/devel/bzr/Makefile        Wed Jan 27 08:43:13 2010 +0000
+++ b/devel/bzr/Makefile        Wed Jan 27 08:46:23 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2009/11/10 19:31:31 epg Exp $
+# $NetBSD: Makefile,v 1.45 2010/01/27 08:46:23 wiz Exp $
 
 DISTNAME=              bzr-${VER}
 #PKGREVISION=          1
@@ -11,11 +11,11 @@
 COMMENT=               Bazaar open source distributed version control system
 LICENSE=               gnu-gpl-v2
 
-PKG_DESTDIR_SUPPORT=   user-destdir
-
 DEPENDS+=              ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_TOOLS+=            gmake
 
 PY_PATCHPLIST=         yes
diff -r 80ec47caeb88 -r 30e1ccb70180 mail/newspipe/Makefile
--- a/mail/newspipe/Makefile    Wed Jan 27 08:43:13 2010 +0000
+++ b/mail/newspipe/Makefile    Wed Jan 27 08:46:23 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/08/25 11:56:35 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2010/01/27 08:46:23 wiz Exp $
 #
 
 DISTNAME=              newspipe.1.1.9
@@ -12,14 +12,14 @@
 HOMEPAGE=              http://newspipe.sourceforge.net/
 COMMENT=               Read RSS/Atom feeds as email messages
 
-WRKSRC=                        ${WRKDIR}
-
 DEPENDS+=              ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=              ${PYPKGPREFIX}-feedparser-[0-9]*:../../textproc/py-feedparser
 DEPENDS+=              ${PYPKGPREFIX}-html2text-[0-9]*:../../textproc/py-html2text
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+WRKSRC=                        ${WRKDIR}
+
 NO_BUILD=              yes
 PYTHON_PATCH_SCRIPTS=  *.py
 
diff -r 80ec47caeb88 -r 30e1ccb70180 textproc/iso-codes/Makefile
--- a/textproc/iso-codes/Makefile       Wed Jan 27 08:43:13 2010 +0000
+++ b/textproc/iso-codes/Makefile       Wed Jan 27 08:46:23 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2009/11/03 01:03:13 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2010/01/27 08:46:23 wiz Exp $
 
 DISTNAME=      iso-codes-3.11.1
 CATEGORIES=    textproc
@@ -9,6 +9,8 @@
 COMMENT=       List of country, language and currency names
 LICENSE=       gnu-lgpl-v2.1
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE=         yes
@@ -20,8 +22,6 @@
 
 REPLACE_PYTHON=                *.py */*.py
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
-
 PYTHON_FOR_BUILD_ONLY=         yes
 
 INSTALLATION_DIRS=     share/doc/iso-codes
diff -r 80ec47caeb88 -r 30e1ccb70180 www/py-genshi/Makefile
--- a/www/py-genshi/Makefile    Wed Jan 27 08:43:13 2010 +0000
+++ b/www/py-genshi/Makefile    Wed Jan 27 08:46:23 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/05/19 08:59:37 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2010/01/27 08:46:23 wiz Exp $
 #
 
 DISTNAME=      Genshi-0.5.1
@@ -11,12 +11,12 @@
 COMMENT=       Python toolkit for generation of output for the web
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
+DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_LANGUAGES= c
 
-DEPENDS+=      ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
-DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 80ec47caeb88 -r 30e1ccb70180 www/py-moin/Makefile
--- a/www/py-moin/Makefile      Wed Jan 27 08:43:13 2010 +0000
+++ b/www/py-moin/Makefile      Wed Jan 27 08:46:23 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/10/02 12:18:27 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2010/01/27 08:46:24 wiz Exp $
 #
 
 DISTNAME=      moin-1.7.1
@@ -10,9 +10,9 @@
 HOMEPAGE=      http://moinmo.in/
 COMMENT=       MoinMoin, a Python clone of WikiWiki
 
-PKG_DESTDIR_SUPPORT=   user-destdir
+DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
-DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 PYTHON_VERSIONS_ACCEPTED=      25 24
 PYDISTUTILSPKG=        # empty
diff -r 80ec47caeb88 -r 30e1ccb70180 x11/driconf/Makefile
--- a/x11/driconf/Makefile      Wed Jan 27 08:43:13 2010 +0000
+++ b/x11/driconf/Makefile      Wed Jan 27 08:46:23 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/08/26 19:58:29 sno Exp $
+# $NetBSD: Makefile,v 1.9 2010/01/27 08:46:24 wiz Exp $
 #
 
 DISTNAME=      driconf-0.9.1
@@ -10,11 +10,11 @@
 HOMEPAGE=      http://dri.freedesktop.org/wiki/DriConf
 COMMENT=       Configuration applet for DRI drivers
 
-PKG_DESTDIR_SUPPORT=   user-destdir
-
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=      xdriinfo>=1.0.2:../../x11/xdriinfo
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt msgmerge xgettext
 



Home | Main Index | Thread Index | Old Index