- Update to 1.1.a13
Approved by: miwi (mentor)
This commit is contained in:
parent
9d891d2bd5
commit
2f7e72c002
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211323
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------
|
@ -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;
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user