git: f3c3445b6c19 - main - lang/harec: update to latest development version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Feb 2023 21:48:09 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3c3445b6c19df488fc6124cdcd04bb1b2ebb1a2 commit f3c3445b6c19df488fc6124cdcd04bb1b2ebb1a2 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2023-02-05 21:46:18 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2023-02-05 21:46:18 +0000 lang/harec: update to latest development version --- lang/harec/Makefile | 4 ++-- lang/harec/distinfo | 6 +++--- lang/harec/files/patch-rt_+freebsd_start+x86__64.s | 9 --------- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/lang/harec/Makefile b/lang/harec/Makefile index 905355a6257b..d373c1d1e765 100644 --- a/lang/harec/Makefile +++ b/lang/harec/Makefile @@ -1,8 +1,8 @@ PORTNAME= harec -PORTVERSION= g20220709 +PORTVERSION= g20230205 CATEGORIES= lang MASTER_SITES= https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/ -DISTNAME= 8da848e1 +DISTNAME= 6cc3ee5c DIST_SUBDIR= hare MAINTAINER= se@FreeBSD.org diff --git a/lang/harec/distinfo b/lang/harec/distinfo index 06b964d3052f..9702bc0a6f9b 100644 --- a/lang/harec/distinfo +++ b/lang/harec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657318567 -SHA256 (hare/8da848e1.tar.gz) = 085ebea3071be24e04cfe00f811a7471b3b92317124a887b094d95ab9cb4f1ee -SIZE (hare/8da848e1.tar.gz) = 164545 +TIMESTAMP = 1675628457 +SHA256 (hare/6cc3ee5c.tar.gz) = 1d252bfb2a50a78e38ea1b2e2b7acc8d3144b7c182a0b4f32b2513271322e96e +SIZE (hare/6cc3ee5c.tar.gz) = 175391 diff --git a/lang/harec/files/patch-rt_+freebsd_start+x86__64.s b/lang/harec/files/patch-rt_+freebsd_start+x86__64.s deleted file mode 100644 index d40cdc9ff2e1..000000000000 --- a/lang/harec/files/patch-rt_+freebsd_start+x86__64.s +++ /dev/null @@ -1,9 +0,0 @@ ---- rt/+freebsd/start+x86_64.s.orig 2022-04-28 14:14:40 UTC -+++ rt/+freebsd/start+x86_64.s -@@ -2,5 +2,6 @@ _start: - .global _start - _start: - xor %rbp, %rbp -+ pushq %rbp - movq %rsp, %rdi - call rt.start_ha