diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-06-25 04:24:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-06-25 04:24:02 +0000 |
commit | 2beea6a9fecdfe98252f323fa3ae06129d8b7cd5 (patch) | |
tree | 64ea50e1a69eeddb4f265ee5e0fcd9d39c9db6f3 | |
parent | a3a00447708a786f0a3401b331870fe3569cfaad (diff) | |
download | ports-2beea6a9fecdfe98252f323fa3ae06129d8b7cd5.tar.gz ports-2beea6a9fecdfe98252f323fa3ae06129d8b7cd5.zip |
x11/swappy: move to graphics/
Notes
Notes:
svn path=/head/; revision=540367
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/swappy/Makefile (renamed from x11/swappy/Makefile) | 2 | ||||
-rw-r--r-- | graphics/swappy/distinfo (renamed from x11/swappy/distinfo) | 0 | ||||
-rw-r--r-- | graphics/swappy/pkg-descr (renamed from x11/swappy/pkg-descr) | 0 | ||||
-rw-r--r-- | x11/Makefile | 1 |
6 files changed, 3 insertions, 2 deletions
@@ -15092,3 +15092,4 @@ sysutils/duplicity07|sysutils/duplicity|2020-06-21|Has expired: Uses deprecated net-mgmt/zabbix42-proxy|net-mgmt/zabbix44-proxy|2020-06-21|Has expired: End of Life net-mgmt/zabbix42-agent|net-mgmt/zabbix44-agent|2020-06-21|Has expired: End of Life net-mgmt/zabbix42-frontend|net-mgmt/zabbix44-frontend|2020-06-21|Has expired: End of Life +x11/swappy|graphics/swappy|2020-06-25|Moved to a better category diff --git a/graphics/Makefile b/graphics/Makefile index 12684c9cef1f..ca61b7297e0e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1006,6 +1006,7 @@ SUBDIR += svg2png SUBDIR += svgalib SUBDIR += svgbob + SUBDIR += swappy SUBDIR += swfdec SUBDIR += swfmill SUBDIR += swftools diff --git a/x11/swappy/Makefile b/graphics/swappy/Makefile index f38202b24ae9..c0cc3068e15c 100644 --- a/x11/swappy/Makefile +++ b/graphics/swappy/Makefile @@ -3,7 +3,7 @@ PORTNAME= swappy DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -CATEGORIES= x11 +CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= b59700f47085.patch:-p1 # https://github.com/jtheoof/swappy/pull/42 diff --git a/x11/swappy/distinfo b/graphics/swappy/distinfo index e31838e8e1cf..e31838e8e1cf 100644 --- a/x11/swappy/distinfo +++ b/graphics/swappy/distinfo diff --git a/x11/swappy/pkg-descr b/graphics/swappy/pkg-descr index 3176b63283f7..3176b63283f7 100644 --- a/x11/swappy/pkg-descr +++ b/graphics/swappy/pkg-descr diff --git a/x11/Makefile b/x11/Makefile index 41b2e534415f..9c58f95f74ef 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -304,7 +304,6 @@ SUBDIR += startup-notification SUBDIR += sterm SUBDIR += stjerm - SUBDIR += swappy SUBDIR += swarp SUBDIR += swaybg SUBDIR += swayidle |