diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-01-10 23:15:27 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-01-10 23:15:27 +0000 |
commit | 3a18883882aa568f5a1c558e17c6f0a646466449 (patch) | |
tree | 0d5ac268bf5211f4801cc546aea316b09fa39279 /databases | |
parent | bc918e0681bfbde9679a81bd8be1119af44d35cb (diff) | |
download | ports-3a18883882aa568f5a1c558e17c6f0a646466449.tar.gz ports-3a18883882aa568f5a1c558e17c6f0a646466449.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-kyotocabinet/Makefile | 1 | ||||
-rw-r--r-- | databases/py-postgresql/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-kyotocabinet/Makefile b/databases/py-kyotocabinet/Makefile index 8c98b7cf5c93..4f893516ff15 100644 --- a/databases/py-kyotocabinet/Makefile +++ b/databases/py-kyotocabinet/Makefile @@ -3,6 +3,7 @@ PORTNAME= kyotocabinet PORTVERSION= 1.22 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://fallabs.com/${PORTNAME}/pythonpkg/ \ LOCAL/sunpoet diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 7ea56fdf6316..f51d09fd7be3 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -2,7 +2,7 @@ PORTNAME= postgresql PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases python MASTER_SITES= CHEESESHOP \ http://python.projects.postgresql.org/files/ |