summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-08 11:17:08 +0000
committerrodent <rodent>2013-04-08 11:17:08 +0000
commit315a605c7a7b24362633aa81dda2e5490cef9ff2 (patch)
treea54d33520d98c61ee2a68e3afa6cf5aa83a00659 /databases
parentea88ef50fe2ea773fba2c2a725ed155119491e80 (diff)
downloadpkgsrc-315a605c7a7b24362633aa81dda2e5490cef9ff2.tar.gz
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'databases')
-rw-r--r--databases/clisp-bdb/PLIST3
-rw-r--r--databases/gdbm/Makefile3
-rw-r--r--databases/gdbm_compat/builtin.mk6
-rw-r--r--databases/mysql51-client/Makefile.common4
-rw-r--r--databases/p5-Catalyst-Model-RDBO/MESSAGE4
-rw-r--r--databases/php-pdo_mysql/Makefile3
-rw-r--r--databases/postgresql84/options.mk4
-rw-r--r--databases/py-metakit/Makefile4
8 files changed, 14 insertions, 17 deletions
diff --git a/databases/clisp-bdb/PLIST b/databases/clisp-bdb/PLIST
index 38f3e07bbdc..901d2fdf8b6 100644
--- a/databases/clisp-bdb/PLIST
+++ b/databases/clisp-bdb/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2011/04/20 18:31:36 hans Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/04/08 11:17:10 rodent Exp $
lib/clisp/dynmod/bdb.lisp
lib/clisp/dynmod/lib-bdb.so
lib/clisp/berkeley-db/Makefile
@@ -7,4 +7,3 @@ lib/clisp/berkeley-db/dbi.fas
lib/clisp/berkeley-db/dbi.lisp
lib/clisp/berkeley-db/link.sh
lib/clisp/berkeley-db/preload.lisp
-
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index 2b008fd686e..774317ab940 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2012/10/02 21:25:17 asau Exp $
+# $NetBSD: Makefile,v 1.49 2013/04/08 11:17:10 rodent Exp $
.include "Makefile.common"
@@ -14,4 +14,3 @@ MAKE_JOBS_SAFE= no
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
-
diff --git a/databases/gdbm_compat/builtin.mk b/databases/gdbm_compat/builtin.mk
index 1941c5a30b9..1b1c6c3f15a 100644
--- a/databases/gdbm_compat/builtin.mk
+++ b/databases/gdbm_compat/builtin.mk
@@ -1,7 +1,7 @@
-# $NetBSD: builtin.mk,v 1.2 2012/01/01 04:22:03 sbd Exp $
+# $NetBSD: builtin.mk,v 1.3 2013/04/08 11:17:10 rodent Exp $
BUILTIN_PKG:= gdbm_compat
-BUILTIN_FIND_FILES_VAR= NDBM_H
+BUILTIN_FIND_FILES_VAR= NDBM_H
BUILTIN_FIND_FILES.NDBM_H= /usr/include/ndbm.h
BUILTIN_FIND_GREP.NDBM_H= This file is part of GDBM
@@ -20,7 +20,7 @@ IS_BUILTIN.gdbm_compat= yes
MAKEVARS+= IS_BUILTIN.gdbm_compat
##
-## Include databases/gdbm/builtin.mk so that BUILTIN_PKG.gdbm and
+## Include databases/gdbm/builtin.mk so that BUILTIN_PKG.gdbm and
## USE_BUILTIN.gdbm are set.
.if !defined(BUILTIN_PKG.gdbm) || !defined(USE_BUILTIN.gdbm)
. include "../../databases/gdbm/builtin.mk"
diff --git a/databases/mysql51-client/Makefile.common b/databases/mysql51-client/Makefile.common
index f648259d1a1..3275e332655 100644
--- a/databases/mysql51-client/Makefile.common
+++ b/databases/mysql51-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2013/01/21 08:58:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.28 2013/04/08 11:17:10 rodent Exp $
#
# used by databases/mysql51-client/Makefile
# used by databases/mysql51-server/Makefile
@@ -112,7 +112,7 @@ USE_TOOLS+= autoconf bash autoheader gmake perl:run
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/mysql
# reset the platform diff on SunOS unless it's a GNU diff
-# which is required by the MySQL build
+# which is required by the MySQL build
.if ${OPSYS} == "SunOS" && empty(TOOLS_PLATFORM.diff:Mgdiff)
TOOLS_PLATFORM.diff= # empty
.endif
diff --git a/databases/p5-Catalyst-Model-RDBO/MESSAGE b/databases/p5-Catalyst-Model-RDBO/MESSAGE
index ba3cfeb4411..d1bd5ec3cd4 100644
--- a/databases/p5-Catalyst-Model-RDBO/MESSAGE
+++ b/databases/p5-Catalyst-Model-RDBO/MESSAGE
@@ -1,8 +1,8 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2008/12/11 17:40:54 rhaen Exp $
+$NetBSD: MESSAGE,v 1.2 2013/04/08 11:17:10 rodent Exp $
This package is deprecated as mentioned in CPAN
- **DEPRECATED** base class for Rose::DB::Object model
+ **DEPRECATED** base class for Rose::DB::Object model
===========================================================================
diff --git a/databases/php-pdo_mysql/Makefile b/databases/php-pdo_mysql/Makefile
index 101a04bf843..b973598e2ed 100644
--- a/databases/php-pdo_mysql/Makefile
+++ b/databases/php-pdo_mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/03/16 02:00:34 taca Exp $
+# $NetBSD: Makefile,v 1.18 2013/04/08 11:17:10 rodent Exp $
MODNAME= pdo_mysql
CATEGORIES+= databases
@@ -16,4 +16,3 @@ CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.mysql-client}
.include "../../mk/mysql.buildlink3.mk"
.include "../../databases/php-pdo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
-
diff --git a/databases/postgresql84/options.mk b/databases/postgresql84/options.mk
index 5884349c7ba..3441afffe0b 100644
--- a/databases/postgresql84/options.mk
+++ b/databases/postgresql84/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2012/03/14 13:22:06 fhajny Exp $
+# $NetBSD: options.mk,v 1.8 2013/04/08 11:17:11 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql84
PKG_SUPPORTED_OPTIONS= bonjour gssapi kerberos ldap pam xml dtrace
@@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --with-libxml
.endif
###
-### Dtrace support
+### Dtrace support
###
.if !empty(PKG_OPTIONS:Mdtrace)
CONFIGURE_ARGS+= --enable-dtrace
diff --git a/databases/py-metakit/Makefile b/databases/py-metakit/Makefile
index fbcc4be0c67..32f002c0fef 100644
--- a/databases/py-metakit/Makefile
+++ b/databases/py-metakit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.25 2012/10/02 21:25:49 asau Exp $
+# $NetBSD: Makefile,v 1.26 2013/04/08 11:17:11 rodent Exp $
#
DISTNAME= metakit-2.4.9.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
-MASTER_SITES= http://www.equi4.com/pub/mk/
+MASTER_SITES= http://www.equi4.com/pub/mk/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.equi4.com/metakit/