diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-02 09:21:58 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-02 09:21:58 +0000 |
commit | bbf7ef5615b14f020b875ffc8722a84552ed72d7 (patch) | |
tree | f6022d44f737ae0f73544a9529d177bf7bbf76e1 /databases | |
parent | 21a1453cb1fbdbb60b46b723a56839c0ac03f280 (diff) | |
download | ports-bbf7ef5615b14f020b875ffc8722a84552ed72d7.tar.gz ports-bbf7ef5615b14f020b875ffc8722a84552ed72d7.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/beansdb/pkg-descr | 2 | ||||
-rw-r--r-- | databases/liquibase/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql-plruby/pkg-descr | 2 | ||||
-rw-r--r-- | databases/py-redis/pkg-descr | 2 | ||||
-rw-r--r-- | databases/py-sqlite3dbm/pkg-descr | 2 | ||||
-rw-r--r-- | databases/pymongo/pkg-descr | 2 | ||||
-rw-r--r-- | databases/rubygem-activerecord-import/pkg-descr | 2 | ||||
-rw-r--r-- | databases/rubygem-redis-namespace/pkg-descr | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/databases/beansdb/pkg-descr b/databases/beansdb/pkg-descr index 2c9ebf024967..99f42573315a 100644 --- a/databases/beansdb/pkg-descr +++ b/databases/beansdb/pkg-descr @@ -3,4 +3,4 @@ systems distributed KeyValue using HashTree and simplified version number to quickly synchronize to ensure consistency in the final (weak), a simplified version of the Dynamo. -WWW: http://github.com/douban/beansdb/ +WWW: https://github.com/douban/beansdb/ diff --git a/databases/liquibase/Makefile b/databases/liquibase/Makefile index 177714fe563e..0574212d32c1 100644 --- a/databases/liquibase/Makefile +++ b/databases/liquibase/Makefile @@ -5,7 +5,7 @@ PORTNAME= liquibase PORTVERSION= 3.4.1 DISTVERSIONSUFFIX= -bin CATEGORIES= databases java -MASTER_SITES= http://github.com/liquibase/liquibase/releases/download/liquibase-parent-${PORTVERSION}/ +MASTER_SITES= https://github.com/liquibase/liquibase/releases/download/liquibase-parent-${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Database Change Management diff --git a/databases/postgresql-plruby/pkg-descr b/databases/postgresql-plruby/pkg-descr index 8d857fe32868..42f08e2c01bf 100644 --- a/databases/postgresql-plruby/pkg-descr +++ b/databases/postgresql-plruby/pkg-descr @@ -2,4 +2,4 @@ PL/Ruby is a loadable procedural language for the PostgreSQL database system (7.0 or later) that enables to write functions and trigger procedures in Ruby. -WWW: http://github.com/knu/postgresql-plruby +WWW: https://github.com/knu/postgresql-plruby diff --git a/databases/py-redis/pkg-descr b/databases/py-redis/pkg-descr index 380969bd69e7..e5214a6863c8 100644 --- a/databases/py-redis/pkg-descr +++ b/databases/py-redis/pkg-descr @@ -1,3 +1,3 @@ This is the Python interface to the Redis key-value store. -WWW: http://github.com/andymccurdy/redis-py/ +WWW: https://github.com/andymccurdy/redis-py/ diff --git a/databases/py-sqlite3dbm/pkg-descr b/databases/py-sqlite3dbm/pkg-descr index c01516573b1f..93f2a8c40e6a 100644 --- a/databases/py-sqlite3dbm/pkg-descr +++ b/databases/py-sqlite3dbm/pkg-descr @@ -2,4 +2,4 @@ This module provides a sqlite-backed dictionary conforming to the dbm interface, along with a shelve class that wraps the dict and provides serialization for it. -WWW: http://github.com/Yelp/sqlite3dbm/ +WWW: https://github.com/Yelp/sqlite3dbm/ diff --git a/databases/pymongo/pkg-descr b/databases/pymongo/pkg-descr index 9592e8cf627f..0ada7a393733 100644 --- a/databases/pymongo/pkg-descr +++ b/databases/pymongo/pkg-descr @@ -3,4 +3,4 @@ the Mongo database from Python. The pymongo package is a native Python driver for the Mongo database. The gridfs package is a gridfs implementation on top of pymongo. -WWW: http://github.com/mongodb/mongo-python-driver +WWW: https://github.com/mongodb/mongo-python-driver diff --git a/databases/rubygem-activerecord-import/pkg-descr b/databases/rubygem-activerecord-import/pkg-descr index f70760421353..2649be2988b4 100644 --- a/databases/rubygem-activerecord-import/pkg-descr +++ b/databases/rubygem-activerecord-import/pkg-descr @@ -1,4 +1,4 @@ Extraction of the ActiveRecord::Base#import functionality from ar-extensions for Rails 3 and beyond. -WWW: http://github.com/zdennis/activerecord-import +WWW: https://github.com/zdennis/activerecord-import diff --git a/databases/rubygem-redis-namespace/pkg-descr b/databases/rubygem-redis-namespace/pkg-descr index 62b1243f932e..40e1df3222fe 100644 --- a/databases/rubygem-redis-namespace/pkg-descr +++ b/databases/rubygem-redis-namespace/pkg-descr @@ -2,4 +2,4 @@ Adds a Redis::Namespace class which can be used to namespace calls to Redis. This is useful when using a single instance of Redis with multiple, different applications. -WWW: http://github.com/resque/redis-namespace +WWW: https://github.com/resque/redis-namespace |