summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnet/iptraf-ng/DEPENDS4
-rwxr-xr-xnet/iptraf-ng/DETAILS6
-rw-r--r--net/iptraf-ng/HISTORY6
-rwxr-xr-xnet/iptraf-ng/PRE_BUILD4
4 files changed, 16 insertions, 4 deletions
diff --git a/net/iptraf-ng/DEPENDS b/net/iptraf-ng/DEPENDS
index bf27309244..398ff4614a 100755
--- a/net/iptraf-ng/DEPENDS
+++ b/net/iptraf-ng/DEPENDS
@@ -1 +1,3 @@
-depends ncurses
+depends ncurses &&
+depends autoconf &&
+depends automake
diff --git a/net/iptraf-ng/DETAILS b/net/iptraf-ng/DETAILS
index 62bb30acd7..58930f3bed 100755
--- a/net/iptraf-ng/DETAILS
+++ b/net/iptraf-ng/DETAILS
@@ -1,10 +1,10 @@
SPELL=iptraf-ng
VERSION=1.1.4
- SOURCE_HASH=sha512:8cafb0000cec75eb4071156a9e9350ffe6de99cb6386e8f50d05337113872ee50082a30009d85faa02d83633a8e727039791332d600654321b95ca6cfc881774
+ SOURCE_HASH=sha512:675165e08f979daf70fdbd0bd7ae24803860a182f3f1f6e6905f79f65b283470eedcc7e2f8608006c92af258cfad49c0b571652d843107cc79ad8eda63d4e5cb
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://fedorahosted.org/iptraf-ng
- SOURCE_URL[0]=https://fedorahosted.org/releases/i/p/iptraf-ng/$SOURCE
+ WEB_SITE=https://github.com/iptraf-ng/iptraf-ng
+ SOURCE_URL[0]=https://github.com/iptraf-ng/iptraf-ng/archive/v$VERSION.tar.gz
ENTERED=20110830
KEYWORDS="net"
SHORT="IPTraf-ng is a console-based network statistics utility"
diff --git a/net/iptraf-ng/HISTORY b/net/iptraf-ng/HISTORY
index 3fb58df6bf..b22a375243 100644
--- a/net/iptraf-ng/HISTORY
+++ b/net/iptraf-ng/HISTORY
@@ -1,3 +1,9 @@
+2019-10-25 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: point WEB_SITE and SOURCE_URL to github, recalculate
+ SOURCE_HASH
+ * PRE_BUILD: run autoreconf
+ * DEPENDS: depend on autoconf and automake
+
2019-08-22 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD: removed, no longer needed
* BUILD: Added -D_GNU_SOURCE to CFLAGS
diff --git a/net/iptraf-ng/PRE_BUILD b/net/iptraf-ng/PRE_BUILD
new file mode 100755
index 0000000000..2c7959e81a
--- /dev/null
+++ b/net/iptraf-ng/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+autoreconf -fi