aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2021-10-04 01:26:35 +0000
committerWen Heping <wen@FreeBSD.org>2021-10-04 01:26:35 +0000
commit74f8b93a08a4df38aa74d7840d45f24f64bc01b3 (patch)
treefeca41decb61182f68aaaec5a3f7da8b6f9513df
parentae1fb1cea6cb94463bc4b452f6f0a169071d1b21 (diff)
downloadports-74f8b93a08a4df38aa74d7840d45f24f64bc01b3.tar.gz
ports-74f8b93a08a4df38aa74d7840d45f24f64bc01b3.zip
databases/py-Pyrseas: Update to 0.9.1
Update DESCR PR: 258882 Reported by: arcade@b1t.name(maintainer)
-rw-r--r--databases/py-Pyrseas/Makefile3
-rw-r--r--databases/py-Pyrseas/distinfo6
-rw-r--r--databases/py-Pyrseas/pkg-descr8
3 files changed, 8 insertions, 9 deletions
diff --git a/databases/py-Pyrseas/Makefile b/databases/py-Pyrseas/Makefile
index 58e0be9f4a98..b9eaa0c1f7c2 100644
--- a/databases/py-Pyrseas/Makefile
+++ b/databases/py-Pyrseas/Makefile
@@ -1,6 +1,5 @@
PORTNAME= Pyrseas
-PORTVERSION= 0.9.0
-DISTVERSIONPREFIX= v
+PORTVERSION= 0.9.1
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-Pyrseas/distinfo b/databases/py-Pyrseas/distinfo
index aaa57c5c3a9c..ca10865755f6 100644
--- a/databases/py-Pyrseas/distinfo
+++ b/databases/py-Pyrseas/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567194448
-SHA256 (perseas-Pyrseas-v0.9.0_GH0.tar.gz) = e013e3776ae52f1b71c3b46f25946962355fa3f816c6925cf85ff14e332429eb
-SIZE (perseas-Pyrseas-v0.9.0_GH0.tar.gz) = 176948
+TIMESTAMP = 1633310255
+SHA256 (perseas-Pyrseas-0.9.1_GH0.tar.gz) = 5d413579a9f3e840b9494d54f761c47389990165fac976eeb8c7922e9d00a883
+SIZE (perseas-Pyrseas-0.9.1_GH0.tar.gz) = 177861
diff --git a/databases/py-Pyrseas/pkg-descr b/databases/py-Pyrseas/pkg-descr
index fdeeb66b85d0..78ac7ed5d24b 100644
--- a/databases/py-Pyrseas/pkg-descr
+++ b/databases/py-Pyrseas/pkg-descr
@@ -1,5 +1,5 @@
-Pyrseas provides a framework and utilities to upgrade and maintain a relational
-database. Its purpose is to enhance and follow through on the concepts of the
-Andromeda Project (http://www.andromeda-project.org/)
+Pyrseas provides utilities to describe a PostgreSQL database schema as YAML, to
+verify the schema against the same or a different database and to generate SQL
+that will modify the schema to match the YAML description.
-WWW: http://pgfoundry.org/projects/pyrseas
+WWW: https://github.com/perseas/Pyrseas