aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorcs <cs@FreeBSD.org>2012-07-25 14:32:06 +0800
committercs <cs@FreeBSD.org>2012-07-25 14:32:06 +0800
commit5f37dd84911359300a58a785d4ea4bc1d612812a (patch)
treeac7ed005b2cc3dddde570973d1da7a6213760341 /databases
parentc72cc7a3f36bdc8502fd2932570ed6520ca23d03 (diff)
downloadfreebsd-ports-gnome-5f37dd84911359300a58a785d4ea4bc1d612812a.tar.gz
freebsd-ports-gnome-5f37dd84911359300a58a785d4ea4bc1d612812a.tar.zst
freebsd-ports-gnome-5f37dd84911359300a58a785d4ea4bc1d612812a.zip
Fix typos in COMMENT
Diffstat (limited to 'databases')
-rw-r--r--databases/autobackupmysql/Makefile2
-rw-r--r--databases/flare/Makefile2
-rw-r--r--databases/jdbm2/Makefile2
-rw-r--r--databases/mysql-proxy/Makefile2
-rw-r--r--databases/p5-DBD-AnyData/Makefile2
-rw-r--r--databases/py-dbutils/Makefile2
-rw-r--r--databases/py-pickledb/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/databases/autobackupmysql/Makefile b/databases/autobackupmysql/Makefile
index 2ff4eb4256ad..1670a531a84b 100644
--- a/databases/autobackupmysql/Makefile
+++ b/databases/autobackupmysql/Makefile
@@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .sh
MAINTAINER= fw@moov.de
-COMMENT= Make daily, weekly and monthly backups of your MySQL databases
+COMMENT= Make daily, weekly, and monthly backups of your MySQL databases
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
diff --git a/databases/flare/Makefile b/databases/flare/Makefile
index b02046962eb0..c6cd60266c11 100644
--- a/databases/flare/Makefile
+++ b/databases/flare/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://labs.gree.jp/data/source/
EXTRACT_SUFX= .tgz
MAINTAINER= nork@FreeBSD.org
-COMMENT= Flare - distributed, and persistent key-value storage
+COMMENT= Flare - distributed and persistent key-value storage
LIB_DEPENDS= boost_program_options.4:${PORTSDIR}/devel/boost-libs \
tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet
diff --git a/databases/jdbm2/Makefile b/databases/jdbm2/Makefile
index febe48b08ab6..0cd9712c9bfb 100644
--- a/databases/jdbm2/Makefile
+++ b/databases/jdbm2/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= databases java
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= ale@FreeBSD.org
-COMMENT= A fast, simple and transactional Java persistence engine
+COMMENT= A fast, simple, and transactional Java persistence engine
USE_ZIP= yes
USE_JAVA= yes
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile
index d3baeaa9f1f9..4aafe486ab50 100644
--- a/databases/mysql-proxy/Makefile
+++ b/databases/mysql-proxy/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= MySQL-Proxy
MAINTAINER= swills@FreeBSD.org
-COMMENT= Monitor, analyze or transform the communication of MySQL
+COMMENT= Monitor, analyze, or transform the communication of MySQL
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
glib:${PORTSDIR}/devel/glib20
diff --git a/databases/p5-DBD-AnyData/Makefile b/databases/p5-DBD-AnyData/Makefile
index bacb6d0d6184..957b45289537 100644
--- a/databases/p5-DBD-AnyData/Makefile
+++ b/databases/p5-DBD-AnyData/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
-COMMENT= DBI access to XML, CSV and other formats
+COMMENT= DBI access to XML, CSV, and other formats
BUILD_DEPENDS= p5-AnyData>=0.07:${PORTSDIR}/devel/p5-AnyData \
p5-DBI>1:${PORTSDIR}/databases/p5-DBI \
diff --git a/databases/py-dbutils/Makefile b/databases/py-dbutils/Makefile
index f51820d3a6c9..32eba1ceb450 100644
--- a/databases/py-dbutils/Makefile
+++ b/databases/py-dbutils/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= DBUtils-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
-COMMENT= Providing solid, persistent and pooled connections to a database
+COMMENT= Providing solid, persistent, and pooled connections to a database
USE_PYTHON= -2.7
USE_PYDISTUTILS=easy_install
diff --git a/databases/py-pickledb/Makefile b/databases/py-pickledb/Makefile
index a1545cab5932..f2feda92d0c4 100644
--- a/databases/py-pickledb/Makefile
+++ b/databases/py-pickledb/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= duchateau.olivier@gmail.com
-COMMENT= A lightweight, fast and simple key-value store
+COMMENT= A lightweight, fast, and simple key-value store
LICENSE= BSD