most recent changes, diff for gnuregex

Index: sysutils/gnuregex/Portfile
--- sysutils/gnuregex/Portfile (revision 33066)
+++ sysutils/gnuregex/Portfile (revision 33067)
@@ -26,8 +26,8 @@

post-build {
set command "libtool -lSystem -dynamic -install_name ${prefix}/lib/libgnuregex.dylib -o libgnuregex.dylib regex.o"
- ui_info "$command"
- system "cd ${worksrcpath} && $command"
+ ui_debug "$command"
+ system "cd ${worksrcpath} && ${command}"
}

test.run yes
@@ -35,9 +35,8 @@
test.target check

destroot {
- xinstall -m 755 -d ${destroot}${prefix}/include
- xinstall -m 644 ${worksrcpath}/regex.h ${destroot}${prefix}/include/gnuregex.h
- xinstall -m 755 ${worksrcpath}/libgnuregex.dylib ${destroot}${prefix}/lib
+ xinstall -m 0644 ${worksrcpath}/regex.h ${destroot}${prefix}/include/gnuregex.h
+ xinstall ${worksrcpath}/libgnuregex.dylib ${destroot}${prefix}/lib
}

# Newer versions of GNU regex are available in the GNU libc tarball