Sorry, that diff is crap.  You can get a better one at
http://www.eutonian.com/midori.diff
Brandon

On Sat, Oct 18, 2008 at 8:08 PM, Todd T. Fries <[EMAIL PROTECTED]> wrote:

> Thanks for sending the diff.  Mind sending one that applies?  I think your
> mail app garbled it.
>
> Thanks,
> --
> Todd Fries .. [EMAIL PROTECTED]
>
>  _____________________________________________
> |                                             \  1.636.410.0632 (voice)
> | Free Daemon Consulting, LLC                 \  1.405.227.9094 (voice)
> | http://FreeDaemonConsulting.com             \  1.866.792.3418 (FAX)
> | "..in support of free software solutions."  \          250797 (FWD)
> |                                             \
>  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
>
>              37E7 D3EB 74D0 8D66 A68D  B866 0326 204E 3F42 004A
>                        http://todd.fries.net/pgp.txt
>
> Penned by Brandon Mercer on 20081018 19:50.04, we have:
> | Here is a diff for midori 0.1.0 release.  I've been building and running
> | this every day against the webkit in packages and a "more recent" webkit
> on
> | i386.
> |
> | Index: Makefile
> | ===================================================================
> | RCS file: /cvs/ports/www/midori/Makefile,v
> | retrieving revision 1.2
> | diff -u -r1.2 Makefile
> | --- Makefile    25 Jul 2008 15:19:10 -0000      1.2
> | +++ Makefile    18 Oct 2008 23:46:50 -0000
> | @@ -2,44 +2,34 @@
> |
> |  COMMENT =      lightweight web browser
> |
> | -DISTNAME =     midori-0.0.18
> | -CATEGORIES =   www
> | -PKGNAME =      ${DISTNAME}p0
> | -
> | -HOMEPAGE =
> http://www.twotoasts.de/index.php/pages/midori_summary.html
> | -MASTER_SITES = http://www.twotoasts.de/media/midori/
> | +XFCE_VERSION = 0.1.0
> | +XFCE_GOODIE =  midori
> |
> | -MAINTAINER =   Landry Breuil <[EMAIL PROTECTED]>
> | +CATEGORIES =   www
> |
> | -# GPLv2
> | +# LGPLv2
> |  PERMIT_PACKAGE_CDROM = Yes
> |  PERMIT_PACKAGE_FTP =   Yes
> |  PERMIT_DISTFILES_CDROM =Yes
> |  PERMIT_DISTFILES_FTP = Yes
> |
> | -MODULES =      devel/gettext
> | -
> | -CONFIGURE_STYLE =      gnu
> | -CONFIGURE_ENV =                GMSGFMT="${LOCALBASE}/bin/msgfmt" \
> | -                       DATADIRNAME="share"
> | +MODULES =      x11/xfce4 devel/waf
> |
> |  USE_X11 =      Yes
> | -USE_GMAKE =    Yes
> | +DESKTOP_FILES =        Yes
> |
> |  LIB_DEPENDS =  webkit-1.0::www/webkit \
> | +               gtksourceview-2.0::x11/gtksourceview \
> |                 sexy::x11/libsexy
> |
> | -RUN_DEPENDS =  ::devel/desktop-file-utils
> | -
> | +RUN_DEPENDS =  ::x11/gnome/gvfs
> | +CFLAGS = -I/usr/local/include
> |  WANTLIB =      ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
> |                 Xfixes Xi Xinerama Xrandr Xrender Xt atk-1.0 c crypto \
> |                 expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
> | -               glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0 \
> | +               gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
> gthread-2.0 \
> |                 gtk-x11-2.0 icudata icui18n icuuc idn intl jpeg m
> pango-1.0
> | \
> |                 pangocairo-1.0 pangoft2-1.0 pcre pthread sqlite3 ssl \
> |                 xslt z cairo curl pixman-1 png xml2
> | -
> | -post-extract:
> | -       @chmod 755 ${WRKSRC}/install-sh
> |
> |  .include <bsd.port.mk>
> | Index: distinfo
> | ===================================================================
> | RCS file: /cvs/ports/www/midori/distinfo,v
> | retrieving revision 1.1.1.1
> | diff -u -r1.1.1.1 distinfo
> | --- distinfo    25 Jul 2008 12:54:33 -0000      1.1.1.1
> | +++ distinfo    18 Oct 2008 23:46:50 -0000
> | @@ -1,5 +1,5 @@
> | -MD5 (midori-0.0.18.tar.gz) = qpwQu/b+NQKmVjPE+sD7gA==
> | -RMD160 (midori-0.0.18.tar.gz) = BUpJI7AJqmC9OukPX/zs3p06ZrI=
> | -SHA1 (midori-0.0.18.tar.gz) = JYnlWabY5uGgztioFvn3jXLY37E=
> | -SHA256 (midori-0.0.18.tar.gz) =
> | NsIMp8WebDXesEqf696KqAQMeMa6IfWVRCuUq3jsE3w=
> | -SIZE (midori-0.0.18.tar.gz) = 430852
> | +MD5 (midori-0.1.0.tar.bz2) = sDFqiG3CLHZv9oAyS1m5lA==
> | +RMD160 (midori-0.1.0.tar.bz2) = Y5Sb9cD9a9tGVOxjLFmw2aNL0IE=
> | +SHA1 (midori-0.1.0.tar.bz2) = AGZTFJfiQV89EPfN7GMob7O9mbc=
> | +SHA256 (midori-0.1.0.tar.bz2) =
> | QdYTAUqhg4dEd/w9C9ROe2b7OZ5s2XFDGTOi7lFkcCk=
> | +SIZE (midori-0.1.0.tar.bz2) = 273058
> | Index: pkg/PLIST
> | ===================================================================
> | RCS file: /cvs/ports/www/midori/pkg/PLIST,v
> | retrieving revision 1.1.1.1
> | diff -u -r1.1.1.1 PLIST
> | --- pkg/PLIST   25 Jul 2008 12:54:33 -0000      1.1.1.1
> | +++ pkg/PLIST   18 Oct 2008 23:46:50 -0000
> | @@ -1,9 +1,23 @@
> | [EMAIL PROTECTED] $OpenBSD: PLIST,v 1.1.1.1 2008/07/25 12:54:33 landry Exp $
> | [EMAIL PROTECTED] $OpenBSD$
> |  @bin bin/midori
> |  share/applications/midori.desktop
> | +share/doc/midori/
> | +share/doc/midori/AUTHORS
> | +share/doc/midori/COPYING
> | +share/doc/midori/ChangeLog
> | +share/doc/midori/README
> | +share/icons/hicolor/16x16/apps/midori.png
> | +share/icons/hicolor/16x16/categories/extension.png
> | +share/icons/hicolor/16x16/status/news-feed.png
> | +share/icons/hicolor/22x22/categories/extension.png
> | +share/icons/hicolor/22x22/status/news-feed.png
> |  share/locale/de/LC_MESSAGES/midori.mo
> | +share/locale/es/LC_MESSAGES/midori.mo
> | +share/locale/et/LC_MESSAGES/midori.mo
> |  share/locale/fr/LC_MESSAGES/midori.mo
> | +share/locale/gl/LC_MESSAGES/midori.mo
> | +share/locale/hu/LC_MESSAGES/midori.mo
> |  share/locale/pl/LC_MESSAGES/midori.mo
> | +share/locale/ru/LC_MESSAGES/midori.mo
> |  share/locale/sv/LC_MESSAGES/midori.mo
> | [EMAIL PROTECTED] %D/bin/update-desktop-database
> | [EMAIL PROTECTED] %D/bin/update-desktop-database
> |
> |
> | Brandon
> | --Fanboi
>

Reply via email to