Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] factor: update to 0.99.
@ 2024-01-05 23:54 tjkirch
  2024-01-09 19:58 ` tjkirch
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tjkirch @ 2024-01-05 23:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 802 bytes --]

There is a new pull request by tjkirch against master on the void-packages repository

https://github.com/tjkirch/void-packages factor-0.99
https://github.com/void-linux/void-packages/pull/48086

factor: update to 0.99.
#### Testing the changes
- I tested the changes in this PR: **briefly** - CLI runs basic factor programs, GUI does as well and allows debugging.

#### Local build testing
- I built this PR locally for my native architecture, x86-64 glibc

Note: I also switched homepage/distfiles to https, which is now supported upstream, and moved `nostrip_files` after `checksum` per the warning from `xlint`.

---

Update notes: https://re.factorcode.org/2023/08/factor-0-99-now-available.html

A patch file from https://github.com/void-linux/void-packages/pull/48086.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-factor-0.99-48086.patch --]
[-- Type: text/x-diff, Size: 1323 bytes --]

From 90741203abc98d84f1342f9ba6eda09e03cc0c49 Mon Sep 17 00:00:00 2001
From: Tom Kirchner <git@halffull.org>
Date: Fri, 5 Jan 2024 15:12:06 -0800
Subject: [PATCH] factor: update to 0.99.

---
 srcpkgs/factor/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/factor/template b/srcpkgs/factor/template
index 1386dd68ac416..9cf8bfa500a95 100644
--- a/srcpkgs/factor/template
+++ b/srcpkgs/factor/template
@@ -1,19 +1,19 @@
 # Template file for 'factor'
 pkgname=factor
-version=0.98
+version=0.99
 revision=1
 archs="i686 x86_64"
 build_style=gnu-makefile
 hostmakedepends="unzip pkg-config"
 makedepends="gtk+-devel gtkglext-devel"
 depends="gtk+-devel gtkglext-devel"
-nostrip_files="a.elf"
 short_desc="Concatenative programming language, similar to Forth"
 maintainer="B. Wilson <x@wilsonb.com>"
 license="BSD-2-Clause"
-homepage="http://factorcode.org/"
-distfiles="http://downloads.factorcode.org/releases/${version}/factor-src-${version}.zip"
-checksum=318fb8cdf84528fce17a83f7e9d76e55292ccc779c71d180d99a6465574d3706
+homepage="https://factorcode.org/"
+distfiles="https://downloads.factorcode.org/releases/${version}/factor-src-${version}.zip"
+checksum=f5626bb3119bd77de9ac3392fdbe188bffc26557fab3ea34f7ca21e372a8443e
+nostrip_files="a.elf"
 
 post_build() {
 	image=''

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: factor: update to 0.99.
  2024-01-05 23:54 [PR PATCH] factor: update to 0.99 tjkirch
@ 2024-01-09 19:58 ` tjkirch
  2024-01-10  2:50 ` xelxebar
  2024-01-12 19:18 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: tjkirch @ 2024-01-09 19:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

New comment by tjkirch on void-packages repository

https://github.com/void-linux/void-packages/pull/48086#issuecomment-1883693923

Comment:
@xelxebar Maybe you'd be interested in giving this a try, as the submitter of the previous factor updates?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: factor: update to 0.99.
  2024-01-05 23:54 [PR PATCH] factor: update to 0.99 tjkirch
  2024-01-09 19:58 ` tjkirch
@ 2024-01-10  2:50 ` xelxebar
  2024-01-12 19:18 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: xelxebar @ 2024-01-10  2:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

New comment by xelxebar on void-packages repository

https://github.com/void-linux/void-packages/pull/48086#issuecomment-1884107416

Comment:
@tjkirch Thanks for the ping. Unfortunately, I'm not on Void anymore so can't work on this.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: factor: update to 0.99.
  2024-01-05 23:54 [PR PATCH] factor: update to 0.99 tjkirch
  2024-01-09 19:58 ` tjkirch
  2024-01-10  2:50 ` xelxebar
@ 2024-01-12 19:18 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2024-01-12 19:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 647 bytes --]

There's a merged pull request on the void-packages repository

factor: update to 0.99.
https://github.com/void-linux/void-packages/pull/48086

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly** - CLI runs basic factor programs, GUI does as well and allows debugging.

#### Local build testing
- I built this PR locally for my native architecture, x86-64 glibc

Note: I also switched homepage/distfiles to https, which is now supported upstream, and moved `nostrip_files` after `checksum` per the warning from `xlint`.

---

Update notes: https://re.factorcode.org/2023/08/factor-0-99-now-available.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-12 19:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-05 23:54 [PR PATCH] factor: update to 0.99 tjkirch
2024-01-09 19:58 ` tjkirch
2024-01-10  2:50 ` xelxebar
2024-01-12 19:18 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).