most recent changes, diff for unzip

Index: archivers/unzip/Portfile
--- archivers/unzip/Portfile (revision 32995)
+++ archivers/unzip/Portfile (revision 32996)
@@ -51,7 +51,7 @@
build.args-append "LOCAL_UNZIP=\"${configure.universal_cflags}\""

post-patch {
- reinplace -E "/-O3/s/(LF2=\")/\\1${configure.universal_ldflags}/" \
+ reinplace -E "/-O3/s|(LF2=\")|\\1${configure.universal_ldflags}|" \
${worksrcpath}/unix/Makefile
}
}