diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-10-27 19:32:10 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-10-27 19:32:10 +0800 |
commit | 1642737f177e33714969761dd84e8026777286bc (patch) | |
tree | 06fe90defa275355dc80b0ff74321693da562641 | |
parent | 00fd9766d90d940025cf8c49200ea39b04592262 (diff) | |
download | freebsd-ports-gnome-1642737f177e33714969761dd84e8026777286bc.tar.gz freebsd-ports-gnome-1642737f177e33714969761dd84e8026777286bc.tar.zst freebsd-ports-gnome-1642737f177e33714969761dd84e8026777286bc.zip |
- Update to 4.07
PR: 213766
Approved by: lx (maintainer)
-rw-r--r-- | security/clusterssh/Makefile | 2 | ||||
-rw-r--r-- | security/clusterssh/distinfo | 5 | ||||
-rw-r--r-- | security/clusterssh/pkg-plist | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/security/clusterssh/Makefile b/security/clusterssh/Makefile index 0b1551ee3bd4..446ebf52a74e 100644 --- a/security/clusterssh/Makefile +++ b/security/clusterssh/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clusterssh -PORTVERSION= 4.06 +PORTVERSION= 4.07 CATEGORIES= security net MASTER_SITES= SF/${PORTNAME}/2.%20ClusterSSH%20Series%204 DISTNAME= App-ClusterSSH-${PORTVERSION} diff --git a/security/clusterssh/distinfo b/security/clusterssh/distinfo index eafaba7e4fae..4aa03ba4ccf3 100644 --- a/security/clusterssh/distinfo +++ b/security/clusterssh/distinfo @@ -1,2 +1,3 @@ -SHA256 (App-ClusterSSH-4.06.tar.gz) = 89c87e9d765b95eb4afaf8c4386b3edd462a6f99dafcbbf082e0fc4f15d2a0a5 -SIZE (App-ClusterSSH-4.06.tar.gz) = 87492 +TIMESTAMP = 1477388954 +SHA256 (App-ClusterSSH-4.07.tar.gz) = 6766af3f14ada4d947a1f13788b00e292cbbdcff459efe8a4468526399a5c59b +SIZE (App-ClusterSSH-4.07.tar.gz) = 89169 diff --git a/security/clusterssh/pkg-plist b/security/clusterssh/pkg-plist index 7383f7226be0..e33eb349a5e8 100644 --- a/security/clusterssh/pkg-plist +++ b/security/clusterssh/pkg-plist @@ -18,6 +18,7 @@ bin/ctel %%PERL5_MAN3%%/App::ClusterSSH::Host.3.gz %%PERL5_MAN3%%/App::ClusterSSH::L10N.3.gz %%PERL5_MAN3%%/App::ClusterSSH::L10N::en.3.gz +%%PERL5_MAN3%%/App::ClusterSSH::Range.3.gz %%SITE_PERL%%/App/ClusterSSH.pm %%SITE_PERL%%/App/ClusterSSH/Base.pm %%SITE_PERL%%/App/ClusterSSH/Cluster.pm @@ -27,3 +28,4 @@ bin/ctel %%SITE_PERL%%/App/ClusterSSH/Host.pm %%SITE_PERL%%/App/ClusterSSH/L10N.pm %%SITE_PERL%%/App/ClusterSSH/L10N/en.pm +%%SITE_PERL%%/App/ClusterSSH/Range.pm |