Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync w/ FreeBSD ports. Here's a script to get rid of MD5: | mezz | 2011-06-12 | 3 | -24/+27 |
| | | | | | | | | | | | | | ------------------ #!/bin/sh for blah in `find /path/to/ports -maxdepth 3 -name distinfo`; do sed -e 's|MD5.*||g' -e "/^$/d" ${blah} > ${blah}.new mv ${blah}.new ${blah} done ------------------ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16061 df743ca5-7f9a-e211-a948-0013205c9059 | ||||
* | Reset the $FreeBSD$. | mezz | 2011-05-01 | 1 | -1/+1 |
| | | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15935 df743ca5-7f9a-e211-a948-0013205c9059 | ||||
* | Chase libnotify shlib bump. | kwm | 2011-03-08 | 4 | -0/+629 |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15407 df743ca5-7f9a-e211-a948-0013205c9059 |