From: bobertlo <bobertlo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] pmars: update to 0.9.4
Date: Sun, 20 Oct 2024 22:10:12 +0200 [thread overview]
Message-ID: <20241020201012.415B82D4E0@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52709@inbox.vuxu.org>
[-- 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
}
next prev parent reply other threads:[~2024-10-20 20:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-20 20:05 [PR PATCH] " bobertlo
2024-10-20 20:10 ` bobertlo [this message]
2024-11-01 1:51 ` [PR PATCH] [Merged]: " classabbyamp
2024-11-01 17:53 ` classabbyamp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241020201012.415B82D4E0@inbox.vuxu.org \
--to=bobertlo@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).