diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-03 22:19:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-03 22:19:30 +0000 |
commit | 6d17ecbc7f04b14c84694fa657a5feb272f468cf (patch) | |
tree | bf12181121a12fae3204db2f8c60fb500d1ed2e1 /x11/plasma5-plasma-integration | |
parent | 01389f397fd2eb7193f361aabbd1648f6e63cc84 (diff) | |
download | freebsd-ports-6d17ecbc7f04b14c84694fa657a5feb272f468cf.zip |
Move x11-fonts/noto-lite to x11-fonts/noto-basic
- Update NotoEmoji-Regular to 1.05uh
- Update MASTER_SITES
- Add NotoColorEmoji
- Update COMMENT
- Add LICENSE_FILE
- Change FONTNAME to noto
- Silence extraction message
- Use PLIST
- Update RUN_DEPENDS of dependent ports
- Bump PORTREVISION of dependent ports for dependency change
Changes: https://github.com/googlei18n/noto-emoji/commits/master/fonts/NotoEmoji-Regular.ttf
Diffstat (limited to 'x11/plasma5-plasma-integration')
-rw-r--r-- | x11/plasma5-plasma-integration/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/plasma5-plasma-integration/Makefile b/x11/plasma5-plasma-integration/Makefile index 41f9c45ef303..07bbee38fe15 100644 --- a/x11/plasma5-plasma-integration/Makefile +++ b/x11/plasma5-plasma-integration/Makefile @@ -2,7 +2,7 @@ PORTNAME= plasma-integration DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -34,7 +34,7 @@ NOTO_DESC= KDE default font LIGHT_DESC= Use noto-light BIG_DESC= Use complete noto -LIGHT_RUN_DEPENDS= noto-lite>=0:x11-fonts/noto-lite +LIGHT_RUN_DEPENDS= noto-basic>=0:x11-fonts/noto-basic BIG_RUN_DEPENDS= noto>=0:x11-fonts/noto .include <bsd.port.mk> |