diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-05 12:07:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-05 12:07:02 +0000 |
commit | 9c85ca4fac7d2ae04780cb1db97fdd7b65cc70d4 (patch) | |
tree | d472204fe55dc0a9c1cb5c99e2f329c26410edd8 /databases | |
parent | KPoGre is administration tool for PostgreSQL database system that (diff) |
- Update to 2.3.1
Submitted by: Pierre-Emmanuel André <pea@raveland.org> (maintainer via private mail)
Notes
Notes:
svn path=/head/; revision=214346
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgloader/Makefile | 4 | ||||
-rw-r--r-- | databases/pgloader/distinfo | 6 | ||||
-rw-r--r-- | databases/pgloader/pkg-plist | 6 |
3 files changed, 11 insertions, 5 deletions
diff --git a/databases/pgloader/Makefile b/databases/pgloader/Makefile index 6d866320d565..68b37c92e9a9 100644 --- a/databases/pgloader/Makefile +++ b/databases/pgloader/Makefile @@ -6,9 +6,9 @@ # PORTNAME= pgloader -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/1679/ +MASTER_SITES= http://pgfoundry.org/frs/download.php/1814/ MAINTAINER= pea@raveland.org COMMENT= Import CSV data and Large Object to PostgreSQL diff --git a/databases/pgloader/distinfo b/databases/pgloader/distinfo index 5cf41f1973b8..facae3ce328c 100644 --- a/databases/pgloader/distinfo +++ b/databases/pgloader/distinfo @@ -1,3 +1,3 @@ -MD5 (pgloader-2.3.0.tar.gz) = d4637c23f2cbefb30625751081f6a1c4 -SHA256 (pgloader-2.3.0.tar.gz) = cc2a7570f6c908f740fd5b53d5c1b51a9d93ab223232df90ec01e874e18c1b1d -SIZE (pgloader-2.3.0.tar.gz) = 83945 +MD5 (pgloader-2.3.1.tar.gz) = 10f93a2173b946e3574d7b9f274da562 +SHA256 (pgloader-2.3.1.tar.gz) = b3d9a1429c61083aa0030231bf938ab97c228ce90a9052330461d17a2058f73d +SIZE (pgloader-2.3.1.tar.gz) = 83071 diff --git a/databases/pgloader/pkg-plist b/databases/pgloader/pkg-plist index 2dade9627683..1239c11d4c0d 100644 --- a/databases/pgloader/pkg-plist +++ b/databases/pgloader/pkg-plist @@ -10,13 +10,16 @@ lib/%%PYTHON_VERSION%%/site-packages/pgloader/pgloader.py lib/%%PYTHON_VERSION%%/site-packages/pgloader/reader.py lib/%%PYTHON_VERSION%%/site-packages/pgloader/textreader.py lib/%%PYTHON_VERSION%%/site-packages/pgloader/tools.py +lib/%%PYTHON_VERSION%%/site-packages/pgloader/fixedreader.py lib/%%PYTHON_VERSION%%/site-packages/pgloader/reformat/README lib/%%PYTHON_VERSION%%/site-packages/pgloader/reformat/__init__.py lib/%%PYTHON_VERSION%%/site-packages/pgloader/reformat/mysql.py +lib/%%PYTHON_VERSION%%/site-packages/pgloader/reformat/pgtime.py %%PORTDOCS%%%%DOCSDIR%%/BUGS.txt %%PORTDOCS%%%%DOCSDIR%%/TODO.txt %%PORTDOCS%%%%DOCSDIR%%/pgloader.1.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parallel.sections.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/allcols/allcols.data %%PORTEXAMPLES%%%%EXAMPLESDIR%%/allcols/allcols.sql %%PORTEXAMPLES%%%%EXAMPLESDIR%%/clob/clob.data @@ -26,6 +29,8 @@ lib/%%PYTHON_VERSION%%/site-packages/pgloader/reformat/mysql.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluttered/cluttered.sql %%PORTEXAMPLES%%%%EXAMPLESDIR%%/csv/csv.data %%PORTEXAMPLES%%%%EXAMPLESDIR%%/csv/csv.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fixed/fixed.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fixed/fixed.data %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errors/errors.data %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errors/errors.sql %%PORTEXAMPLES%%%%EXAMPLESDIR%%/parallel.conf @@ -42,6 +47,7 @@ lib/%%PYTHON_VERSION%%/site-packages/pgloader/reformat/mysql.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/simple.sql %%PORTEXAMPLES%%%%EXAMPLESDIR%%/udc/udc.data %%PORTEXAMPLES%%%%EXAMPLESDIR%%/udc/udc.sql +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/fixed %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/udc %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/serial |