Index: head/www/httrack/Makefile =================================================================== --- head/www/httrack/Makefile (revision 381304) +++ head/www/httrack/Makefile (revision 381305) @@ -1,50 +1,49 @@ # Created by: Dirk Froemberg # $FreeBSD$ PORTNAME= httrack -PORTVERSION= 3.48.20 -PORTREVISION= 1 +PORTVERSION= 3.48.21 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 CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip LDFLAGS+= -L${LOCALBASE}/lib -USES= alias execinfo gmake iconv libtool shebangfix USE_LDCONFIG= ${PREFIX}/lib/httrack USE_OPENSSL= yes +USES= alias execinfo gmake iconv libtool shebangfix PORTDATA= * PORTDOCS= * SHEBANG_FILES= src/webhttrack .include .if ${PORT_OPTIONS:MICONS} INSTALLS_ICONS= yes .endif post-patch: @${REINPLACE_CMD} -e '/DEFAULT_CFLAGS=/ s|-O -g3 ||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/ install-data-hook/d' ${WRKSRC}/html/Makefile.in @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/html/server/div/WebHTTrack* post-install: ${INSTALL_DATA} ${WRKSRC}/html/httrack.css ${STAGEDIR}${DOCSDIR}/httrack.css .include Index: head/www/httrack/distinfo =================================================================== --- head/www/httrack/distinfo (revision 381304) +++ head/www/httrack/distinfo (revision 381305) @@ -1,2 +1,2 @@ -SHA256 (httrack-3.48.20.tar.gz) = 3156515e9ecd949851ffc1e3e83e30ef046a959378ee5d11eb18462286bb2c89 -SIZE (httrack-3.48.20.tar.gz) = 1821746 +SHA256 (httrack-3.48.21.tar.gz) = e9cac3d8a5229f8e789e377b66d517b001fb13698f3e36b82659967365728283 +SIZE (httrack-3.48.21.tar.gz) = 1805604 Index: head/www/httrack/pkg-descr =================================================================== --- head/www/httrack/pkg-descr (revision 381304) +++ head/www/httrack/pkg-descr (revision 381305) @@ -1,11 +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://github.com/xroche/httrack