summaryrefslogtreecommitdiffstats
path: root/net/ekiga3/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Sync w/ FreeBSD ports. Here's a script to get rid of MD5:mezz2011-06-121-1/+0
| | | | | | | | | | | | | ------------------ #!/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
* Fix build with notify API changekwm2011-03-091-0/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15413 df743ca5-7f9a-e211-a948-0013205c9059
* Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because ofkwm2010-12-011-3/+0
| | | | | | | | | focus issues. And it doesn't seem it getting any traction upstream. Next stop GNOME 3.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the build with the latest libnotify.marcus2010-08-291-0/+3
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14475 df743ca5-7f9a-e211-a948-0013205c9059