diff --git a/www/httrack/Makefile b/www/httrack/Makefile index 158bf1d42b80..8d0a3030f2d2 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -1,55 +1,58 @@ PORTNAME= httrack -PORTVERSION= 3.49.4 +PORTVERSION= 3.49.5 CATEGORIES= www +PATCH_SITES= https://github.com/xroche/httrack/commit/ +PATCHFILES= ce2d2ce810cb1bbaf1c587a3947c31adb47d5244.patch:-p1 + MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easy-to-use offline browser utility and website copier WWW= https://www.httrack.com/ \ https://github.com/xroche/httrack LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual USES= alias cpe gmake iconv libtool shebangfix ssl CONFIGURE_ARGS= --docdir=${DOCSDIR} --with-zlib=/usr GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip USE_LDCONFIG= ${PREFIX}/lib/httrack USE_GITHUB= yes GH_ACCOUNT= xroche GH_TUPLE= xroche:coucal:73ada07:xroche_coucal/src/coucal SHEBANG_FILES= src/webhttrack OPTIONS_DEFINE= DOCS ICONS OPTIONS_SUB= yes ICONS_USES= gnome .include .if empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv=no .else CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv=yes .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/html/server/div/WebHTTrack* @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-ldl ||' ${WRKSRC}/src/coucal/Makefile post-install: ${RM} ${STAGEDIR}${DATADIR}/html post-install-DOCS-off: # See PR/208875 for details ${MKDIR} ${STAGEDIR}${DATADIR}/html/ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/html/httrack.css ${STAGEDIR}${DOCSDIR}/ ${RLN} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DATADIR}/html .include diff --git a/www/httrack/distinfo b/www/httrack/distinfo index edba53c4be28..511dc1513bfe 100644 --- a/www/httrack/distinfo +++ b/www/httrack/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1684104338 -SHA256 (xroche-httrack-3.49.4_GH0.tar.gz) = 2b52d3abe607b329807c90647fb7d683e4f88f2959a60200106ec1c824ed1d48 -SIZE (xroche-httrack-3.49.4_GH0.tar.gz) = 1761838 +TIMESTAMP = 1709390432 +SHA256 (xroche-httrack-3.49.5_GH0.tar.gz) = 9ab3f651fbf99fd0c4bf9a55ef2c07c9d8efa792c31dcd2f8828f289c7b8b4c7 +SIZE (xroche-httrack-3.49.5_GH0.tar.gz) = 1767597 SHA256 (xroche-coucal-73ada07_GH0.tar.gz) = b4872b1e3b283b9ebbeaaf4334f1e9f7b8309fc1cc94dea5cc55946a1833fe8e SIZE (xroche-coucal-73ada07_GH0.tar.gz) = 21263 +SHA256 (ce2d2ce810cb1bbaf1c587a3947c31adb47d5244.patch) = 6d221b14289c916ea4e71431af57e6ceae3702cebc0bbcbb7253e23ea46844d9 +SIZE (ce2d2ce810cb1bbaf1c587a3947c31adb47d5244.patch) = 7563 diff --git a/www/httrack/pkg-descr b/www/httrack/pkg-descr index b5bd95ba547c..557ba35ac25f 100644 --- a/www/httrack/pkg-descr +++ b/www/httrack/pkg-descr @@ -1,11 +1,9 @@ HTTrack is an easy-to-use offline browser utility. It allows you to download a World Wide website from the Internet to a local directory, building recursively all directories, getting html, images, and other files from the server to your computer. HTTrack arranges the original site's relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online. HTTrack can also update an existing mirrored site, and resume interrupted downloads. HTTrack is fully configurable, and has an integrated help system. - -See also: https://github.com/xroche/httrack