diff options
author | cs <cs@FreeBSD.org> | 2012-08-02 17:02:43 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-08-02 17:02:43 +0800 |
commit | 28ca79404f77320265611fe12ddeed99cae70390 (patch) | |
tree | 069ccbea155001b7168967685ae64e97f3524568 /databases | |
parent | 7a7da36f99fc6aa631f33c02b9b0fad2fd7aeb6c (diff) | |
download | freebsd-ports-gnome-28ca79404f77320265611fe12ddeed99cae70390.tar.gz freebsd-ports-gnome-28ca79404f77320265611fe12ddeed99cae70390.tar.zst freebsd-ports-gnome-28ca79404f77320265611fe12ddeed99cae70390.zip |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.)
Diffstat (limited to 'databases')
4 files changed, 4 insertions, 4 deletions
diff --git a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile index 61dd0db16480..663434a44299 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.1.11 CATEGORIES= databases www pear MAINTAINER= miwi@FreeBSD.org -COMMENT= DataSource driver using PEAR::DB and an SQL query. +COMMENT= DataSource driver using PEAR::DB and an SQL query BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile index ca320f241724..c06bbf05455b 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.1.7 CATEGORIES= databases www pear MAINTAINER= miwi@FreeBSD.org -COMMENT= DataSource driver using PEAR::DB_Table. +COMMENT= DataSource driver using PEAR::DB_Table BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \ ${PEARDIR}/DB/Table.php:${PORTSDIR}/databases/pear-DB_Table diff --git a/databases/rubygem-arel/Makefile b/databases/rubygem-arel/Makefile index 4477cac33f52..4bf9b6cc0a61 100644 --- a/databases/rubygem-arel/Makefile +++ b/databases/rubygem-arel/Makefile @@ -11,7 +11,7 @@ CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Relational Algebra for Ruby. +COMMENT= Relational Algebra for Ruby USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/databases/rubygem-bigrecord/Makefile b/databases/rubygem-bigrecord/Makefile index 7c8acbedac4a..e533822b93d2 100644 --- a/databases/rubygem-bigrecord/Makefile +++ b/databases/rubygem-bigrecord/Makefile @@ -11,7 +11,7 @@ CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Intended to work as a drop-in for Rails applications. +COMMENT= Intended to work as a drop-in for Rails applications RUN_DEPENDS= rubygem-activerecord>=0:${PORTSDIR}/databases/rubygem-activerecord \ rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ |