svn commit: r431117 - head/www/httrack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 10 18:36:30 UTC 2017


Author: sunpoet
Date: Tue Jan 10 18:36:28 2017
New Revision: 431117
URL: https://svnweb.freebsd.org/changeset/ports/431117

Log:
  Update to 3.48.24
  
  - Update WWW
  
  Changes:	https://www.httrack.com/page/4/en/index.html
  		https://github.com/xroche/httrack/blob/master/history.txt
  		https://github.com/xroche/httrack/commits/master

Modified:
  head/www/httrack/Makefile
  head/www/httrack/distinfo
  head/www/httrack/pkg-descr

Modified: head/www/httrack/Makefile
==============================================================================
--- head/www/httrack/Makefile	Tue Jan 10 18:36:23 2017	(r431116)
+++ head/www/httrack/Makefile	Tue Jan 10 18:36:28 2017	(r431117)
@@ -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 at FreeBSD.org
 COMMENT=	Easy-to-use offline browser utility and website copier
@@ -28,11 +23,15 @@ USES=		alias execinfo gmake iconv libtoo
 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=ye
 
 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>

Modified: head/www/httrack/distinfo
==============================================================================
--- head/www/httrack/distinfo	Tue Jan 10 18:36:23 2017	(r431116)
+++ head/www/httrack/distinfo	Tue Jan 10 18:36:28 2017	(r431117)
@@ -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

Modified: head/www/httrack/pkg-descr
==============================================================================
--- head/www/httrack/pkg-descr	Tue Jan 10 18:36:23 2017	(r431116)
+++ head/www/httrack/pkg-descr	Tue Jan 10 18:36:28 2017	(r431117)
@@ -8,5 +8,5 @@ site from link to link, as if you were v
 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


More information about the svn-ports-all mailing list