diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-10 01:08:12 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-10 01:08:12 +0800 |
commit | 9e0e8d17a400657031581d099ae64e1ac9dd5760 (patch) | |
tree | 1a007ab17ca647747d08d6d95c9df5f927c08b00 /editors | |
parent | ae33c6a4d22ef6506fe2f3fd7121be47c87c48ba (diff) | |
download | freebsd-ports-gnome-9e0e8d17a400657031581d099ae64e1ac9dd5760.tar.gz freebsd-ports-gnome-9e0e8d17a400657031581d099ae64e1ac9dd5760.tar.zst freebsd-ports-gnome-9e0e8d17a400657031581d099ae64e1ac9dd5760.zip |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs-devel/Makefile | 1 | ||||
-rw-r--r-- | editors/emacs/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 2cecb4ddfb9b..a9b11a67cdfc 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -3,7 +3,7 @@ PORTNAME= abiword PORTVERSION= 3.0.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/ DIST_SUBDIR= AbiWord diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index cc79564ca5b4..b1602c0454b6 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= emacs DISTVERSION= 28.0.50.20201102 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= editors PKGNAMESUFFIX= -devel diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index ed6f5ff0bd30..5eff1d6f843e 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -4,7 +4,7 @@ PORTNAME= emacs DISTVERSION= 27.1 PORTEPOCH= 3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= GNU |