* [PR PATCH] pmars: update to 0.9.4
@ 2024-10-20 20:05 bobertlo
2024-10-20 20:10 ` [PR PATCH] [Updated] " bobertlo
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bobertlo @ 2024-10-20 20:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1086 bytes --]
There is a new pull request by bobertlo against master on the void-packages repository
https://github.com/bobertlo/void-packages pmars-094
https://github.com/void-linux/void-packages/pull/52709
pmars: update to 0.9.4
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: YES
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64
A patch file from https://github.com/void-linux/void-packages/pull/52709.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pmars-094-52709.patch --]
[-- Type: text/x-diff, Size: 1357 bytes --]
From 1183fb98fd392fd6dae822c36c3b1d0903cb99a5 Mon Sep 17 00:00:00 2001
From: Robert Lowry <bobertlo@gmail.com>
Date: Sun, 20 Oct 2024 15:03:30 -0500
Subject: [PATCH] pmars: update to 0.9.4
---
srcpkgs/pmars/template | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/pmars/template b/srcpkgs/pmars/template
index 9dd10b53213d45..1be7a8367eb41c 100644
--- a/srcpkgs/pmars/template
+++ b/srcpkgs/pmars/template
@@ -1,14 +1,15 @@
# Template file for 'pmars'
pkgname=pmars
-version=0.9.2
+version=0.9.4
revision=1
makedepends="libX11-devel"
short_desc="Reference implementation of Corewar game"
maintainer="Robert Lowry <bobertlo@gmail.com>"
license="GPL-2.0-or-later"
-homepage="https://sourceforge.net/projects/corewar/"
-distfiles="${SOURCEFORGE_SITE}/project/corewar/pMARS/${version}/${pkgname}-${version}.tar.gz"
-checksum=2ae8638ec6b65350cf9f813a60e338b534dffa78c3e85f1823a2bee8b7c20a34
+homepage="https://corewar.co.uk/pmars.htm"
+#distfiles="${SOURCEFORGE_SITE}/project/corewar/pMARS/${version}/${pkgname}-${version}.tar.gz"
+distfiles="https://corewar.co.uk/pmars/pmars-0.9.4.zip"
+checksum=26c2860ee5906b5e90262ce18d511c8cc395ee6f6796e99631b1910bd0a84c4c
do_build() {
make -C src CC="${CC}"
@@ -17,4 +18,5 @@ do_build() {
do_install() {
vbin src/pmars
vman doc/pmars.6
+ vdoc config/pmars.mac
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] pmars: update to 0.9.4
2024-10-20 20:05 [PR PATCH] pmars: update to 0.9.4 bobertlo
@ 2024-10-20 20:10 ` bobertlo
2024-11-01 1:51 ` [PR PATCH] [Merged]: " classabbyamp
2024-11-01 17:53 ` classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: bobertlo @ 2024-10-20 20:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1091 bytes --]
There is an updated pull request by bobertlo against master on the void-packages repository
https://github.com/bobertlo/void-packages pmars-094
https://github.com/void-linux/void-packages/pull/52709
pmars: update to 0.9.4
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: YES
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64
A patch file from https://github.com/void-linux/void-packages/pull/52709.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pmars-094-52709.patch --]
[-- Type: text/x-diff, Size: 1264 bytes --]
From 74c67a375a9875039da601645f3a13f98000aa6b Mon Sep 17 00:00:00 2001
From: Robert Lowry <bobertlo@gmail.com>
Date: Sun, 20 Oct 2024 15:03:30 -0500
Subject: [PATCH] pmars: update to 0.9.4
---
srcpkgs/pmars/template | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/pmars/template b/srcpkgs/pmars/template
index 9dd10b53213d45..292341b0e1adfa 100644
--- a/srcpkgs/pmars/template
+++ b/srcpkgs/pmars/template
@@ -1,14 +1,14 @@
# Template file for 'pmars'
pkgname=pmars
-version=0.9.2
+version=0.9.4
revision=1
makedepends="libX11-devel"
short_desc="Reference implementation of Corewar game"
maintainer="Robert Lowry <bobertlo@gmail.com>"
license="GPL-2.0-or-later"
-homepage="https://sourceforge.net/projects/corewar/"
-distfiles="${SOURCEFORGE_SITE}/project/corewar/pMARS/${version}/${pkgname}-${version}.tar.gz"
-checksum=2ae8638ec6b65350cf9f813a60e338b534dffa78c3e85f1823a2bee8b7c20a34
+homepage="https://corewar.co.uk/pmars.htm"
+distfiles="https://corewar.co.uk/pmars/pmars-${version}.zip"
+checksum=26c2860ee5906b5e90262ce18d511c8cc395ee6f6796e99631b1910bd0a84c4c
do_build() {
make -C src CC="${CC}"
@@ -17,4 +17,5 @@ do_build() {
do_install() {
vbin src/pmars
vman doc/pmars.6
+ vdoc config/pmars.mac
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: pmars: update to 0.9.4
2024-10-20 20:05 [PR PATCH] pmars: update to 0.9.4 bobertlo
2024-10-20 20:10 ` [PR PATCH] [Updated] " bobertlo
@ 2024-11-01 1:51 ` classabbyamp
2024-11-01 17:53 ` classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-11-01 1:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 931 bytes --]
There's a merged pull request on the void-packages repository
pmars: update to 0.9.4
https://github.com/void-linux/void-packages/pull/52709
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: YES
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pmars: update to 0.9.4
2024-10-20 20:05 [PR PATCH] pmars: update to 0.9.4 bobertlo
2024-10-20 20:10 ` [PR PATCH] [Updated] " bobertlo
2024-11-01 1:51 ` [PR PATCH] [Merged]: " classabbyamp
@ 2024-11-01 17:53 ` classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-11-01 17:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 248 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52709#issuecomment-2452322726
Comment:
the builders are unable to download the distfile: https://build.voidlinux.org/#/builders/1/builds/370
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-01 17:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-20 20:05 [PR PATCH] pmars: update to 0.9.4 bobertlo
2024-10-20 20:10 ` [PR PATCH] [Updated] " bobertlo
2024-11-01 1:51 ` [PR PATCH] [Merged]: " classabbyamp
2024-11-01 17:53 ` classabbyamp
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).