diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-10 18:36:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-10 18:36:28 +0000 |
commit | 706b7611ad5313f17d16fe5edd6f7d58ba4d9cdc (patch) | |
tree | 6d298e8e556a969bea4b29c648786743d2664628 | |
parent | d5b0c609ba071292d80342f6f2f01bd3ca868d46 (diff) |
Notes
-rw-r--r-- | www/httrack/Makefile | 16 | ||||
-rw-r--r-- | www/httrack/distinfo | 7 | ||||
-rw-r--r-- | www/httrack/pkg-descr | 2 |
3 files changed, 14 insertions, 11 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile index 4da86eba238b..34106782fba8 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -2,13 +2,8 @@ # $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 @@ -28,11 +23,15 @@ 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 <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv=no @@ -42,6 +41,7 @@ CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv=yes 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}/ @@ -51,4 +51,4 @@ post-install-DOCS-off: ${RM} ${STAGEDIR}${DATADIR}/html ${MKDIR} ${STAGEDIR}${DATADIR}/html/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/httrack/distinfo b/www/httrack/distinfo index 6c9059e6667f..d7205d76b262 100644 --- a/www/httrack/distinfo +++ b/www/httrack/distinfo @@ -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 diff --git a/www/httrack/pkg-descr b/www/httrack/pkg-descr index 60c90a9c0e67..7e0eaadf9210 100644 --- a/www/httrack/pkg-descr +++ b/www/httrack/pkg-descr @@ -8,5 +8,5 @@ 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 |