Index: head/security/reop/Makefile =================================================================== --- head/security/reop/Makefile (revision 520171) +++ head/security/reop/Makefile (revision 520172) @@ -1,34 +1,33 @@ # Created by: Kubilay Kocak # $FreeBSD$ 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" \ CFLAGS+="-I${LOCALBASE}/include -Iother -Wno-pointer-sign" \ PREFIX="${STAGEDIR}${PREFIX}" PLIST_FILES= bin/reop \ man/man1/reop.1.gz do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/security/reop/distinfo =================================================================== --- head/security/reop/distinfo (revision 520171) +++ head/security/reop/distinfo (revision 520172) @@ -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 Index: head/security/reop/pkg-descr =================================================================== --- head/security/reop/pkg-descr (revision 520171) +++ head/security/reop/pkg-descr (revision 520172) @@ -1,8 +1,8 @@ reop is a simple, semi-modern wannabe PGP clone. Supported operations include signing -S and verifying -V messages, plus a 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