Date: Sat, 24 May 2014 06:39:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354985 - head/www/httrack Message-ID: <201405240639.s4O6deXt013080@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 24 06:39:39 2014 New Revision: 354985 URL: http://svnweb.freebsd.org/changeset/ports/354985 QAT: https://qat.redports.org/buildarchive/r354985/ Log: - Update to 3.48.9 - Do not install icons by default Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt Modified: head/www/httrack/Makefile head/www/httrack/distinfo head/www/httrack/pkg-plist Modified: head/www/httrack/Makefile ============================================================================== --- head/www/httrack/Makefile Sat May 24 06:24:01 2014 (r354984) +++ head/www/httrack/Makefile Sat May 24 06:39:39 2014 (r354985) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httrack -PORTVERSION= 3.48.8 +PORTVERSION= 3.48.9 CATEGORIES= www MASTER_SITES= http://download.httrack.com/ \ http://mirror.httrack.com/historical/ \ @@ -14,12 +14,12 @@ COMMENT= Easy-to-use offline browser uti LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS ICONS +OPTIONS_SUB= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} --with-zlib=/usr CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= ${PREFIX}/lib/httrack USES= gmake iconv libtool shebangfix @@ -29,6 +29,12 @@ PORTDOCS= * SHEBANG_FILES= src/webhttrack +.include <bsd.port.options.mk> + +.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 Modified: head/www/httrack/distinfo ============================================================================== --- head/www/httrack/distinfo Sat May 24 06:24:01 2014 (r354984) +++ head/www/httrack/distinfo Sat May 24 06:39:39 2014 (r354985) @@ -1,2 +1,2 @@ -SHA256 (httrack-3.48.8.tar.gz) = 1a2d70b29680488f4a95b6c0ca3bac1ee9a2a197db8f90736ed73734d7662509 -SIZE (httrack-3.48.8.tar.gz) = 1794390 +SHA256 (httrack-3.48.9.tar.gz) = c3ade197c870d1ddb5c9f74929131333be94caafb29ca9bfee6f1e296c34fa4d +SIZE (httrack-3.48.9.tar.gz) = 1793917 Modified: head/www/httrack/pkg-plist ============================================================================== --- head/www/httrack/pkg-plist Sat May 24 06:24:01 2014 (r354984) +++ head/www/httrack/pkg-plist Sat May 24 06:39:39 2014 (r354985) @@ -66,19 +66,19 @@ man/man1/proxytrack.1.gz man/man1/webhttrack.1.gz share/applications/WebHTTrack-Websites.desktop share/applications/WebHTTrack.desktop -share/icons/hicolor/16x16/apps/httrack.png -share/icons/hicolor/32x32/apps/httrack.png -share/icons/hicolor/48x48/apps/httrack.png +%%ICONS%%share/icons/hicolor/16x16/apps/httrack.png +%%ICONS%%share/icons/hicolor/32x32/apps/httrack.png +%%ICONS%%share/icons/hicolor/48x48/apps/httrack.png share/pixmaps/httrack16x16.xpm share/pixmaps/httrack32x32.xpm share/pixmaps/httrack48x48.xpm -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons +%%ICONS%%@dirrmtry share/icons/hicolor/16x16/apps +%%ICONS%%@dirrmtry share/icons/hicolor/16x16 +%%ICONS%%@dirrmtry share/icons/hicolor/32x32/apps +%%ICONS%%@dirrmtry share/icons/hicolor/32x32 +%%ICONS%%@dirrmtry share/icons/hicolor/48x48/apps +%%ICONS%%@dirrmtry share/icons/hicolor/48x48 +%%ICONS%%@dirrmtry share/icons/hicolor +%%ICONS%%@dirrmtry share/icons @dirrm lib/httrack @dirrm include/httrack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405240639.s4O6deXt013080>