Page MenuHomeFreeBSD

D23908.id74500.diff
No OneTemporary

D23908.id74500.diff

Index: graphics/zathura-cb/Makefile
===================================================================
--- graphics/zathura-cb/Makefile
+++ graphics/zathura-cb/Makefile
@@ -1,11 +1,10 @@
# $FreeBSD$
PORTNAME= zathura-cb
-PORTVERSION= 0.1.8
-PORTREVISION= 3
+DISTVERSION= 0.1.8
+PORTREVISION= 4
CATEGORIES= graphics
-MASTER_SITES= https://pwmt.org/projects/zathura-cb/download/ \
- http://www.madpilot.net/~mad/pwmt.org/
+MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Comic book plugin for Zathura PDF viewer
@@ -17,7 +16,7 @@
RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome libarchive meson ninja \
- pkgconfig ssl tar:xz
+ pkgconfig ssl
USE_GNOME= glib20 gtk30
PLIST_FILES= lib/zathura/libcb.so \
Index: graphics/zathura-cb/distinfo
===================================================================
--- graphics/zathura-cb/distinfo
+++ graphics/zathura-cb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527371286
-SHA256 (zathura-cb-0.1.8.tar.xz) = 452a0702e257dbed6a84b7faf6b51e4eb57a163654bbcddf6301143d3770ccc4
-SIZE (zathura-cb-0.1.8.tar.xz) = 5616
+TIMESTAMP = 1583087088
+SHA256 (zathura-cb-0.1.8.tar.gz) = 67206011fc375cd2f3d0bc0d7a36b182c10eb3c41961963910992393c34aa5d5
+SIZE (zathura-cb-0.1.8.tar.gz) = 6084
Index: graphics/zathura-djvu/Makefile
===================================================================
--- graphics/zathura-djvu/Makefile
+++ graphics/zathura-djvu/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= zathura-djvu
-PORTVERSION= 0.2.9
+DISTVERSION= 0.2.9
+PORTREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= https://pwmt.org/projects/zathura-djvu/download/ \
- http://www.madpilot.net/~mad/pwmt.org/
+MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
MAINTAINER= alexander.4mail@gmail.com
COMMENT= DjVu support for zathura
@@ -13,20 +13,21 @@
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre \
- libgirara-gtk3.so:x11-toolkits/girara
+LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
BUILD_DEPENDS= zathura:graphics/zathura
RUN_DEPENDS= zathura:graphics/zathura
-USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig \
- tar:xz
-USE_GNOME= glib20 gtk30 cairo
+USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig
+USE_GNOME= glib20 gtk30
+
PLIST_FILES= lib/zathura/libdjvu.so \
share/appdata/org.pwmt.zathura-djvu.metainfo.xml \
share/applications/org.pwmt.zathura-djvu.desktop
pre-configure:
- @${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build
+ @${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" \
+ ${WRKSRC}/meson.build
.include <bsd.port.mk>
+
Index: graphics/zathura-djvu/distinfo
===================================================================
--- graphics/zathura-djvu/distinfo
+++ graphics/zathura-djvu/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589691814
-SHA256 (zathura-djvu-0.2.9.tar.xz) = 96e6f8a6ee53231073b2f7003264872f84501e63c3da7bf0598d046286b0c200
-SIZE (zathura-djvu-0.2.9.tar.xz) = 8976
+TIMESTAMP = 1594840425
+SHA256 (zathura-djvu-0.2.9.tar.gz) = 84fae6da42e7cdc2e49ed4cd4f0315ac09716e95358b9c7487803a2cff47dbca
+SIZE (zathura-djvu-0.2.9.tar.gz) = 9885
Index: graphics/zathura-pdf-mupdf/Makefile
===================================================================
--- graphics/zathura-pdf-mupdf/Makefile
+++ graphics/zathura-pdf-mupdf/Makefile
@@ -5,7 +5,7 @@
DISTVERSION= 0.3.5
PORTREVISION= 8
CATEGORIES= graphics
-MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \
+MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ \
http://freebsd.uzsolt.hu/src/
MAINTAINER= uzsolt@uzsolt.hu
@@ -26,7 +26,6 @@
USES= compiler:c11 desktop-file-utils gnome jpeg \
meson pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
-USE_LDCONFIG= yes
MESON_ARGS= -Dlink-external=true
Index: graphics/zathura-ps/Makefile
===================================================================
--- graphics/zathura-ps/Makefile
+++ graphics/zathura-ps/Makefile
@@ -1,11 +1,10 @@
# $FreeBSD$
PORTNAME= zathura-ps
-PORTVERSION= 0.2.6
-PORTREVISION= 3
+DISTVERSION= 0.2.6
+PORTREVISION= 4
CATEGORIES= graphics
-MASTER_SITES= https://pwmt.org/projects/zathura-ps/download/ \
- http://www.madpilot.net/~mad/pwmt.org/
+MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= PostScript support for Zathura PDF viewer
@@ -17,8 +16,7 @@
BUILD_DEPENDS= zathura:graphics/zathura
RUN_DEPENDS= zathura:graphics/zathura
-USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl \
- tar:xz
+USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl
USE_GNOME= glib20 gtk30
PLIST_FILES= lib/zathura/libps.so \
@@ -26,7 +24,8 @@
share/appdata/org.pwmt.zathura-ps.metainfo.xml
pre-configure:
- ${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build
+ ${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" \
+ ${WRKSRC}/meson.build
post-install:
@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/libps.so
Index: graphics/zathura-ps/distinfo
===================================================================
--- graphics/zathura-ps/distinfo
+++ graphics/zathura-ps/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527371291
-SHA256 (zathura-ps-0.2.6.tar.xz) = 7eb085b41fc88979f997310b4e703455e6a81b6ef1ae7db0b6324b6f13c2cf73
-SIZE (zathura-ps-0.2.6.tar.xz) = 4336
+TIMESTAMP = 1583087128
+SHA256 (zathura-ps-0.2.6.tar.gz) = 08c1927bfb8a40e201fa3638f9523d4b6d70e3444ef070bd4aa8a869b6574567
+SIZE (zathura-ps-0.2.6.tar.gz) = 4710
Index: graphics/zathura/Makefile
===================================================================
--- graphics/zathura/Makefile
+++ graphics/zathura/Makefile
@@ -2,11 +2,9 @@
# $FreeBSD$
PORTNAME= zathura
-DISTVERSION= 0.4.3
-PORTREVISION= 2
+DISTVERSION= 0.4.5
CATEGORIES= graphics print
-MASTER_SITES= https://pwmt.org/projects/zathura/download/ \
- http://www.madpilot.net/~mad/pwmt.org/
+MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
MAINTAINER= quentin.stievenart@gmail.com
COMMENT= Customizable lightweight pdf viewer
@@ -21,7 +19,7 @@
${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
USES= compiler:c11 gettext-tools:build gnome meson ninja pkgconfig \
- python tar:xz
+ python
USE_GNOME= glib20 gtk30 gdkpixbuf2
INSTALLS_ICONS= yes
Index: graphics/zathura/distinfo
===================================================================
--- graphics/zathura/distinfo
+++ graphics/zathura/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550822518
-SHA256 (zathura-0.4.3.tar.xz) = 7e12194426d709670e0f4b0b107c80dd21322881b57d4a0bf9a09998402ffd41
-SIZE (zathura-0.4.3.tar.xz) = 145796
+TIMESTAMP = 1583082376
+SHA256 (zathura-0.4.5.tar.gz) = 317882fc4e05104591c011c237b2ba6bf0b3978c189f5cdf3c978cb333ee04fe
+SIZE (zathura-0.4.5.tar.gz) = 195275
Index: graphics/zathura/pkg-plist
===================================================================
--- graphics/zathura/pkg-plist
+++ graphics/zathura/pkg-plist
@@ -12,12 +12,14 @@
share/applications/org.pwmt.zathura.desktop
share/bash-completion/completions/zathura
share/dbus-1/interfaces/org.pwmt.zathura.xml
+share/fish/completions/zathura.fish
share/icons/hicolor/128x128/apps/org.pwmt.zathura.png
share/icons/hicolor/16x16/apps/org.pwmt.zathura.png
share/icons/hicolor/256x256/apps/org.pwmt.zathura.png
share/icons/hicolor/32x32/apps/org.pwmt.zathura.png
share/icons/hicolor/64x64/apps/org.pwmt.zathura.png
share/icons/scalable/apps/org.pwmt.zathura.svg
+share/locale/ar/LC_MESSAGES/zathura.mo
share/locale/ca/LC_MESSAGES/zathura.mo
share/locale/cs/LC_MESSAGES/zathura.mo
share/locale/de/LC_MESSAGES/zathura.mo
@@ -42,4 +44,4 @@
share/locale/tr/LC_MESSAGES/zathura.mo
share/locale/uk_UA/LC_MESSAGES/zathura.mo
share/metainfo/org.pwmt.zathura.appdata.xml
-share/zsh/vendor-completions/_zathura
+share/zsh/site-functions/_zathura
Index: x11-toolkits/girara/Makefile
===================================================================
--- x11-toolkits/girara/Makefile
+++ x11-toolkits/girara/Makefile
@@ -5,17 +5,16 @@
PORTVERSION= 0.3.4
PORTREVISION= 1
CATEGORIES= x11-toolkits graphics
-MASTER_SITES= https://pwmt.org/projects/girara/download/ \
- http://www.madpilot.net/~mad/pwmt.org/
+MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
MAINTAINER= madpilot@FreeBSD.org
COMMENT= GTK3 Interface Library for Zathura PDF Viewer
USES= compiler:c11 gnome meson pathfix pkgconfig tar:xz
-PATHFIX_MAKEFILEIN= Makefile
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
-USE_LDCONFIG= yes
-LIBDIR= ${PREFIX}/lib
+
+PATHFIX_MAKEFILEIN= Makefile
+LIBDIR= ${PREFIX}/lib
OPTIONS_DEFINE= JSONC NLS NOTIFY
OPTIONS_DEFAULT= NOTIFY

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 8, 8:14 AM (2 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29382996
Default Alt Text
D23908.id74500.diff (8 KB)

Event Timeline