diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 03:45:05 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 03:45:05 +0000 |
commit | b0587df2a10b357c169487fb11c3dc71ee23ae86 (patch) | |
tree | 058a5d7dbd4e2830d044e3fb78162276979aef46 /databases | |
parent | d0e9745b16d88b3d48b213aa728de902f1a648d5 (diff) | |
download | pkgsrc-b0587df2a10b357c169487fb11c3dc71ee23ae86.tar.gz |
Fixes:
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gdbm_compat/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql84-dblink/Makefile | 4 | ||||
-rw-r--r-- | databases/py-cdb/Makefile | 4 | ||||
-rw-r--r-- | databases/ruby-dm-active_model/Makefile | 4 | ||||
-rw-r--r-- | databases/ruby-dm-is-nested_set/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/databases/gdbm_compat/Makefile b/databases/gdbm_compat/Makefile index be6a0583595..90fce59326b 100644 --- a/databases/gdbm_compat/Makefile +++ b/databases/gdbm_compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/10/02 21:25:17 asau Exp $ +# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:08 rodent Exp $ # .include "../../databases/gdbm/Makefile.common" @@ -6,7 +6,7 @@ PKGNAME= ${DISTNAME:S/-/_compat-/} PKGREVISION= 1 -COMMENT+= dbm and ndbm compat library +COMMENT+= Compat library for dbm and ndbm DEPENDS+= gdbm-${PKGVERSION_NOREV}{,nb[0-9]*}:../../databases/gdbm diff --git a/databases/postgresql84-dblink/Makefile b/databases/postgresql84-dblink/Makefile index 8a5098937af..47359b0d61e 100644 --- a/databases/postgresql84-dblink/Makefile +++ b/databases/postgresql84-dblink/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/02/09 11:19:10 adam Exp $ +# $NetBSD: Makefile,v 1.12 2013/04/06 03:45:08 rodent Exp $ PKGNAME= ${DISTNAME:C/-/84-dblink-/} -COMMENT= dblink module for remote database connections +COMMENT= Remote database connection dblink module DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server diff --git a/databases/py-cdb/Makefile b/databases/py-cdb/Makefile index 3f9799efcff..b16958f0a4a 100644 --- a/databases/py-cdb/Makefile +++ b/databases/py-cdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/02 21:25:48 asau Exp $ +# $NetBSD: Makefile,v 1.3 2013/04/06 03:45:08 rodent Exp $ # DISTNAME= python-cdb-0.34 @@ -8,7 +8,7 @@ MASTER_SITES= http://pilcrow.madison.wi.us/python-cdb/ MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://pilcrow.madison.wi.us/ -COMMENT= cdb python extension module +COMMENT= Python extension module for cdb LICENSE= gnu-gpl-v2 PYDISTUTILSPKG= yes diff --git a/databases/ruby-dm-active_model/Makefile b/databases/ruby-dm-active_model/Makefile index b3ef5bd1686..8e9ff1e10e7 100644 --- a/databases/ruby-dm-active_model/Makefile +++ b/databases/ruby-dm-active_model/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/01/31 15:43:25 taca Exp $ +# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:08 rodent Exp $ DISTNAME= dm-active_model-1.2.1 PKGREVISION= 2 @@ -6,7 +6,7 @@ CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://github.com/datamapper/dm-active_model -COMMENT= active_model compliance for datamapper +COMMENT= Plugin to make datamapper active_model compliant LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core diff --git a/databases/ruby-dm-is-nested_set/Makefile b/databases/ruby-dm-is-nested_set/Makefile index 9eaa9624942..585071d0918 100644 --- a/databases/ruby-dm-is-nested_set/Makefile +++ b/databases/ruby-dm-is-nested_set/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:24:43 taca Exp $ +# $NetBSD: Makefile,v 1.2 2013/04/06 03:45:08 rodent Exp $ DISTNAME= dm-is-nested_set-1.2.0 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://github.com/datamapper/dm-is-nested_set -COMMENT= DataMapper plugin allowing the creation of nested sets from data models +COMMENT= DataMapper plugin for creating nested sets from data models LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-dm-adjust>=1.2.0<1.3:../../databases/ruby-dm-adjust |