git: 705ef4fa0778 - main - www/rubygem-ruby-openai37: moved to match location of www/rubygem-ruby-openai
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 May 2023 04:32:32 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=705ef4fa0778134fe6dda55585356ca3505818f9 commit 705ef4fa0778134fe6dda55585356ca3505818f9 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2023-05-16 04:30:43 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2023-05-16 04:30:43 +0000 www/rubygem-ruby-openai37: moved to match location of www/rubygem-ruby-openai Reported by: antoine@ --- MOVED | 1 + devel/Makefile | 1 - www/Makefile | 1 + www/gitlab-ce/Makefile | 4 ++-- {devel/rubygem-ruby-openai => www/rubygem-ruby-openai37}/Makefile | 3 ++- {devel/rubygem-ruby-openai => www/rubygem-ruby-openai37}/distinfo | 0 {devel/rubygem-ruby-openai => www/rubygem-ruby-openai37}/pkg-descr | 0 7 files changed, 6 insertions(+), 4 deletions(-) diff --git a/MOVED b/MOVED index 9e7dbd577cea..4e475c292626 100644 --- a/MOVED +++ b/MOVED @@ -7538,3 +7538,4 @@ news/sabnzbdplus|news/sabnzbd|2023-05-08|Update to proper upstream name graphics/camera||2023-05-08|Has expired: abandoned upstream, does not fetch, website disappeared, unmaintained emulators/mess||2023-05-08|Merged into emulators/mame in upstream textproc/rubygem-semver_dialects|devel/rubygem-semver_dialects|2023-05-15|Removed duplicated port +devel/rubygem-ruby-openai|www/rubygem-ruby-openai37|2023-05-16|Moved to match www/rubygem-ruby-openai diff --git a/devel/Makefile b/devel/Makefile index c3ed8389b73b..9afa98a4fcda 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7181,7 +7181,6 @@ SUBDIR += rubygem-ruby-macho SUBDIR += rubygem-ruby-magic SUBDIR += rubygem-ruby-ole - SUBDIR += rubygem-ruby-openai SUBDIR += rubygem-ruby-prof SUBDIR += rubygem-ruby-progressbar SUBDIR += rubygem-ruby-statistics diff --git a/www/Makefile b/www/Makefile index d02dbb523811..820123cca4da 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2182,6 +2182,7 @@ SUBDIR += rubygem-rtlit SUBDIR += rubygem-ruby-oembed SUBDIR += rubygem-ruby-openai + SUBDIR += rubygem-ruby-openai37 SUBDIR += rubygem-ruby-readability SUBDIR += rubygem-savon SUBDIR += rubygem-sawyer diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index bc487873704f..bd680466aea9 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitlab-ce PORTVERSION= 15.11.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -176,7 +176,7 @@ MY_DEPENDS= git>=2.39.2:devel/git \ rubygem-asana1>=0.10.13<3:www/rubygem-asana1 \ rubygem-ruby-fogbugz>=0.3.0<0.4.0:devel/rubygem-ruby-fogbugz \ rubygem-kubeclient>=4.11.0<4.12.0:www/rubygem-kubeclient \ - rubygem-ruby-openai>=3.7<4:devel/rubygem-ruby-openai \ + rubygem-ruby-openai37>=3.7<4:www/rubygem-ruby-openai37 \ rubygem-sanitize>=6.0<7:textproc/rubygem-sanitize \ rubygem-babosa>=1.0.4<1.1.0:textproc/rubygem-babosa \ rubygem-loofah>=2.20.0<2.21:textproc/rubygem-loofah \ diff --git a/devel/rubygem-ruby-openai/Makefile b/www/rubygem-ruby-openai37/Makefile similarity index 88% rename from devel/rubygem-ruby-openai/Makefile rename to www/rubygem-ruby-openai37/Makefile index 1836eeb5e156..2a2e657a908f 100644 --- a/devel/rubygem-ruby-openai/Makefile +++ b/www/rubygem-ruby-openai37/Makefile @@ -1,7 +1,8 @@ PORTNAME= ruby-openai PORTVERSION= 3.7.0 -CATEGORIES= devel rubygems +CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 37 MAINTAINER= mfechner@FreeBSD.org COMMENT= OpenAI API + Ruby diff --git a/devel/rubygem-ruby-openai/distinfo b/www/rubygem-ruby-openai37/distinfo similarity index 100% rename from devel/rubygem-ruby-openai/distinfo rename to www/rubygem-ruby-openai37/distinfo diff --git a/devel/rubygem-ruby-openai/pkg-descr b/www/rubygem-ruby-openai37/pkg-descr similarity index 100% rename from devel/rubygem-ruby-openai/pkg-descr rename to www/rubygem-ruby-openai37/pkg-descr