diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-06 09:42:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-06 09:42:41 +0800 |
commit | 062aad6edb9e785320e47d60d651bdfc3f56c4a1 (patch) | |
tree | 5c6024f30f00e0dfa7e7fc51354e4bc44010cccb /databases/py-postgresql | |
parent | 24595a928838683d9529c6941abfc883a7b981b7 (diff) | |
download | freebsd-ports-graphics-062aad6edb9e785320e47d60d651bdfc3f56c4a1.tar.gz freebsd-ports-graphics-062aad6edb9e785320e47d60d651bdfc3f56c4a1.tar.zst freebsd-ports-graphics-062aad6edb9e785320e47d60d651bdfc3f56c4a1.zip |
- Update to 1.0.2
PR: ports/150773
Submitted by: Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer)
Approved by: pgollucci (mentor)
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r-- | databases/py-postgresql/Makefile | 2 | ||||
-rw-r--r-- | databases/py-postgresql/distinfo | 6 | ||||
-rw-r--r-- | databases/py-postgresql/pkg-plist | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index a2294827083..dee1040f52a 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postgresql -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= databases python MASTER_SITES= http://python.projects.postgresql.org/files/ \ http://limbo.xim.bz/distfiles/ diff --git a/databases/py-postgresql/distinfo b/databases/py-postgresql/distinfo index 5ad15dbf0f4..04bfeb4041d 100644 --- a/databases/py-postgresql/distinfo +++ b/databases/py-postgresql/distinfo @@ -1,3 +1,3 @@ -MD5 (postgresql/py-postgresql-1.0.1.tar.bz2) = c9fa4ad4b8b5e482351c3b072a52c8c4 -SHA256 (postgresql/py-postgresql-1.0.1.tar.bz2) = c5393379f64d63aac728c3db7eaa5d400931cfdde7d3c32476b345a2a2986148 -SIZE (postgresql/py-postgresql-1.0.1.tar.bz2) = 522076 +MD5 (postgresql/py-postgresql-1.0.2.tar.bz2) = fbda3266370e7a1b312dbd109e48a6e9 +SHA256 (postgresql/py-postgresql-1.0.2.tar.bz2) = 93b595f8ae23d8c6537d60f33da776588ed0c7cccd73c2cb45cb9a4e8a21df7a +SIZE (postgresql/py-postgresql-1.0.2.tar.bz2) = 586009 diff --git a/databases/py-postgresql/pkg-plist b/databases/py-postgresql/pkg-plist index 687e7853cec..a8e41206f78 100644 --- a/databases/py-postgresql/pkg-plist +++ b/databases/py-postgresql/pkg-plist @@ -45,6 +45,10 @@ %%PYTHON_SITELIBDIR%%/postgresql/documentation/clientparameters.pyc %%PYTHON_SITELIBDIR%%/postgresql/documentation/clientparameters.pyo %%PYTHON_SITELIBDIR%%/postgresql/documentation/clientparameters.txt +%%PYTHON_SITELIBDIR%%/postgresql/documentation/cluster.py +%%PYTHON_SITELIBDIR%%/postgresql/documentation/cluster.pyc +%%PYTHON_SITELIBDIR%%/postgresql/documentation/cluster.pyo +%%PYTHON_SITELIBDIR%%/postgresql/documentation/cluster.txt %%PYTHON_SITELIBDIR%%/postgresql/documentation/copyman.py %%PYTHON_SITELIBDIR%%/postgresql/documentation/copyman.pyc %%PYTHON_SITELIBDIR%%/postgresql/documentation/copyman.pyo |