diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2019-12-15 19:39:43 +0800 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2019-12-15 19:39:43 +0800 |
commit | 4872ecae7590d6c8648cc5c7537dbcf7c03a292f (patch) | |
tree | 868f54d609a0585e668c3595a0fc42153ae0b9a7 /security | |
parent | 24519870d8e438a779b3e6f0b6dac30e693b55ec (diff) | |
download | freebsd-ports-gnome-4872ecae7590d6c8648cc5c7537dbcf7c03a292f.tar.gz freebsd-ports-gnome-4872ecae7590d6c8648cc5c7537dbcf7c03a292f.tar.zst freebsd-ports-gnome-4872ecae7590d6c8648cc5c7537dbcf7c03a292f.zip |
security/reop: Update MASTER_SITES, Remove BROKEN
Chase upstream MASTER_SITES change, the GitHub repository is now 404
PR: 242407
Reported by: Anonymous
MFH: 2019Q4 (blanket: build (fetch) fix)
Diffstat (limited to 'security')
-rw-r--r-- | security/reop/Makefile | 7 | ||||
-rw-r--r-- | security/reop/distinfo | 5 | ||||
-rw-r--r-- | security/reop/pkg-descr | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/security/reop/Makefile b/security/reop/Makefile index 209c9eeb99c9..71791ee65283 100644 --- a/security/reop/Makefile +++ b/security/reop/Makefile @@ -5,17 +5,16 @@ PORTNAME= reop PORTVERSION= 2.1.0 PORTREVISION= 4 CATEGORIES= security +MASTER_SITES= https://humungus.tedunangst.com/r/reop/d/ MAINTAINER= koobs@FreeBSD.org COMMENT= Reasonable Expectation Of Privacy -BROKEN= unfetchable +LICENSE= ISCL LIB_DEPENDS= libsodium.so:security/libsodium -USES= gmake -USE_GITHUB= yes -GH_ACCOUNT= tedu +USES= gmake tar:tgz MAKEFILE= GNUmakefile MAKE_ARGS+= CPPFLAGS="-D_NSIG=NSIG" \ diff --git a/security/reop/distinfo b/security/reop/distinfo index f6aa78e8f7af..49d0eafa4501 100644 --- a/security/reop/distinfo +++ b/security/reop/distinfo @@ -1,2 +1,3 @@ -SHA256 (tedu-reop-2.1.0_GH0.tar.gz) = 6fa0dde19a465d987e14c4ee26e09b6d160f0a7fc899a72bc8cdc6c3e3b813c1 -SIZE (tedu-reop-2.1.0_GH0.tar.gz) = 32445 +TIMESTAMP = 1576407775 +SHA256 (reop-2.1.0.tgz) = e429c7ff47f130bd465eaa0c23a1783b476bc484d32793592b54a568b55e49af +SIZE (reop-2.1.0.tgz) = 32492 diff --git a/security/reop/pkg-descr b/security/reop/pkg-descr index df41a88da900..862ffd000acb 100644 --- a/security/reop/pkg-descr +++ b/security/reop/pkg-descr @@ -5,4 +5,4 @@ variety of options for encrypting messages (-D -E). It does everything you'd expect a PGP program to do. More accurately, it does everything I expect you to expect a PGP program to do. -WWW: https://github.com/tedu/reop +WWW: https://humungus.tedunangst.com |