diff options
| author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-10-05 17:29:44 +0000 |
|---|---|---|
| committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-10-05 17:29:44 +0000 |
| commit | 8fbb33494a2e4f4da97163c65666c69c67eedb3a (patch) | |
| tree | 44feb7f2feaa83dc14a1cdb24cedaf33db9e11b2 | |
| parent | 1c1bee2b48c4955e18354ed53388b2062a6d79bc (diff) | |
| download | ports-8fbb33494a2e4f4da97163c65666c69c67eedb3a.tar.gz ports-8fbb33494a2e4f4da97163c65666c69c67eedb3a.zip | |
security/gsa: Fix build
- It seems like cache tarball was generated incomplete
PR: 274276
Reported by: Trond Endrestøl <Trond.Endrestol _at_ ximalas.info>
| -rw-r--r-- | security/gsa/Makefile | 1 | ||||
| -rw-r--r-- | security/gsa/distinfo | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/gsa/Makefile b/security/gsa/Makefile index dd950a73ed0d..c70c532ad595 100644 --- a/security/gsa/Makefile +++ b/security/gsa/Makefile @@ -1,6 +1,7 @@ PORTNAME= gsa DISTVERSIONPREFIX= v DISTVERSION= 22.7.1 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= acm@FreeBSD.org diff --git a/security/gsa/distinfo b/security/gsa/distinfo index 86ac645b05ef..348588172587 100644 --- a/security/gsa/distinfo +++ b/security/gsa/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1696261026 -SHA256 (gsa-cache-22.7.1.tar.gz) = 5b03e1e5f8e1afcc1d23567f044eaa60994495a9558a6a3a2a8555df0886a91d -SIZE (gsa-cache-22.7.1.tar.gz) = 47165900 +TIMESTAMP = 1696526628 +SHA256 (gsa-cache-22.7.1.tar.gz) = 56c1a1c900c2b45d711a1f31588fb98a90979b0866c68ec391795d0e9a2bc6fc +SIZE (gsa-cache-22.7.1.tar.gz) = 48729903 SHA256 (greenbone-gsa-v22.7.1_GH0.tar.gz) = 89c159db61df19fe21713fa02c0454e730653673e7ef9b4dc30485666a631a05 SIZE (greenbone-gsa-v22.7.1_GH0.tar.gz) = 3607415 |
