pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Reorder sections to more closely follow pkgsrc Makefil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1badb33b97ba
branches:  trunk
changeset: 515782:1badb33b97ba
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 07 21:51:05 2006 +0000

description:
Reorder sections to more closely follow pkgsrc Makefile guidelines.

diffstat:

 databases/yasql/Makefile |  10 +++++-----
 math/antixls/Makefile    |   6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r d6f85efafa82 -r 1badb33b97ba databases/yasql/Makefile
--- a/databases/yasql/Makefile  Fri Jul 07 21:49:38 2006 +0000
+++ b/databases/yasql/Makefile  Fri Jul 07 21:51:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/07/07 21:49:38 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/07/07 21:51:05 jlam Exp $
 
 DISTNAME=      yasql-1.81
 CATEGORIES=    databases
@@ -8,15 +8,15 @@
 HOMEPAGE=      http://yasql.sourceforge.net/
 COMMENT=       Yet another SQLPlus replacement for Oracle
 
+DEPENDS+=      p5-DBD-Oracle-[0-9]*:../../databases/p5-DBD-Oracle
+DEPENDS+=      p5-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine
+DEPENDS+=      p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+
 GNU_CONFIGURE= yes
 NO_BUILD=      yes
 
 CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
 
-DEPENDS+=      p5-DBD-Oracle-[0-9]*:../../databases/p5-DBD-Oracle
-DEPENDS+=      p5-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine
-DEPENDS+=      p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
-
 CONF_FILES+=   ${PREFIX}/share/examples/yasql/yasql.conf \
                ${PKG_SYSCONFDIR}/yasql.conf
 
diff -r d6f85efafa82 -r 1badb33b97ba math/antixls/Makefile
--- a/math/antixls/Makefile     Fri Jul 07 21:49:38 2006 +0000
+++ b/math/antixls/Makefile     Fri Jul 07 21:51:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/07 15:19:59 dillo Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/07 21:59:04 jlam Exp $
 #
 
 DISTNAME=              antixls-0.2b
@@ -10,13 +10,13 @@
 HOMEPAGE=              http://www.af0.net/~dan/?antixls
 COMMENT=               Print XLS file with minimal formatting, or as CSV
 
+DEPENDS+=      p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel
+
 WRKSRC=                ${WRKDIR}
 EXTRACT_CMD=   ${CP} ${DOWNLOADED_DISTFILE} antixls
 REPLACE_PERL+= antixls
 NO_BUILD=      YES
 
-DEPENDS+=      p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel
-
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/antixls ${PREFIX}/bin
 



Home | Main Index | Thread Index | Old Index