Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2019 11:39:43 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520172 - head/security/reop
Message-ID:  <201912151139.xBFBdhk0088707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sun Dec 15 11:39:43 2019
New Revision: 520172
URL: https://svnweb.freebsd.org/changeset/ports/520172

Log:
  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)

Modified:
  head/security/reop/Makefile
  head/security/reop/distinfo
  head/security/reop/pkg-descr

Modified: head/security/reop/Makefile
==============================================================================
--- head/security/reop/Makefile	Sun Dec 15 11:32:13 2019	(r520171)
+++ head/security/reop/Makefile	Sun Dec 15 11:39:43 2019	(r520172)
@@ -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" \

Modified: head/security/reop/distinfo
==============================================================================
--- head/security/reop/distinfo	Sun Dec 15 11:32:13 2019	(r520171)
+++ head/security/reop/distinfo	Sun Dec 15 11:39:43 2019	(r520172)
@@ -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

Modified: head/security/reop/pkg-descr
==============================================================================
--- head/security/reop/pkg-descr	Sun Dec 15 11:32:13 2019	(r520171)
+++ head/security/reop/pkg-descr	Sun Dec 15 11:39:43 2019	(r520172)
@@ -5,4 +5,4 @@ variety of options for encrypting messages (-D -E). It
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912151139.xBFBdhk0088707>