git: fa3a01a51f7a - main - devel/gecode: Move to math category
Yuri Victorovich
yuri at FreeBSD.org
Tue May 4 19:07:31 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fa3a01a51f7aab7c38084a94e766bed17ea6a657
commit fa3a01a51f7aab7c38084a94e766bed17ea6a657
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-04 17:42:25 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-04 19:07:26 +0000
devel/gecode: Move to math category
---
MOVED | 1 +
devel/Makefile | 1 -
math/Makefile | 1 +
{devel => math}/gecode/Makefile | 2 +-
{devel => math}/gecode/distinfo | 0
{devel => math}/gecode/pkg-descr | 0
{devel => math}/gecode/pkg-plist | 0
7 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/MOVED b/MOVED
index 3eb3c4b8707f..deb5e96eb22d 100644
--- a/MOVED
+++ b/MOVED
@@ -16326,3 +16326,4 @@ sysutils/policykit|sysutils/polkit|2021-05-01|Gnome2 component, no consumers lef
databases/rubygem-gitlab-pg_query|databases/rubygem-pg_query|2021-05-03|Obsolete, please use databases/rubygem-pg_query
devel/rubygem-licensee8|devel/rubygem-licensee|2021-05-03|Obsolete, please use devel/rubygem-licensee
devel/rubygem-ruby-magic-static|devel/rubygem-ruby-magic|2021-05-03|Obsolete, please use devel/rubygem-ruby-magic
+devel/gecode|math/gecode|2021-05-04|Move to a proper category
diff --git a/devel/Makefile b/devel/Makefile
index 5ec8edd1d8c1..b3ecb03a2e79 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -781,7 +781,6 @@
SUBDIR += geany-plugins-l10n
SUBDIR += geany-themes
SUBDIR += gearmand
- SUBDIR += gecode
SUBDIR += generate
SUBDIR += gengetopt
SUBDIR += genie
diff --git a/math/Makefile b/math/Makefile
index df7e7a52b6af..791206f9a3b2 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -294,6 +294,7 @@
SUBDIR += gambit
SUBDIR += gap
SUBDIR += gau2grid
+ SUBDIR += gecode
SUBDIR += gemmlowp
SUBDIR += geogebra
SUBDIR += geogram
diff --git a/devel/gecode/Makefile b/math/gecode/Makefile
similarity index 98%
rename from devel/gecode/Makefile
rename to math/gecode/Makefile
index af042240e2a8..0592eb768984 100644
--- a/devel/gecode/Makefile
+++ b/math/gecode/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gecode
DISTVERSIONPREFIX= release-
DISTVERSION= 6.2.0
-CATEGORIES= devel math
+CATEGORIES= math
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
PATCHFILES= f08079c5df271869bc7c0799b3eccc52ca2f4d83.patch:-p1 # https://github.com/Gecode/gecode/pull/51
diff --git a/devel/gecode/distinfo b/math/gecode/distinfo
similarity index 100%
rename from devel/gecode/distinfo
rename to math/gecode/distinfo
diff --git a/devel/gecode/pkg-descr b/math/gecode/pkg-descr
similarity index 100%
rename from devel/gecode/pkg-descr
rename to math/gecode/pkg-descr
diff --git a/devel/gecode/pkg-plist b/math/gecode/pkg-plist
similarity index 100%
rename from devel/gecode/pkg-plist
rename to math/gecode/pkg-plist
More information about the dev-commits-ports-all
mailing list