Diff below brings www/liferea to the latest version. This release brings
smaller bug and security fixes. Changelog can be found at
https://github.com/lwindolf/liferea/releases
'make port-lib-depends-check' found that enchant has been replaced by
enchant2.
Tested lightly on amd64.
Comments/OKs?
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/liferea/Makefile,v
retrieving revision 1.105
diff -u -p -r1.105 Makefile
--- Makefile 6 Jul 2018 06:04:43 -0000 1.105
+++ Makefile 5 Aug 2018 20:45:34 -0000
@@ -4,9 +4,8 @@ BROKEN-i386= hangs during build while r
COMMENT= simple GTK desktop news aggregator
-V= 1.12.3
+V= 1.12.4
DISTNAME= liferea-${V}
-REVISION= 2
CATEGORIES= www news x11
@@ -17,10 +16,10 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ${COMPILER_LIBCXX} EGL GL GLESv2 ICE SM X11 X11-xcb
WANTLIB += Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
-WANTLIB += Xrandr Xrender Xt Xxf86vm atk-1.0 atk-bridge-2.0 atspi
-WANTLIB += brotlicommon brotlidec c cairo cairo-gobject dbus-1
-WANTLIB += drm enchant epoxy expat ffi fontconfig freetype fribidi
-WANTLIB += gbm gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 girepository-1.0
+WANTLIB += Xrandr Xrender Xt Xxf86vm aspell atk-1.0 atk-bridge-2.0
+WANTLIB += atspi brotlicommon brotlidec c cairo cairo-gobject
+WANTLIB += dbus-1 drm enchant-2 epoxy expat ffi fontconfig freetype
+WANTLIB += fribidi gbm gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 girepository-1.0
WANTLIB += glapi glib-2.0 gmodule-2.0 gobject-2.0 gpg-error graphite2
WANTLIB += gstallocators-1.0 gstapp-1.0 gstaudio-1.0 gstbase-1.0
WANTLIB += gstfft-1.0 gstgl-1.0 gstpbutils-1.0 gstreamer-1.0 gsttag-1.0
@@ -29,8 +28,9 @@ WANTLIB += hyphen iconv icudata icui18n
WANTLIB += jpeg json-glib-1.0 lzma m notify orc-0.4 pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre peas-1.0 peas-gtk-1.0
WANTLIB += pixman-1 png secret-1 soup-2.4 sqlite3 tasn1 webkit2gtk-4.0
-WANTLIB += webp webpdemux woff2common woff2dec xcb xcb-dri2 xcb-glx
-WANTLIB += xcb-render xcb-shm xcb-xfixes xml2 xslt z
+WANTLIB += webp webpdemux woff2common woff2dec xcb xcb-dri2 xcb-dri3
+WANTLIB += xcb-glx xcb-present xcb-render xcb-shm xcb-sync xcb-xfixes
+WANTLIB += xml2 xshmfence xslt z
MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${V}/
@@ -45,7 +45,7 @@ USE_GMAKE= Yes
LIB_DEPENDS= devel/json-glib \
devel/libpeas \
- textproc/enchant \
+ textproc/enchant2 \
www/webkitgtk4
RUN_DEPENDS= devel/desktop-file-utils \
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/liferea/distinfo,v
retrieving revision 1.44
diff -u -p -r1.44 distinfo
--- distinfo 25 May 2018 00:58:43 -0000 1.44
+++ distinfo 5 Aug 2018 20:45:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (liferea-1.12.3.tar.bz2) = j138Z2xMx8xkGtMC1h8vgO5T+yhR7eiGwU3ZlzFionI=
-SIZE (liferea-1.12.3.tar.bz2) = 1467804
+SHA256 (liferea-1.12.4.tar.bz2) = lr4aCNMu16ieKtAQf+Eo9Lt9ivDHZwbOedqSEy4WBYk=
+SIZE (liferea-1.12.4.tar.bz2) = 1466788
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/liferea/pkg/PLIST,v
retrieving revision 1.32
diff -u -p -r1.32 PLIST
--- pkg/PLIST 6 Jul 2018 06:04:43 -0000 1.32
+++ pkg/PLIST 5 Aug 2018 20:45:34 -0000
@@ -5,7 +5,7 @@ lib/liferea/
lib/liferea/girepository-1.0/
lib/liferea/girepository-1.0/Liferea-3.0.typelib
lib/liferea/plugins/
-lib/liferea/plugins/${MODPY_PYCACHE}
+lib/liferea/plugins/${MODPY_PYCACHE}/
lib/liferea/plugins/${MODPY_PYCACHE}bold-unread.${MODPY_PYC_MAGIC_TAG}pyc
lib/liferea/plugins/${MODPY_PYCACHE}gnome-keyring.${MODPY_PYC_MAGIC_TAG}pyc
lib/liferea/plugins/${MODPY_PYCACHE}headerbar.${MODPY_PYC_MAGIC_TAG}pyc
No comments:
Post a Comment