From owner-svn-ports-head@freebsd.org Thu Oct 8 03:54:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1C869D1898; Thu, 8 Oct 2015 03:54:54 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92AA99F7; Thu, 8 Oct 2015 03:54:54 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t983srJa088520; Thu, 8 Oct 2015 03:54:53 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t983srbS088517; Thu, 8 Oct 2015 03:54:53 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201510080354.t983srbS088517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 8 Oct 2015 03:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398793 - head/www/webalizer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 03:54:55 -0000 Author: dinoex Date: Thu Oct 8 03:54:53 2015 New Revision: 398793 URL: https://svnweb.freebsd.org/changeset/ports/398793 Log: - update to geodb-20150901 Modified: head/www/webalizer/Makefile head/www/webalizer/distinfo Modified: head/www/webalizer/Makefile ============================================================================== --- head/www/webalizer/Makefile Thu Oct 8 01:51:27 2015 (r398792) +++ head/www/webalizer/Makefile Thu Oct 8 03:54:53 2015 (r398793) @@ -46,12 +46,12 @@ LARGE_URL_DESC=Enable URLs longer 512 by DISTFILES+= webalizer-flags.tgz:main .endif .if ${PORT_OPTIONS:MGEODB} || make(makesum) || defined(FETCH_ALL) -DISTFILES+= webalizer-geodb-20141101.tgz:geodb +DISTFILES+= webalizer-geodb-20150901.tgz:geodb .endif # slave ports override with languages specific gd .if !defined(LIB_DEPENDS) -LIB_DEPENDS= libgd.so:${PORTSDIR}/${GD_PORT} +LIB_DEPENDS+= libgd.so:${PORTSDIR}/${GD_PORT} .endif .if ${PORT_OPTIONS:MGEOIP} @@ -76,7 +76,7 @@ CONFIGURE_ARGS+= --enable-geoip \ CONFLICTS+= ${PKGNAMEPREFIX}webalizer-geoip-2* .endif -.if ${PORT_OPTIONS:MGEODB} || ${PORT_OPTIONS:MGEOIP} +.if ${PORT_OPTIONS:MGEODB} || ${PORT_OPTIONS:MGEOIP} PLIST_SUB+= WITH_GEOIP="" .else PLIST_SUB+= WITH_GEOIP="@comment " @@ -100,7 +100,7 @@ CONFIGURE_ARGS+= --enable-dns \ LDFLAGS+= -L${PREFIX}/lib CFLAGS+= -Wall -MAN1= ${PKGNAMEPREFIX}webalizer.1 ${PKGNAMEPREFIX}wcmgr.1 +LMAN1= ${PKGNAMEPREFIX}webalizer.1 ${PKGNAMEPREFIX}wcmgr.1 DOC1= CHANGES Copyright INSTALL \ README README.FIRST DNS.README country-codes.txt EXAMPLES1= msfree.png sample.conf webalizer.png @@ -178,10 +178,10 @@ do-install: ${STAGEDIR}${PREFIX}/etc/${PKGNAMEPREFIX}webalizer.conf-dist ; post-install: -.for i in ${MAN1} +.for i in ${LMAN1} ${INSTALL_MAN} ${WRKSRC}/${i:S/^${PKGNAMEPREFIX}//} ${STAGEDIR}${PREFIX}/man/man1/${i} .endfor -.if ${PORT_OPTIONS:MGEODB} || ${PORT_OPTIONS:MGEOIP} +.if ${PORT_OPTIONS:MGEODB} || ${PORT_OPTIONS:MGEOIP} ${MKDIR} ${STAGEDIR}${PREFIX}/share/geolizer ${INSTALL_DATA} ${WRKDIR}/flags/* ${STAGEDIR}${PREFIX}/share/geolizer/ .endif Modified: head/www/webalizer/distinfo ============================================================================== --- head/www/webalizer/distinfo Thu Oct 8 01:51:27 2015 (r398792) +++ head/www/webalizer/distinfo Thu Oct 8 03:54:53 2015 (r398793) @@ -2,5 +2,5 @@ SHA256 (webalizer-2.23-08-src.tgz) = eda SIZE (webalizer-2.23-08-src.tgz) = 537037 SHA256 (webalizer-flags.tgz) = df9961fec7da2c16ed3faefb763f912c2db5ddce6a24e4f46647d7e64b8ab29a SIZE (webalizer-flags.tgz) = 146658 -SHA256 (webalizer-geodb-20141101.tgz) = 5a04ea0d0338234ec566de42a1ad6f1b88290ef0449b9b6fdc5bf383226d5e84 -SIZE (webalizer-geodb-20141101.tgz) = 819190 +SHA256 (webalizer-geodb-20150901.tgz) = dfc3023924968d45c1bad52ec89f63c6e885ce88c6aec48ae098a2db783709e7 +SIZE (webalizer-geodb-20150901.tgz) = 962059