diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-05-29 08:25:32 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-05-29 08:25:32 +0000 |
commit | 6fb5d95a20e7269220caf58545bfa14460e4c0eb (patch) | |
tree | 3e2ef3dc02042cca92c9eeaf9b032dbfd0c5dd59 /deskutils/calibre | |
parent | c23fc82315191a0f31b768b0b2c7f31fcc4cf110 (diff) |
Notes
Diffstat (limited to 'deskutils/calibre')
-rw-r--r-- | deskutils/calibre/Makefile | 11 | ||||
-rw-r--r-- | deskutils/calibre/distinfo | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 4e2d9a9b59c9..a9f012c4049f 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 3.42.0 -PORTREVISION= 1 +PORTVERSION= 3.43.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ @@ -102,12 +101,8 @@ do-install: ${PYSETUP} install --prefix ${PREFIX} \ --staging-root ${STAGEDIR}${PREFIX}) @${RM} ${STAGEDIR}${PREFIX}/bin/calibre-uninstall \ - ${STAGEDIR}${PREFIX}/share/applications/defaults.list \ - ${STAGEDIR}${PREFIX}/share/mime/application/* \ - ${STAGEDIR}${PREFIX}/share/mime/text/* - @${RMDIR} ${STAGEDIR}${PREFIX}/share/desktop-directories \ - ${STAGEDIR}${PREFIX}/share/mime/application \ - ${STAGEDIR}${PREFIX}/share/mime/text + ${STAGEDIR}${PREFIX}/share/applications/defaults.list + @${RMDIR} ${STAGEDIR}${PREFIX}/share/desktop-directories @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/calibre/calibre/plugins/* .include <bsd.port.mk> diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index 94394efc9829..e9e47d2e11f2 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556536232 -SHA256 (calibre-3.42.0.tar.xz) = b51194aecd452e6cea9681889cd1b2f868d379b07413b1dcb8842c363487ad7a -SIZE (calibre-3.42.0.tar.xz) = 38530420 +TIMESTAMP = 1559025443 +SHA256 (calibre-3.43.0.tar.xz) = b56c2545eb1e64d278eb219b9688c65f36c6f599fbc1a1e5baca9f19ec547041 +SIZE (calibre-3.43.0.tar.xz) = 38682448 |