git: 2763db8a01fd - main - graphics/sciplot: Move to science/sciplot
Date: Wed, 16 Nov 2022 07:33:16 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2763db8a01fdfcb11b68c4748667f00a1a7f51eb commit 2763db8a01fdfcb11b68c4748667f00a1a7f51eb Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-16 07:30:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-16 07:33:04 +0000 graphics/sciplot: Move to science/sciplot PR: 267692 Reported by: Franco Fichtner <franco@opnsense.org>; philip@ --- MOVED | 1 + graphics/Makefile | 1 - science/Makefile | 1 + {graphics => science}/sciplot/Makefile | 2 +- {graphics => science}/sciplot/distinfo | 0 {graphics => science}/sciplot/pkg-descr | 0 {graphics => science}/sciplot/pkg-plist | 0 7 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MOVED b/MOVED index 36e377e92881..060c89a61f26 100644 --- a/MOVED +++ b/MOVED @@ -17610,3 +17610,4 @@ x11-toolkits/wlroots-devel|x11-toolkits/wlroots|2022-11-11|Out of date: use x11- multimedia/mpv034||2022-11-14|No longer needed devel/py-types-xxhash||2022-11-15|No longer needed, type annotations are now available in xxhash module devel/awscli|devel/py-awscli|2022-11-15|Renamed comply with Python Ports Policy and flavored +graphics/sciplot|science/sciplot|2022-11-15|Move to avoid conflict with graphics/SciPlot diff --git a/graphics/Makefile b/graphics/Makefile index 34540fef8328..d1c238ad41da 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1050,7 +1050,6 @@ SUBDIR += sane-epkowa SUBDIR += scale2x SUBDIR += scantailor - SUBDIR += sciplot SUBDIR += scr2png SUBDIR += scrot SUBDIR += scwm-icons diff --git a/science/Makefile b/science/Makefile index e83a8b47770c..5a8f28e2c654 100644 --- a/science/Makefile +++ b/science/Makefile @@ -431,6 +431,7 @@ SUBDIR += rubygem-ruby-dcl SUBDIR += rubygem-ruby-netcdf SUBDIR += scidavis + SUBDIR += sciplot SUBDIR += segyio SUBDIR += serac SUBDIR += shelxle diff --git a/graphics/sciplot/Makefile b/science/sciplot/Makefile similarity index 95% rename from graphics/sciplot/Makefile rename to science/sciplot/Makefile index 602e9e955c2d..402aec0cb030 100644 --- a/graphics/sciplot/Makefile +++ b/science/sciplot/Makefile @@ -1,7 +1,7 @@ PORTNAME= sciplot DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -CATEGORIES= graphics +CATEGORIES= science graphics PKGNAMESUFFIX= -plotting-library MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/sciplot/distinfo b/science/sciplot/distinfo similarity index 100% rename from graphics/sciplot/distinfo rename to science/sciplot/distinfo diff --git a/graphics/sciplot/pkg-descr b/science/sciplot/pkg-descr similarity index 100% rename from graphics/sciplot/pkg-descr rename to science/sciplot/pkg-descr diff --git a/graphics/sciplot/pkg-plist b/science/sciplot/pkg-plist similarity index 100% rename from graphics/sciplot/pkg-plist rename to science/sciplot/pkg-plist