[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9998: update gforth to 0.7.9_20240306
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r9998: update gforth to 0.7.9_20240306 |
Date: |
Wed, 6 Mar 2024 19:09:23 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9998
revision-id: carlhansen@gnu.org-20240307000916-wy7vvz3gojchvsba
parent: carlhansen@gnu.org-20240306233833-0iu7br0l868fvep2
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Thu 2024-03-07 00:09:16 +0000
message:
update gforth to 0.7.9_20240306
modified:
pkg/gnu/gforth/Makefile makefile-20160617014725-uokjfnggs70iry9h-711
pkg/gnu/gforth/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-713
=== modified file 'pkg/gnu/gforth/Makefile'
--- a/pkg/gnu/gforth/Makefile 2024-02-15 02:30:06 +0000
+++ b/pkg/gnu/gforth/Makefile 2024-03-07 00:09:16 +0000
@@ -16,14 +16,14 @@
#
# You should have received a copy of the GNU General Public License
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
-#
-#
+
+
# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
NAME = Gforth
GARNAME = gforth
#GARVERSION = 0.7.3
-GARVERSION = 0.7.9_20240208
+GARVERSION = 0.7.9_20240306
HOME_URL = https://gforth.org/
# or HOME_URL = https://www.gnu.org/software/gforth/
DESCRIPTION = Forth interpreter, with virtual machine generator "vmgen"
@@ -87,9 +87,9 @@
$(INSTALL_INFO) $(WORKSRC)/doc/vmgen.info
$(INSTALL_INFO) $(WORKSRC)/doc/gforth.info
-install-myinst:
+install-myinst: build-mybuild
cd $(WORKOBJ) && $(MAKE) -k install VERBOSE=1
DESTDIR=$(packageDESTDIR)
- $(INSTALL_BIN) $(WORKOBJ)/gforth.fi
+ cd $(WORKOBJ) && $(INSTALL_BIN) gforth.fi
=== modified file 'pkg/gnu/gforth/sha256sums'
--- a/pkg/gnu/gforth/sha256sums 2024-02-15 02:30:06 +0000
+++ b/pkg/gnu/gforth/sha256sums 2024-03-07 00:09:16 +0000
@@ -1,1 +1,1 @@
-16d4a6313e32eaba56ca9b734e1fd33a68046cb0a3e5a9bf7e312c3514d24a2d
download/gforth-0.7.9_20240208.tar.xz
+ed93941c22a7006ff388c67104d92138af39b7537794838d077efec53251b536
download/gforth-0.7.9_20240306.tar.xz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9998: update gforth to 0.7.9_20240306,
Carl Hansen <=