git: 662e7b4f5a7a - main - editors/o: Rename into editors/orbiton and update 2.60.3 → 2.62.2=
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 05:43:06 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=662e7b4f5a7a88a027e995cb4a16d19ea1f28111 commit 662e7b4f5a7a88a027e995cb4a16d19ea1f28111 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-04 22:38:16 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-05 05:42:59 +0000 editors/o: Rename into editors/orbiton and update 2.60.3 → 2.62.2 --- MOVED | 1 + editors/Makefile | 2 +- editors/o/distinfo | 5 ----- editors/{o => orbiton}/Makefile | 11 +++++------ editors/orbiton/distinfo | 5 +++++ editors/{o => orbiton}/pkg-descr | 0 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/MOVED b/MOVED index ed8f84f9b5a6..c82d1af22f40 100644 --- a/MOVED +++ b/MOVED @@ -7619,3 +7619,4 @@ sysutils/cfengine-masterfiles319||2023-06-03|Removed, part of expired sysutils/c net-mgmt/nrpe3|net-mgmt/nrpe|2023-06-03|Has expired: Fails to build with recent OpenSSL so use net-mgmt/nrpe games/spacezero||2023-06-03|Has expired: broken, abandoned upstream, depends on deprecated gtk2 net/gnu-dico|net/dico|2023-06-03|Renamed to match upstream naming +editors/o|editors/orbiton|2023-06-04|Project was renamed diff --git a/editors/Makefile b/editors/Makefile index 706cd74845f8..6e71926cc376 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -222,9 +222,9 @@ SUBDIR += novelwriter SUBDIR += nvi-m17n SUBDIR += nvi2 - SUBDIR += o SUBDIR += openoffice-4 SUBDIR += openoffice-devel + SUBDIR += orbiton SUBDIR += ox SUBDIR += p5-Proc-InvokeEditor SUBDIR += p5-Vimana diff --git a/editors/o/distinfo b/editors/o/distinfo deleted file mode 100644 index 1816361ab380..000000000000 --- a/editors/o/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1678123294 -SHA256 (go/editors_o/o-v2.60.3/v2.60.3.mod) = 62859e82a16767724785c5abef164b5fab04b2382edc9ec90493743b77f40491 -SIZE (go/editors_o/o-v2.60.3/v2.60.3.mod) = 1739 -SHA256 (go/editors_o/o-v2.60.3/v2.60.3.zip) = a43ac213af59a4db47927af21898691c7b2b4e753dd60e77a226b9c4ab8a6d95 -SIZE (go/editors_o/o-v2.60.3/v2.60.3.zip) = 240114 diff --git a/editors/o/Makefile b/editors/orbiton/Makefile similarity index 60% rename from editors/o/Makefile rename to editors/orbiton/Makefile index 691834ce832c..4c487ace724a 100644 --- a/editors/o/Makefile +++ b/editors/orbiton/Makefile @@ -1,20 +1,19 @@ -PORTNAME= o +PORTNAME= orbiton DISTVERSIONPREFIX= v -DISTVERSION= 2.60.3 -PORTREVISION= 2 +DISTVERSION= 2.62.2 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org COMMENT= Small, fast and limited text editor in Go -WWW= https://github.com/xyproto/o +WWW= https://orbiton.zip/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules -GO_MODULE= github.com/xyproto/o/v2 +GO_MODULE= github.com/xyproto/orbiton/v2 -PLIST_FILES= bin/o +PLIST_FILES= bin/${PORTNAME} .include <bsd.port.mk> diff --git a/editors/orbiton/distinfo b/editors/orbiton/distinfo new file mode 100644 index 000000000000..23d02f14909d --- /dev/null +++ b/editors/orbiton/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1685917079 +SHA256 (go/editors_orbiton/orbiton-v2.62.2/v2.62.2.mod) = 34f29ec009de765a08a532ad680bb96f9c74b5ae14714f5588856708b6c42ebf +SIZE (go/editors_orbiton/orbiton-v2.62.2/v2.62.2.mod) = 2000 +SHA256 (go/editors_orbiton/orbiton-v2.62.2/v2.62.2.zip) = ca301caf5295c5236af7f9ca10c7916a2c37d5f6eb6aacb2d5d26c149e536354 +SIZE (go/editors_orbiton/orbiton-v2.62.2/v2.62.2.zip) = 935991 diff --git a/editors/o/pkg-descr b/editors/orbiton/pkg-descr similarity index 100% rename from editors/o/pkg-descr rename to editors/orbiton/pkg-descr