aboutsummaryrefslogtreecommitdiff
path: root/Mk/Scripts
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-12-01 19:12:47 +0000
committerRene Ladan <rene@FreeBSD.org>2020-12-01 19:12:47 +0000
commit8a45ee228f2c7df6f00ab487c7abe1e405764948 (patch)
tree888791a5b75de781ce16930033334452329e452e /Mk/Scripts
parent709ecd747f9597ca99e69f700d611f69026647c4 (diff)
downloadports-8a45ee228f2c7df6f00ab487c7abe1e405764948.tar.gz
ports-8a45ee228f2c7df6f00ab487c7abe1e405764948.zip
Remove graphics/jpeg which has expired in favor of graphics/jpeg-turbo
Update qa checks and add a note to UPDATING to help users migrate. Differential Revision: https://reviews.freebsd.org/D27425
Notes
Notes: svn path=/head/; revision=556784
Diffstat (limited to 'Mk/Scripts')
-rw-r--r--Mk/Scripts/qa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 2507b472fdc9..8d34d0ccdf02 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -592,7 +592,7 @@ proxydeps_suggest_uses() {
elif [ ${pkg} = "converters/libiconv" ]; then
warn "you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs"
# jpeg
- elif [ ${pkg} = "graphics/jpeg" -o ${pkg} = "graphics/jpeg-turbo" ]; then
+ elif [ ${pkg} = "graphics/jpeg-turbo" ]; then
warn "you need USES+=jpeg"
# libarchive
elif [ ${pkg} = "archivers/libarchive" ]; then