diff options
author | olgeni <olgeni@FreeBSD.org> | 2011-09-11 18:15:35 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2011-09-11 18:15:35 +0800 |
commit | a4eb1d83fe5fa57cb779d28fa7ef13c572a5b0c5 (patch) | |
tree | fe390831e2f7682e073d6fef7549cadfbd7bfb3c /databases | |
parent | 75695198c456a7fc074d56fb36b308420a1612e2 (diff) | |
download | freebsd-ports-gnome-a4eb1d83fe5fa57cb779d28fa7ef13c572a5b0c5.tar.gz freebsd-ports-gnome-a4eb1d83fe5fa57cb779d28fa7ef13c572a5b0c5.tar.zst freebsd-ports-gnome-a4eb1d83fe5fa57cb779d28fa7ef13c572a5b0c5.zip |
Upgrade to version 2.0.7.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/slony1v2/Makefile | 2 | ||||
-rw-r--r-- | databases/slony1v2/distinfo | 8 | ||||
-rw-r--r-- | databases/slony1v2/files/slon-mkservice.sh.in | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile index 6ef88569a9c5..183d77c41407 100644 --- a/databases/slony1v2/Makefile +++ b/databases/slony1v2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= slony1v2 -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= databases MASTER_SITES= http://main.slony.info/downloads/2.0/source/ DISTNAME= slony1-${PORTVERSION} diff --git a/databases/slony1v2/distinfo b/databases/slony1v2/distinfo index 60e35eb1928e..11237ec1edbc 100644 --- a/databases/slony1v2/distinfo +++ b/databases/slony1v2/distinfo @@ -1,4 +1,4 @@ -SHA256 (slony1-2.0.6.tar.bz2) = 7630ce45c3ff64d032de0a519a0992fadee8887ce0a728c13a2fbe23371f324f -SIZE (slony1-2.0.6.tar.bz2) = 979208 -SHA256 (slony1-2.0.6-docs.tar.bz2) = c1e3a83284e0011d9c2eeb0c51df3a7e659eeb0615aa7fc3e9d197b69ac6e2c1 -SIZE (slony1-2.0.6-docs.tar.bz2) = 210600 +SHA256 (slony1-2.0.7.tar.bz2) = 5a25769192941cb307af7c9d1960e882a622b4dc54d860b99932fc39d843fb47 +SIZE (slony1-2.0.7.tar.bz2) = 1001021 +SHA256 (slony1-2.0.7-docs.tar.bz2) = ed0d728b06d896ec6e738d42ba6cbf298297bc54993437e419dcb83ec7e325d9 +SIZE (slony1-2.0.7-docs.tar.bz2) = 231708 diff --git a/databases/slony1v2/files/slon-mkservice.sh.in b/databases/slony1v2/files/slon-mkservice.sh.in index ea77e07c0677..1394ad2ce6af 100644 --- a/databases/slony1v2/files/slon-mkservice.sh.in +++ b/databases/slony1v2/files/slon-mkservice.sh.in @@ -1,6 +1,6 @@ #!/bin/sh -# create a slon service directory for use with svscan from deamontools +# create a slon service directory for use with svscan from daemontools echo -n 'specify directory for "slon" service like "/var/slon-master": ' read DIR |