mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Update to 4.2b6
PR: ports/104806 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
This commit is contained in:
parent
adecebc0fa
commit
10056a4861
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176006
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mgen
|
||||
PORTVERSION= 4.2b5
|
||||
PORTVERSION= 4.2b6
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://downloads.pf.itd.nrl.navy.mil/mgen/
|
||||
DISTNAME= src-${PORTNAME}-${PORTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (src-mgen-4.2b5.tgz) = ca6c45d36ce84b30030c4436f926ec3f
|
||||
SHA256 (src-mgen-4.2b5.tgz) = 42c5b8ffe5dfb5e6097c7cdf589631f9593990494d8d8c90ff8545a11c827685
|
||||
SIZE (src-mgen-4.2b5.tgz) = 368998
|
||||
MD5 (src-mgen-4.2b6.tgz) = 3c6194068df7e6454d5aa135ef6e217a
|
||||
SHA256 (src-mgen-4.2b6.tgz) = ad081c7d6984a8e78c8636feb2a0547a2f60759aebfbc72e47dc6a3845fc85a8
|
||||
SIZE (src-mgen-4.2b6.tgz) = 402323
|
||||
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- common/mgen.cpp.orig
|
||||
+++ common/mgen.cpp
|
||||
@@ -1319,7 +1319,7 @@
|
||||
m++;
|
||||
}
|
||||
return type;
|
||||
-}; // end Mgen::GetCmdType()
|
||||
+} // end Mgen::GetCmdType()
|
||||
|
||||
bool Mgen::OnCommand(Mgen::Command cmd, const char* arg, bool override)
|
||||
{
|
@ -1,22 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- common/mgenApp.cpp.orig
|
||||
+++ common/mgenApp.cpp
|
||||
@@ -221,7 +221,7 @@
|
||||
nextCmd++;
|
||||
}
|
||||
return type;
|
||||
-}; // end MgenApp::GetCmdType()
|
||||
+} // end MgenApp::GetCmdType()
|
||||
|
||||
bool MgenApp::ProcessCommands(int argc, const char*const* argv)
|
||||
{
|
||||
@@ -1388,6 +1388,6 @@
|
||||
} // end MgenStreamSource::Read()
|
||||
|
||||
// This macro instantiates our MgenApp instance
|
||||
-PROTO_INSTANTIATE_APP(MgenApp);
|
||||
+PROTO_INSTANTIATE_APP(MgenApp)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user