diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-25 23:07:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-25 23:07:29 +0800 |
commit | f4cee0bc8baaa6e15a10d0bbde8ad89dd7c33812 (patch) | |
tree | 62766e1f820814e3552f2a6058cf077988d356dd /net | |
parent | 7246dc0436f2b7f76b19e5b767c3f1b74272ac8b (diff) | |
download | freebsd-ports-gnome-f4cee0bc8baaa6e15a10d0bbde8ad89dd7c33812.tar.gz freebsd-ports-gnome-f4cee0bc8baaa6e15a10d0bbde8ad89dd7c33812.tar.zst freebsd-ports-gnome-f4cee0bc8baaa6e15a10d0bbde8ad89dd7c33812.zip |
- Fix distinfo: additional data files are updated now and then
- Bump PORTREVISION for package change
PR: ports/185066
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/ntopng/Makefile | 4 | ||||
-rw-r--r-- | net/ntopng/distinfo | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index a5dc48aba491..d1c432f2b62a 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -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 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ 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 --git a/net/ntopng/distinfo b/net/ntopng/distinfo index e65c2b4c4165..d520b61cde4b 100644 --- a/net/ntopng/distinfo +++ b/net/ntopng/distinfo @@ -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 |