diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2012-03-16 03:24:55 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2012-03-16 03:24:55 +0000 |
commit | 68fb4c05c17cb850195b2f0f54c9eadf4bdea175 (patch) | |
tree | 327d4aa36b29f64bbd37a6f28daf729bfbbf8190 /net-mgmt/ocsinventory-agent | |
parent | 65724d5c29abba5981d979d1598d6803b3587e9e (diff) | |
download | ports-68fb4c05c17cb850195b2f0f54c9eadf4bdea175.tar.gz ports-68fb4c05c17cb850195b2f0f54c9eadf4bdea175.zip |
Notes
Diffstat (limited to 'net-mgmt/ocsinventory-agent')
-rw-r--r-- | net-mgmt/ocsinventory-agent/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/ocsinventory-agent/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/ocsinventory-agent/pkg-plist | 10 |
3 files changed, 11 insertions, 9 deletions
diff --git a/net-mgmt/ocsinventory-agent/Makefile b/net-mgmt/ocsinventory-agent/Makefile index 8a34242d08b1..ccc24d80ed2e 100644 --- a/net-mgmt/ocsinventory-agent/Makefile +++ b/net-mgmt/ocsinventory-agent/Makefile @@ -6,11 +6,11 @@ # PORTNAME= Ocsinventory -PORTVERSION= 2.0 +PORTVERSION= 2.0.4 PORTEPOCH= 1 CATEGORIES= net-mgmt -MASTER_SITES= http://launchpad.net/ocsinventory-unix-agent/stable-${PORTVERSION}/${PORTVERSION}/+download/ -PKGNAMESUFFIX= -Agent +MASTER_SITES= http://launchpad.net/ocsinventory-unix-agent/stable-2.0/${PORTVERSION}/+download/ +PKGNAMESUFFIX= -Unix-Agent DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= araujo@FreeBSD.org diff --git a/net-mgmt/ocsinventory-agent/distinfo b/net-mgmt/ocsinventory-agent/distinfo index f66721a9fce2..00048aeb10c8 100644 --- a/net-mgmt/ocsinventory-agent/distinfo +++ b/net-mgmt/ocsinventory-agent/distinfo @@ -1,2 +1,2 @@ -SHA256 (Ocsinventory-Agent-2.0.tar.gz) = cc62c4992004d103f479d498993d16501ba65245f5438690db35556b136133b3 -SIZE (Ocsinventory-Agent-2.0.tar.gz) = 1462958 +SHA256 (Ocsinventory-Unix-Agent-2.0.4.tar.gz) = fbfe10915f1de4c48b0da633c89a2c74fd80a77581670871a1eab1bee83ae265 +SIZE (Ocsinventory-Unix-Agent-2.0.4.tar.gz) = 1692852 diff --git a/net-mgmt/ocsinventory-agent/pkg-plist b/net-mgmt/ocsinventory-agent/pkg-plist index 6143d3aa02bd..9bbf010bdd95 100644 --- a/net-mgmt/ocsinventory-agent/pkg-plist +++ b/net-mgmt/ocsinventory-agent/pkg-plist @@ -1,5 +1,4 @@ bin/ocsinventory-agent -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Ocsinventory/Agent/.packlist %%SITE_PERL%%/Ocsinventory/Agent.pm %%SITE_PERL%%/Ocsinventory/Agent/AccountConfig.pm %%SITE_PERL%%/Ocsinventory/Agent/AccountInfo.pm @@ -195,9 +194,11 @@ bin/ocsinventory-agent %%SITE_PERL%%/Ocsinventory/LoggerBackend/File.pm %%SITE_PERL%%/Ocsinventory/LoggerBackend/Stderr.pm %%SITE_PERL%%/Ocsinventory/LoggerBackend/Syslog.pm -%%SITE_PERL%%/Ocsinventory/postinst.pl -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ocsinventory/Agent -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Ocsinventory +%%SITE_PERL%%/Ocsinventory/Unix/postinst.pl +%%SITE_PERL%%/mach/auto/Ocsinventory/Unix/Agent/.packlist +@dirrm %%SITE_PERL%%/mach/auto/Ocsinventory/Unix/Agent +@dirrm %%SITE_PERL%%/mach/auto/Ocsinventory/Unix +@dirrm %%SITE_PERL%%/mach/auto/Ocsinventory @dirrm %%SITE_PERL%%/Ocsinventory/Agent/Backend/IpDiscover @dirrm %%SITE_PERL%%/Ocsinventory/Agent/Backend/OS/AIX @dirrm %%SITE_PERL%%/Ocsinventory/Agent/Backend/OS/BSD/Archs @@ -233,4 +234,5 @@ bin/ocsinventory-agent @dirrm %%SITE_PERL%%/Ocsinventory/Agent/XML @dirrm %%SITE_PERL%%/Ocsinventory/Agent @dirrm %%SITE_PERL%%/Ocsinventory/LoggerBackend +@dirrm %%SITE_PERL%%/Ocsinventory/Unix @dirrm %%SITE_PERL%%/Ocsinventory |