From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 13:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E726F2F2 for ; Sat, 21 Dec 2013 13:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0BBB1608 for ; Sat, 21 Dec 2013 13:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLDe0o3098122 for ; Sat, 21 Dec 2013 13:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLDe0RZ098121; Sat, 21 Dec 2013 13:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 13:40:00 GMT Resent-Message-Id: <201312211340.rBLDe0RZ098121@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Muhammad Moinur Rahman <5u623l20@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 043152E3 for ; Sat, 21 Dec 2013 13:37:41 +0000 (UTC) Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.109.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2F0B615FE for ; Sat, 21 Dec 2013 13:37:39 +0000 (UTC) Received: from bofh.1asiacom.net (localhost [127.0.0.1]) by bofh.1asiacom.net (8.14.7/8.14.7) with ESMTP id rBLDbUgW066132 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 21 Dec 2013 19:37:30 +0600 (BDT) (envelope-from root@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.7/8.14.7/Submit) id rBLDbSEP066131; Sat, 21 Dec 2013 19:37:28 +0600 (BDT) (envelope-from root) Message-Id: <201312211337.rBLDbSEP066131@bofh.1asiacom.net> Date: Sat, 21 Dec 2013 19:37:28 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185066: [MAINTAINER] net/ntopng: Fix fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 13:40:01 -0000 >Number: 185066 >Category: ports >Synopsis: [MAINTAINER] net/ntopng: Fix fetch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 21 13:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r257540: Tue Nov 5 18:47:37 >Description: [DESCRIBE CHANGES] - Fixinf additional data files fetch problems which is updated every now and then Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- ntopng-1.1_1.patch begins here --- diff -ruN /usr/ports//net/ntopng/Makefile ./Makefile --- /usr/ports//net/ntopng/Makefile 2013-12-02 14:00:56.000000000 +0600 +++ ./Makefile 2013-12-21 19:36:16.000000000 +0600 @@ -3,6 +3,7 @@ PORTNAME= ntopng PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/ntop/${PORTNAME}:source1 \ http://geolite.maxmind.com/download/geoip/database/:source2 \ @@ -26,6 +27,9 @@ libluajit-5.1.so:${PORTSDIR}/lang/luajit \ libzmq.so:${PORTSDIR}/devel/ntopng-zmq +IGNOREFILES= GeoLiteCity.dat.gz GeoLiteCityv6.dat.gz \ + GeoIPASNum.dat.gz GeoIPASNumv6.dat.gz + CPPFLAGS+= -I${LOCALBASE}/include/luajit-2.0 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes diff -ruN /usr/ports//net/ntopng/distinfo ./distinfo --- /usr/ports//net/ntopng/distinfo 2013-12-02 14:00:56.000000000 +0600 +++ ./distinfo 2013-12-21 05:56:25.000000000 +0600 @@ -1,10 +1,6 @@ SHA256 (ntopng-1.1_6932.tgz) = f9dbc621efa7354fa65d93d043dceabcfb55a7b56e83c87e3f6b8d2b75aeab31 SIZE (ntopng-1.1_6932.tgz) = 45064737 -SHA256 (GeoLiteCity.dat.gz) = b92dad48943b388e73e542b5f895850d4de4d78d8f3ecaaa85214bd46ded6930 -SIZE (GeoLiteCity.dat.gz) = 26285561 -SHA256 (GeoLiteCityv6.dat.gz) = 54745e189726fd79761b2fe22197221cdf5d501b81214343b990405a726a852d -SIZE (GeoLiteCityv6.dat.gz) = 10630112 -SHA256 (GeoIPASNum.dat.gz) = a4bb84c319bf3d9643e2a2c72c7bcded2aa7db5b76f07652c2fd653e751a59c8 -SIZE (GeoIPASNum.dat.gz) = 1913167 -SHA256 (GeoIPASNumv6.dat.gz) = b42f01f01bc8c21ba5f09b898981ce1358d0cbed2bab304708b293a4fa1226bf -SIZE (GeoIPASNumv6.dat.gz) = 2006882 +SHA256 (GeoLiteCity.dat.gz) = IGNORE +SHA256 (GeoLiteCityv6.dat.gz) = IGNORE +SHA256 (GeoIPASNum.dat.gz) = IGNORE +SHA256 (GeoIPASNumv6.dat.gz) = IGNORE --- ntopng-1.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: