summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-04-15 21:56:11 +0000
committergahr <gahr@FreeBSD.org>2008-04-15 21:56:11 +0000
commit1681e899985a858da49b3ca044257c784abc5750 (patch)
tree7136065c05ab34210b2af05c3fc2629c015a0d33 /net-mgmt
parent03898bfee6c17107c76d6600d1fa0ccff86c633a (diff)
downloadFreeBSD-ports-1681e899985a858da49b3ca044257c784abc5750.zip
FreeBSD-ports-1681e899985a858da49b3ca044257c784abc5750.tar.gz
- Update to 1.1.a13
Approved by: miwi (mentor)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arts++/Makefile2
-rw-r--r--net-mgmt/arts++/distinfo6
-rw-r--r--net-mgmt/arts++/files/patch-classes-include_ArtsHeader.hh19
-rw-r--r--net-mgmt/arts++/files/patch-classes-include_ArtsPortMatrixAggregator.hh10
-rw-r--r--net-mgmt/arts++/files/patch-classes-include_ArtsSelectedPortTable.hh11
5 files changed, 4 insertions, 44 deletions
diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile
index 9e3dea9..176f750 100644
--- a/net-mgmt/arts++/Makefile
+++ b/net-mgmt/arts++/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= arts++
-PORTVERSION= 1.1.a12
+PORTVERSION= 1.1.a13
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.caida.org/tools/utilities/arts/download/
diff --git a/net-mgmt/arts++/distinfo b/net-mgmt/arts++/distinfo
index a7bd344..ab6755c 100644
--- a/net-mgmt/arts++/distinfo
+++ b/net-mgmt/arts++/distinfo
@@ -1,3 +1,3 @@
-MD5 (arts++-1.1.a12.tar.gz) = bb0afcc952c4cf5864342b68380f9ffc
-SHA256 (arts++-1.1.a12.tar.gz) = 2a3e5b99acd437c5953b1359ff2f33e4b08ae2ab7e12916d11ed94b86406cf27
-SIZE (arts++-1.1.a12.tar.gz) = 522916
+MD5 (arts++-1.1.a13.tar.gz) = be072049edd61d1d2568bf6c3345cd1f
+SHA256 (arts++-1.1.a13.tar.gz) = a743296cc934f3ad883c3fab1bf5c9bd35eb747b777b5fedb44af5cc291053a7
+SIZE (arts++-1.1.a13.tar.gz) = 524413
diff --git a/net-mgmt/arts++/files/patch-classes-include_ArtsHeader.hh b/net-mgmt/arts++/files/patch-classes-include_ArtsHeader.hh
deleted file mode 100644
index 2f8b227..0000000
--- a/net-mgmt/arts++/files/patch-classes-include_ArtsHeader.hh
+++ /dev/null
@@ -1,19 +0,0 @@
---- classes/include/ArtsHeader.hh.orig 2007-11-12 16:12:56.000000000 +0100
-+++ classes/include/ArtsHeader.hh 2007-11-12 16:14:55.000000000 +0100
-@@ -421,14 +421,14 @@
- //.........................................................................
- //! Reads the ARTS header from an istream.
- //-------------------------------------------------------------------------
-- std::istream& ArtsHeader::read(std::istream& is);
-+ std::istream& read(std::istream& is);
-
- //-------------------------------------------------------------------------
- // int ArtsHeader::read(int fd)
- //.........................................................................
- //! Reads the ARTS header from a file descriptor.
- //-------------------------------------------------------------------------
-- int ArtsHeader::read(int fd);
-+ int read(int fd);
-
-
- //-------------------------------------------------------------------------
diff --git a/net-mgmt/arts++/files/patch-classes-include_ArtsPortMatrixAggregator.hh b/net-mgmt/arts++/files/patch-classes-include_ArtsPortMatrixAggregator.hh
deleted file mode 100644
index 6a3882f..0000000
--- a/net-mgmt/arts++/files/patch-classes-include_ArtsPortMatrixAggregator.hh
+++ /dev/null
@@ -1,10 +0,0 @@
---- classes/include/ArtsPortMatrixAggregator.hh.orig 2007-11-12 16:17:18.000000000 +0100
-+++ classes/include/ArtsPortMatrixAggregator.hh 2007-11-12 16:17:28.000000000 +0100
-@@ -166,7 +166,6 @@
- //
- //--------------------------------------------------------------------------
- ArtsSelectedPortTable *
-- ArtsPortMatrixAggregator::
- ConvertToArtsSelectedPortTable(int numTopPorts,
- bool byPkts = false) const;
-
diff --git a/net-mgmt/arts++/files/patch-classes-include_ArtsSelectedPortTable.hh b/net-mgmt/arts++/files/patch-classes-include_ArtsSelectedPortTable.hh
deleted file mode 100644
index 32640f8..0000000
--- a/net-mgmt/arts++/files/patch-classes-include_ArtsSelectedPortTable.hh
+++ /dev/null
@@ -1,11 +0,0 @@
---- classes/include/ArtsSelectedPortTable.hh.orig 2007-11-12 16:16:29.000000000 +0100
-+++ classes/include/ArtsSelectedPortTable.hh 2007-11-12 16:16:57.000000000 +0100
-@@ -131,7 +131,7 @@
- //.........................................................................
- //! Returns a reference to the ArtsPortChooser in the object.
- //-------------------------------------------------------------------------
-- ArtsPortChooser & ArtsSelectedPortTable::PortChooser() const;
-+ ArtsPortChooser & PortChooser() const;
-
- //-------------------------------------------------------------------------
- // std::vector<ArtsPortTableEntry> & PortEntries() const
OpenPOWER on IntegriCloud