Ticket #16901: Portfile.diff
File Portfile.diff, 1.4 KB (added by markdigital69@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name gedit 6 version 2.2 2.16 version 2.24.0 7 7 description GNOME editor. 8 8 long_description ${description} 9 9 maintainers nomaintainer … … 11 11 platforms darwin 12 12 homepage http://www.gnome.org/projects/gedit/ 13 13 master_sites gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/ 14 checksums md5 ee797f4e2eed291dc28ef8ff7082445e\15 sha1 146e2da6ffa2e7b821a44ec19f3ff074fc50a5ca14 checksums md5 c6a13bd45ddde3e6a1e45131f430086b \ 15 sha1 a024a0bd15872628c5045e1093cb079859834b80 16 16 depends_lib \ 17 17 port:gtksourceview2 \ 18 18 port:eel \ 19 19 port:dbus-glib \ 20 20 port:py25-pygtksourceview \ 21 21 port:py25-gnome \ 22 port:iso-codes 23 # port:enchant 22 port:iso-codes \ 23 port:xorg-libsm \ 24 port:enchant 24 25 depends_build \ 25 26 port:gnome-doc-utils 26 27 use_bzip2 yes … … 28 29 patchfiles patch-gedit-gedit-python-module.c.diff \ 29 30 patch-gedit-gedit-python-plugin.c.diff \ 30 31 patch-bindings-python-gedit-override.diff \ 31 32 patch-bindings-python-gedit-commands.override.diff \ 32 33 patch-plugins-externaltools-data-Makefile.in.diff 33 34 34 35 configure.args --mandir=${prefix}/share/man \ 35 --disable-spell \36 36 --disable-scrollkeeper 37 37 configure.env PYTHON=${prefix}/bin/python2.5 38 38