Index: head/www/httrack/Makefile =================================================================== --- head/www/httrack/Makefile (revision 431116) +++ head/www/httrack/Makefile (revision 431117) @@ -1,54 +1,54 @@ # Created by: Dirk Froemberg # $FreeBSD$ PORTNAME= httrack -PORTVERSION= 3.48.22 -PORTREVISION= 1 +PORTVERSION= 3.48.24 CATEGORIES= www -MASTER_SITES= http://download.httrack.com/ \ - http://mirror.httrack.com/ \ - http://mirror.httrack.com/historical/ \ - LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easy-to-use offline browser utility and website copier LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual OPTIONS_DEFINE= DOCS ICONS OPTIONS_SUB= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} --with-zlib=/usr GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= ${PREFIX}/lib/httrack USES= alias execinfo gmake iconv libtool localbase shebangfix ssl PORTDATA= * PORTDOCS= * +GH_TUPLE= xroche:${PORTNAME}:a9a7aa6 \ + xroche:coucal:afd0a56:coucal/src/coucal +USE_GITHUB= yes + SHEBANG_FILES= src/webhttrack ICONS_VARS= INSTALLS_ICONS=yes -.include +.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: ${INSTALL_DATA} ${WRKSRC}/html/httrack.css ${STAGEDIR}${DOCSDIR}/ post-install-DOCS-off: # make an empty directory instead of an invalid symbolic link to DOCSDIR ${RM} ${STAGEDIR}${DATADIR}/html ${MKDIR} ${STAGEDIR}${DATADIR}/html/ -.include +.include Index: head/www/httrack/distinfo =================================================================== --- head/www/httrack/distinfo (revision 431116) +++ head/www/httrack/distinfo (revision 431117) @@ -1,2 +1,5 @@ -SHA256 (httrack-3.48.22.tar.gz) = b2831ad7b48e933959f83a9de8a72bcaa0f8eb87e9453ad85debd50d33a9c48f -SIZE (httrack-3.48.22.tar.gz) = 1834758 +TIMESTAMP = 1484067993 +SHA256 (xroche-httrack-3.48.24-a9a7aa6_GH0.tar.gz) = 639336a39960aaa96b793c3c23673b67739b2f654e59c3db4c6486b1e95ed322 +SIZE (xroche-httrack-3.48.24-a9a7aa6_GH0.tar.gz) = 1741058 +SHA256 (xroche-coucal-afd0a56_GH0.tar.gz) = abf0ec48b4719544c7daf0ce7469c8099f37f58737bcbe6d74ea0b6416b03d76 +SIZE (xroche-coucal-afd0a56_GH0.tar.gz) = 21174 Index: head/www/httrack/pkg-descr =================================================================== --- head/www/httrack/pkg-descr (revision 431116) +++ head/www/httrack/pkg-descr (revision 431117) @@ -1,12 +1,12 @@ 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. -WWW: http://www.httrack.com/ +WWW: https://www.httrack.com/ WWW: https://github.com/xroche/httrack