summaryrefslogtreecommitdiffstats
path: root/www/uzbl/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.kwm2011-08-241-4/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports. Here's a script to get rid of MD5:mezz2011-06-121-2/+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
* Chase webkit-gtk2 shlib name change libwebkit-1.0.so.13 -> libwebkitgtk-1.0.so.0kwm2011-03-071-0/+6
| | | | | | | Bump portrevision except broken ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15365 df743ca5-7f9a-e211-a948-0013205c9059
* Remove webkit-gtk2. Use the version in FreeBSD ports instead of 1.3.3.kwm2010-09-191-5/+0
| | | | | | | | | | | When I did this port it looked like this would be the new stable version. That is until GNOME 3 got delayed. If your webkit-gtk2 port is 1.3.3 you will need to run "portmaster -r webkit-gtk-1" after updating. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14597 df743ca5-7f9a-e211-a948-0013205c9059
* webkit-gtk2 shlib changed its name. Chase all users. also update somekwm2010-07-051-0/+5
depend lines to include a version because there is now a webkitgtk-1.0 and webkitgtk-3.0. So webkitgtk matches both. While here reset epiphany back to the 2.30 version. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14295 df743ca5-7f9a-e211-a948-0013205c9059