pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Cosmetic change with pkglint(1).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a87e234ecffb
branches:  trunk
changeset: 490237:a87e234ecffb
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 06 12:58:04 2005 +0000

description:
Cosmetic change with pkglint(1).

diffstat:

 databases/ruby-mysql/Makefile      |  4 ++--
 databases/ruby-postgresql/Makefile |  8 ++++----
 databases/ruby-vapor/DESCR         |  4 ++--
 devel/ruby-amstd/DESCR             |  1 -
 devel/ruby-curses/Makefile         |  4 ++--
 devel/ruby-readline/Makefile       |  6 +++---
 devel/ruby-testunit/DESCR          |  2 +-
 devel/ruby16-racc/Makefile         |  6 +++---
 8 files changed, 17 insertions(+), 18 deletions(-)

diffs (132 lines):

diff -r 2199f1477069 -r a87e234ecffb databases/ruby-mysql/Makefile
--- a/databases/ruby-mysql/Makefile     Sun Mar 06 12:57:38 2005 +0000
+++ b/databases/ruby-mysql/Makefile     Sun Mar 06 12:58:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/01/28 14:08:01 taca Exp $
+# $NetBSD: Makefile,v 1.12 2005/03/06 12:58:04 taca Exp $
 #
 
 DISTNAME=      mysql-ruby-2.5.1
@@ -23,7 +23,7 @@
 post-install:
        ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/mysql
 .for f in ${DOCS}
-       ${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_DOCDIR}/mysql
+       ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/mysql
 .endfor
        ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/mysql
        ${INSTALL_SCRIPT} ${WRKSRC}/test.rb ${RUBY_EXAMPLESDIR}/mysql
diff -r 2199f1477069 -r a87e234ecffb databases/ruby-postgresql/Makefile
--- a/databases/ruby-postgresql/Makefile        Sun Mar 06 12:57:38 2005 +0000
+++ b/databases/ruby-postgresql/Makefile        Sun Mar 06 12:58:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/01/31 05:00:13 taca Exp $
+# $NetBSD: Makefile,v 1.20 2005/03/06 12:58:44 taca Exp $
 
 DISTNAME=              ruby-postgres-${VERSION}
 PKGNAME=               ${RUBY_PKGPREFIX}-postgresql-${VERSION}
@@ -33,14 +33,14 @@
 post-install:
        ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/postgresql
 .for f in ${DOC}
-       ${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_DOCDIR}/postgresql
+       ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/postgresql
 .endfor
        ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/postgresql
 .for f in ${EXAMPLE_LIBS}
-       ${INSTALL_DATA} ${WRKSRC}/sample/$f ${RUBY_EXAMPLESDIR}/postgresql
+       ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_EXAMPLESDIR}/postgresql
 .endfor
 .for f in ${EXAMPLE_SCRIPTS}
-       ${INSTALL_SCRIPT} ${WRKSRC}/sample/$f ${RUBY_EXAMPLESDIR}/postgresql
+       ${INSTALL_SCRIPT} ${WRKSRC}/sample/${f} ${RUBY_EXAMPLESDIR}/postgresql
 .endfor
 
 .include "../../lang/ruby/modules.mk"
diff -r 2199f1477069 -r a87e234ecffb databases/ruby-vapor/DESCR
--- a/databases/ruby-vapor/DESCR        Sun Mar 06 12:57:38 2005 +0000
+++ b/databases/ruby-vapor/DESCR        Sun Mar 06 12:58:04 2005 +0000
@@ -4,7 +4,7 @@
 framework that does not interfere with the code of classes that
 are to be persistently stored.
 Vapor does not require any knowledge about relational databases,
-so developers can concentrate on the task of writing their application logic. 
+so developers can concentrate on the task of writing their application logic.
 
 Some of Vapor's general design was inspired by the JDO
-(Java Data Objects) standard. 
+(Java Data Objects) standard.
diff -r 2199f1477069 -r a87e234ecffb devel/ruby-amstd/DESCR
--- a/devel/ruby-amstd/DESCR    Sun Mar 06 12:57:38 2005 +0000
+++ b/devel/ruby-amstd/DESCR    Sun Mar 06 12:58:04 2005 +0000
@@ -12,4 +12,3 @@
 protect.rb: protect from exceptions
 timer.rb: timer class
 version.rb: VersionNumber class
-
diff -r 2199f1477069 -r a87e234ecffb devel/ruby-curses/Makefile
--- a/devel/ruby-curses/Makefile        Sun Mar 06 12:57:38 2005 +0000
+++ b/devel/ruby-curses/Makefile        Sun Mar 06 12:58:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/01/23 17:33:19 taca Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/06 13:00:31 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -23,7 +23,7 @@
 post-install:
        ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/curses
 .for f in ${CURSES_EXAMPLES}
-       ${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_EXAMPLESDIR}/curses
+       ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/curses
 .endfor
 
 .include "../../lang/ruby/modules.mk"
diff -r 2199f1477069 -r a87e234ecffb devel/ruby-readline/Makefile
--- a/devel/ruby-readline/Makefile      Sun Mar 06 12:57:38 2005 +0000
+++ b/devel/ruby-readline/Makefile      Sun Mar 06 12:58:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/01/23 17:33:19 taca Exp $
+# $NetBSD: Makefile,v 1.15 2005/03/06 13:01:06 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -21,8 +21,8 @@
 
 post-install:
        ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/readline
-.for file in ${RUBY_DOCS}
-       ${INSTALL_DATA} ${WRKSRC}/${file} ${RUBY_DOCDIR}/readline
+.for f in ${RUBY_DOCS}
+       ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/readline
 .endfor
 
 .include "../../devel/readline/buildlink3.mk"
diff -r 2199f1477069 -r a87e234ecffb devel/ruby-testunit/DESCR
--- a/devel/ruby-testunit/DESCR Sun Mar 06 12:57:38 2005 +0000
+++ b/devel/ruby-testunit/DESCR Sun Mar 06 12:58:04 2005 +0000
@@ -1,3 +1,3 @@
 Test::Unit is a framework for unit testing in Ruby, helping
 you to design, debug and evaluate your code by making it
-easy to write and have tests for it. 
+easy to write and have tests for it.
diff -r 2199f1477069 -r a87e234ecffb devel/ruby16-racc/Makefile
--- a/devel/ruby16-racc/Makefile        Sun Mar 06 12:57:38 2005 +0000
+++ b/devel/ruby16-racc/Makefile        Sun Mar 06 12:58:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/28 05:59:59 taca Exp $
+# $NetBSD: Makefile,v 1.2 2005/03/06 13:02:17 taca Exp $
 # FreeBSD: ports/devel/ruby-racc/Makefile,v 1.20 2001/01/27 09:54:30 knu Exp
 
 DISTNAME=      racc-${RACC_VERSION}-all-2
@@ -33,8 +33,8 @@
        ${CP} -p ${WRKSRC}/packages/racc/misc/* ${WRKSRC}/packages/racc/bin
 .if ${RUBY_NAME} != "ruby"
 .for f in ${COMMANDS}
-       ${MV} ${WRKSRC}/packages/racc/bin/$f \
-               ${WRKSRC}/packages/racc/bin/$f-${RUBY_VER}
+       ${MV} ${WRKSRC}/packages/racc/bin/${f} \
+               ${WRKSRC}/packages/racc/bin/${f}-${RUBY_VER}
 .endfor
 .endif
 



Home | Main Index | Thread Index | Old Index