git: 3dca3a11afba - main - math/orpie: chase to new upstream and unbreak

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 30 Apr 2023 18:43:04 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3dca3a11afbac2a4fc92147366b4a17c5437bbf9

commit 3dca3a11afbac2a4fc92147366b4a17c5437bbf9
Author:     Marko Turk <mt-bugs@markoturk.info>
AuthorDate: 2023-04-29 13:04:08 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-04-30 18:41:41 +0000

    math/orpie: chase to new upstream and unbreak
    
    Chase to new upstream, already used by Arch Linux and Debian.
    Submitter becomes maintainer.
    Mark as broken on armv7 (same reason as armv6).
    
    PR:             271130
    MFH:            2023Q2
---
 math/orpie/Makefile | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/math/orpie/Makefile b/math/orpie/Makefile
index 13d3fa065e91..16f3bf3bb169 100644
--- a/math/orpie/Makefile
+++ b/math/orpie/Makefile
@@ -2,16 +2,16 @@ PORTNAME=	orpie
 PORTVERSION=	1.5.2
 PORTREVISION=	7
 CATEGORIES+=	math
-MASTER_SITES=	GENTOO http://pessimization.com/software/orpie/
+MASTER_SITES=	https://github.com/pelzlpj/orpie/releases/download/release-${PORTVERSION}/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	mt-bugs@markoturk.info
 COMMENT=	Fullscreen RPN calculator for the console
 WWW=		https://pessimization.com/software/orpie/
 
 LICENSE=	GPLv2
 
-BROKEN=         unfetchable
-EXPIRATION_DATE=2023-04-30
+NOT_FOR_ARCHS=		armv6 armv7
+NOT_FOR_ARCHS_REASON=	architectures with double-word alignment for doubles are not supported
 
 BUILD_DEPENDS=	${LOCALBASE}/${OCAML_SITELIBDIR}/num/META:math/ocaml-num
 LIB_DEPENDS=	libgsl.so:math/gsl
@@ -22,9 +22,6 @@ USE_OCAML_CAMLP4=yes
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
 
-NOT_FOR_ARCHS=		armv6
-NOT_FOR_ARCHS_REASON=	architectures with double-word alignment for doubles are not supported
-
 PLIST_FILES=	bin/orpie bin/orpie-curses-keys etc/orpierc \
 		man/man1/orpie.1.gz man/man1/orpie-curses-keys.1.gz \
 		man/man5/orpierc.5.gz