git: 2ba684b4db63 - main - graphics/synfig*: re-categorize, hand-off MAINTAINER
Adriaan de Groot
adridg at FreeBSD.org
Fri Jul 9 11:49:25 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2ba684b4db63a0a1ae1e04e3680b4f79c5b2abad
commit 2ba684b4db63a0a1ae1e04e3680b4f79c5b2abad
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-09 11:46:48 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-09 11:46:48 +0000
graphics/synfig*: re-categorize, hand-off MAINTAINER
Chris writes (in the PR mentioned below):
I need to use Synfig. It appears to be in the
wrong category (devel), should be graphics. As it is
an image manipulation application. I also see it's WAY
out of date.
This pr changes devel/synfig to graphics/synfig. As I
also seek to update this port and graphics/synfigstudio;
takes MAINTAINER.
apply the patch, massaging it to maintain INDEX &c. Hands off
maintainership (from ports@).
PR: 257030
Reported by: Chris Hutchinson
---
MOVED | 1 +
devel/Makefile | 1 -
graphics/Makefile | 1 +
{devel => graphics}/synfig/Makefile | 4 ++--
{devel => graphics}/synfig/distinfo | 0
{devel => graphics}/synfig/files/patch-configure.ac | 0
{devel => graphics}/synfig/files/patch-src__synfig__main.cpp | 0
{devel => graphics}/synfig/files/patch-src__synfig__transform.cpp | 0
{devel => graphics}/synfig/pkg-descr | 0
{devel => graphics}/synfig/pkg-plist | 0
graphics/synfigstudio/Makefile | 4 ++--
11 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/MOVED b/MOVED
index 3b8c7a62506a..6b6fb896ecc3 100644
--- a/MOVED
+++ b/MOVED
@@ -16460,3 +16460,4 @@ databases/puppetdb5||2021-07-05|Has expired: Puppet 5 has reached EOL
sysutils/puppet5||2021-07-05|Has expired: Puppet 5 has reached EOL
sysutils/puppetserver5||2021-07-05|Has expired: Puppet 5 has reached EOL
databases/puppetdb-terminus5||2021-07-05|Has expired: Puppet 5 has reached EOL
+devel/synfig|graphics/synfig|2021-07-06|The Graphics category is a more appropriate category for an image manipulation program
diff --git a/devel/Makefile b/devel/Makefile
index a562bbdbda0f..0cf936b4c20a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6907,7 +6907,6 @@
SUBDIR += svntrac
SUBDIR += swank-clojure
SUBDIR += swig
- SUBDIR += synfig
SUBDIR += sysconftool
SUBDIR += sysfsutils
SUBDIR += systemc
diff --git a/graphics/Makefile b/graphics/Makefile
index 375672a9078c..06d58239751e 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1046,6 +1046,7 @@
SUBDIR += swftools
SUBDIR += sxiv
SUBDIR += synaesthesia
+ SUBDIR += synfig
SUBDIR += synfigstudio
SUBDIR += tachyon
SUBDIR += telak
diff --git a/devel/synfig/Makefile b/graphics/synfig/Makefile
similarity index 95%
rename from devel/synfig/Makefile
rename to graphics/synfig/Makefile
index e2989095e69d..de9e05396798 100644
--- a/devel/synfig/Makefile
+++ b/graphics/synfig/Makefile
@@ -4,9 +4,9 @@ PORTNAME= synfig
PORTVERSION= 1.2.2
DISTVERSIONPREFIX=v
PORTREVISION= 14
-CATEGORIES= devel graphics multimedia
+CATEGORIES= graphics devel multimedia
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= portmaster at BSDforge.com
COMMENT= Vector based 2D animation package
LICENSE= GPLv2+
diff --git a/devel/synfig/distinfo b/graphics/synfig/distinfo
similarity index 100%
rename from devel/synfig/distinfo
rename to graphics/synfig/distinfo
diff --git a/devel/synfig/files/patch-configure.ac b/graphics/synfig/files/patch-configure.ac
similarity index 100%
rename from devel/synfig/files/patch-configure.ac
rename to graphics/synfig/files/patch-configure.ac
diff --git a/devel/synfig/files/patch-src__synfig__main.cpp b/graphics/synfig/files/patch-src__synfig__main.cpp
similarity index 100%
rename from devel/synfig/files/patch-src__synfig__main.cpp
rename to graphics/synfig/files/patch-src__synfig__main.cpp
diff --git a/devel/synfig/files/patch-src__synfig__transform.cpp b/graphics/synfig/files/patch-src__synfig__transform.cpp
similarity index 100%
rename from devel/synfig/files/patch-src__synfig__transform.cpp
rename to graphics/synfig/files/patch-src__synfig__transform.cpp
diff --git a/devel/synfig/pkg-descr b/graphics/synfig/pkg-descr
similarity index 100%
rename from devel/synfig/pkg-descr
rename to graphics/synfig/pkg-descr
diff --git a/devel/synfig/pkg-plist b/graphics/synfig/pkg-plist
similarity index 100%
rename from devel/synfig/pkg-plist
rename to graphics/synfig/pkg-plist
diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile
index 49fbec5ffae8..a18b05f93d64 100644
--- a/graphics/synfigstudio/Makefile
+++ b/graphics/synfigstudio/Makefile
@@ -6,7 +6,7 @@ DISTVERSIONPREFIX=v
PORTREVISION= 13
CATEGORIES= graphics multimedia
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= portmaster at BSDforge.com
COMMENT= Vector-based 2D animation software package
LICENSE= GPLv2+
@@ -20,7 +20,7 @@ LIB_DEPENDS= libImath.so:math/Imath \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libmlt.so:multimedia/mlt \
- libsynfig.so:devel/synfig
+ libsynfig.so:graphics/synfig
RUN_DEPENDS= xdg-open:devel/xdg-utils
PORTSCOUT= limitw:1,even
More information about the dev-commits-ports-all
mailing list