- Unbreak on -CURRENT (patch added) - Add devel as a secondary category - Use INSTALL_DATA instead of CP to install documentation - Only install the .txt/.html/.pdf files, skip supporting files - Bump PORTREVISION due to changed package Added files: - files/patch-lexer.cc
The following patch was unintentionally omitted from the PR: Added files: - files/patch-lexer.cc --- librfc822/files/patch-lexer.cc Thu Jan 1 03:00:00 1970 +++ librfc822-1.0_1/files/patch-lexer.cc Mon Apr 14 02:35:24 2003 @@ -0,0 +1,11 @@ +--- lexer.cc.orig Mon Apr 14 02:34:51 2003 ++++ lexer.cc Mon Apr 14 02:34:55 2003 +@@ -6,7 +6,7 @@ + #include "rfc822.hh" + using namespace std; + +-ostream & operator<< (ostream & os, const token & t) ++std::ostream & operator<< (std::ostream& os, const token & t) + { + switch(t.type) + {
State Changed From-To: open->closed committed, thanks