Revision: 27074 http://sourceforge.net/p/gar/code/27074 Author: idogan23 Date: 2024-05-12 15:04:44 +0000 (Sun, 12 May 2024) Log Message: ----------- nano: upgrade to 8.0; switch compiler to SOS12U6
Modified Paths: -------------- csw/mgar/pkg/nano/trunk/Makefile csw/mgar/pkg/nano/trunk/checksums Modified: csw/mgar/pkg/nano/trunk/Makefile =================================================================== --- csw/mgar/pkg/nano/trunk/Makefile 2024-05-11 09:50:54 UTC (rev 27073) +++ csw/mgar/pkg/nano/trunk/Makefile 2024-05-12 15:04:44 UTC (rev 27074) @@ -1,5 +1,5 @@ NAME = nano -VERSION = 7.2 +VERSION = 8.0 GARTYPE = v2 DESCRIPTION = Enhanced clone of the Pico text editor @@ -11,7 +11,7 @@ endef VENDOR_URL = https://www.nano-editor.org/ -MASTER_SITES = https://www.nano-editor.org/dist/v7/ +MASTER_SITES = https://www.nano-editor.org/dist/v8/ DISTFILES = $(NAME)-$(VERSION).tar.xz RUNTIME_DEP_PKGS += CSWlibintl9 @@ -22,6 +22,8 @@ TEST_SCRIPTS = +GARCOMPILER = SOS12U6 + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --enable-all Modified: csw/mgar/pkg/nano/trunk/checksums =================================================================== --- csw/mgar/pkg/nano/trunk/checksums 2024-05-11 09:50:54 UTC (rev 27073) +++ csw/mgar/pkg/nano/trunk/checksums 2024-05-12 15:04:44 UTC (rev 27074) @@ -1 +1 @@ -13742c686c6ddb0b7b294634f0c13cec nano-7.2.tar.xz +328e7a8c30095178997b9925c89d99e5 nano-8.0.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.