Primer3 has just been commited so I tested it and found a couple of problems when making packages: 1) The copyright message is not displayed (so added a pkg-message) 2) packages use mtree to generate directories and it seems empty directories do not get created (or added to the mtree list). The port uses cpio to install the examples directory so the empty directories get created. Therefore have a mismatch in pkg-plist depending on whether it was added as a package or from the port. Fix by removing the empty directories before using cpio to install and adjust the pkg-plist to match. It would be good if this went in before 4.7 freeze due to point 1 (though I do not think the biology ports are packaged onto the CD's but I assume the DVD's??) Sorry I should have tested this more thoroughly when I initially submitted the port. How-To-Repeat: cd /usr/ports/biology/primer3 make package make deinstall pkg_add /usr/ports/package/All/primer3-0.9.tbz <-- no message here pkg_delete primer3-0.9 <-- warnings here
State Changed From-To: open->closed Commited, thanks!