aboutsummaryrefslogtreecommitdiff
path: root/security/libkleo
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-04-28 18:11:49 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-04-28 18:11:49 +0000
commite7143687867e9acfedfc4822ca187c3824e87a89 (patch)
tree50dd7c1a2912da31c756257af1b73c06ef952104 /security/libkleo
parent77630214c4107b066dddb51b4afb1687fa664772 (diff)
downloadports-e7143687867e9acfedfc4822ca187c3824e87a89.tar.gz
ports-e7143687867e9acfedfc4822ca187c3824e87a89.zip
Update KDE Applications to 18.04.0
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
Notes
Notes: svn path=/head/; revision=468558
Diffstat (limited to 'security/libkleo')
-rw-r--r--security/libkleo/Makefile11
-rw-r--r--security/libkleo/distinfo6
2 files changed, 9 insertions, 8 deletions
diff --git a/security/libkleo/Makefile b/security/libkleo/Makefile
index 0052d70cdc27..b81fafe42e67 100644
--- a/security/libkleo/Makefile
+++ b/security/libkleo/Makefile
@@ -22,12 +22,13 @@ USE_KDE= codecs completion config coreaddons i18n itemmodels \
USE_QT5= core gui widgets \
buildtools_build qmake_build
+_CORETOOLS= md5sum sha1sum sha256sum sha512sum
post-extract:
# use the binaries of coreutils
- ${REINPLACE_CMD} -e '/create-command/ s#sha1sum#gsha1sum#' \
- -e '/create-command/ s#md5sum#gmd5sum#' \
- -e '/verify-command/ s#sha1sum#gsha1sum#' \
- -e '/verify-command/ s#md5sum#gmd5sum#' \
- ${PATCH_WRKSRC}/src/libkleopatrarc.desktop
+. for ct in ${_CORETOOLS}
+ ${REINPLACE_CMD} -e '/create-command/ s#${ct}#g${ct}#' \
+ -e '/verify-command/ s#${ct}#g${ct}#' \
+ ${PATCH_WRKSRC}/src/libkleopatrarc.desktop
+. endfor
.include <bsd.port.mk>
diff --git a/security/libkleo/distinfo b/security/libkleo/distinfo
index 8b96effd0cbd..f88114b22a5c 100644
--- a/security/libkleo/distinfo
+++ b/security/libkleo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520519256
-SHA256 (KDE/applications/17.12.3/libkleo-17.12.3.tar.xz) = 53781b53481b17453e4cf878542f50bae431177ced8913530d946f54d412e75e
-SIZE (KDE/applications/17.12.3/libkleo-17.12.3.tar.xz) = 314656
+TIMESTAMP = 1523595603
+SHA256 (KDE/applications/18.04.0/libkleo-18.04.0.tar.xz) = ad69dd894897563c5dd374e548d63e209c4e8e1011fbcd8639d59ef8be5e2a9d
+SIZE (KDE/applications/18.04.0/libkleo-18.04.0.tar.xz) = 317900