Skip to content

Commit

Permalink
www/links: update the port to version 2.29, adjust conflicts
Browse files Browse the repository at this point in the history
Some notable changes in this version:

  - Implemented strike formatting
  - Bugfix: image was sometimes displayed with too small size
  - Bugfix: WEBP images from local disk could not be displayed
  - Added support for AVIF images
  - Updated Polish translation

Approved by:	maintainer timeout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Apr 12, 2023
1 parent 31a3ee5 commit 19b09a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions www/links/Makefile
@@ -1,5 +1,5 @@
PORTNAME= links
PORTVERSION= 2.28
PORTVERSION= 2.29
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://links.twibright.com/download/
Expand All @@ -11,7 +11,7 @@ WWW= http://links.twibright.com/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

CONFLICTS= links-0* links-hacked links1
CONFLICTS_INSTALL= links1

LIB_DEPENDS= libzstd.so:archivers/zstd

Expand Down Expand Up @@ -70,7 +70,8 @@ X11_PLIST_FILES= share/pixmaps/links.xpm
CIPHERSTRING?= HIGH:!SSLv2:!aNULL:!eNULL:@STRENGTH

.if ${PORT_OPTIONS:MDIRECTFB} || ${PORT_OPTIONS:MSVGALIB} || ${PORT_OPTIONS:MX11}
LIB_DEPENDS+= libpng.so:graphics/png \
LIB_DEPENDS+= libavif.so:graphics/libavif \
libpng.so:graphics/png \
libtiff.so:graphics/tiff \
libwebp.so:graphics/webp
USES+= jpeg pkgconfig
Expand All @@ -79,9 +80,9 @@ CONFIGURE_ARGS+= --enable-graphics
.if ${PORT_OPTIONS:MSVG}
IGNORE= option SVG requires one of DIRECTFB, SVGALIB, or X11
.endif
CONFIGURE_ARGS+= --disable-graphics --without-libjpeg \
--without-librsvg --without-libtiff \
--without-libwebp
CONFIGURE_ARGS+= --disable-graphics --without-libavif \
--without-libjpeg --without-librsvg \
--without-libtiff --without-libwebp
.endif

.if ${PORT_OPTIONS:MX11}
Expand Down
6 changes: 3 additions & 3 deletions www/links/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1664624497
SHA256 (links-2.28.tar.bz2) = 2fd5499b13dee59457c132c167b8495c40deda75389489c6cccb683193f454b4
SIZE (links-2.28.tar.bz2) = 6512800
TIMESTAMP = 1679424666
SHA256 (links-2.29.tar.bz2) = 22aa96c0b38e1a6f8f7ed9d7a4167a47fc37246097759ef6059ecf8f9ead7998
SIZE (links-2.29.tar.bz2) = 6521024

0 comments on commit 19b09a4

Please sign in to comment.