Skip to content

Commit

Permalink
www/dillo2: Update to 3.1.0
Browse files Browse the repository at this point in the history
Also,change WWW and MASTER_SITES. Dillo2 is hosted at a new website.

Reported by:	danfe, Rodrigo Arias <rodarima@gmail.com>
  • Loading branch information
cschuber committed May 12, 2024
1 parent d133c9c commit 8667edd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 55 deletions.
16 changes: 6 additions & 10 deletions www/dillo2/Makefile
@@ -1,8 +1,7 @@
PORTNAME= dillo
PORTVERSION= 3.0.5
PORTREVISION= 5
PORTVERSION= 3.1.0
CATEGORIES= www
MASTER_SITES= http://www.dillo.org/download/ \
MASTER_SITES= https://github.com/dillo-browser/dillo/releases/download/v3.1.0/ \
LOCAL/bf/dillo/ \
TEX/language/hyph-utf8/tex/generic/hyph-utf8/patterns/txt/:hyphen
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
Expand All @@ -11,7 +10,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}

MAINTAINER= cy@FreeBSD.org
COMMENT= Fast, small graphical Web browser built upon fltk
WWW= https://www.dillo.org/
WWW= https://dillo-browser.github.io/dillo.org.html

LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
Expand All @@ -37,11 +36,10 @@ PORTDOCS= *

OPTIONS_DEFINE= COOKIES DEBUG DOCS HYPHENATION IPV6 JPEG PNG SSL \
THREADS
OPTIONS_DEFAULT= COOKIES IPV6 JPEG PNG SSL THREADS
OPTIONS_DEFAULT= COOKIES IPV6 JPEG PNG THREADS

COOKIES_DESC= Cookie support
HYPHENATION_DESC= Hyphenation file(s) for HYPHENATION_LANGS
SSL_DESC= Experimental HTTPS support

DEBUG_CONFIGURE_ENABLE= gprof rtfl

Expand All @@ -55,10 +53,6 @@ JPEG_USES= jpeg
PNG_CONFIGURE_ENABLE= png
PNG_LIB_DEPENDS= libpng.so:graphics/png

SSL_USES= ssl
SSL_CONFIGURE_ENABLE= ssl
SSL_EXTRA_PATCHES= ${PATCHDIR}/extra-patches-openssl

THREADS_CONFIGURE_ENABLE= threaded-dns

.include <bsd.port.pre.mk>
Expand Down Expand Up @@ -90,11 +84,13 @@ post-patch:
@${MV} ${WRKSRC}/dillorc ${WRKSRC}/dillorc.sample
@${MV} ${WRKSRC}/dpid/dpidrc.in ${WRKSRC}/dpid/dpidrc.sample.in
@${MV} ${WRKSRC}/src/domainrc ${WRKSRC}/src/domainrc.sample
@${MV} ${WRKSRC}/src/hsts_preload ${WRKSRC}/src/hsts_preload.sample
@${MV} ${WRKSRC}/src/keysrc ${WRKSRC}/src/keysrc.sample
@${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s|dillorc|dillorc.sample|g" ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e "s|dpidrc|dpidrc.sample|g" ${WRKSRC}/dpid/Makefile.in
@${REINPLACE_CMD} -E "s/(domain|keys)rc/&.sample/g" ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -E "s/hsts_preload/hsts_preload.sample/g" ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e "s|/lib/dillo|/libexec/dillo|" \
${WRKSRC}/dillo-install-hyphenation \
${WRKSRC}/doc/dillo.1.in \
Expand Down
6 changes: 3 additions & 3 deletions www/dillo2/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1652973072
SHA256 (dillo/dillo-3.0.5.tar.bz2) = db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b
SIZE (dillo/dillo-3.0.5.tar.bz2) = 734472
TIMESTAMP = 1715503936
SHA256 (dillo/dillo-3.1.0.tar.bz2) = f56766956d90dac0ccca31755917cba8a4014bcf43b3e36c7d86efe1d20f9d92
SIZE (dillo/dillo-3.1.0.tar.bz2) = 994610
41 changes: 0 additions & 41 deletions www/dillo2/files/extra-patches-openssl

This file was deleted.

5 changes: 4 additions & 1 deletion www/dillo2/pkg-plist
Expand Up @@ -5,6 +5,7 @@ bin/dpidc
@sample etc/dillo/dillorc.sample
@sample etc/dillo/domainrc.sample
@sample etc/dillo/dpidrc.sample
@sample etc/dillo/hsts_preload.sample
@sample etc/dillo/keysrc.sample
libexec/dillo/dpi/bookmarks/bookmarks.dpi
libexec/dillo/dpi/cookies/cookies.dpi
Expand All @@ -13,7 +14,9 @@ libexec/dillo/dpi/downloads/downloads.dpi
libexec/dillo/dpi/file/file.dpi
libexec/dillo/dpi/ftp/ftp.filter.dpi
libexec/dillo/dpi/hello/hello.filter.dpi
libexec/dillo/dpi/https/https.filter.dpi
libexec/dillo/dpi/vsource/vsource.filter.dpi
share/applications/dillo.desktop
share/icons/hicolor/128x128/apps/dillo.png
share/icons/hicolor/48x48/apps/dillo.png
share/man/man1/dillo.1.gz
@dir libexec/dillo/hyphenation

0 comments on commit 8667edd

Please sign in to comment.