Ticket #12965: Portfile-libgnomecanvas.diff
File Portfile-libgnomecanvas.diff, 1.1 KB (added by dbevans (David B. Evans), 17 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name libgnomecanvas 6 version 2.20.1 6 version 2.20.1.1 7 7 set branch [join [lrange [split ${version} .] 0 1] .] 8 revision 18 revision 0 9 9 description A graphics library for GNOME. 10 10 long_description The GNOMECanvas library provides a number \ 11 11 of features: \ … … 19 19 homepage http://www.gnome.org/ 20 20 master_sites gnome:sources/${name}/${branch}/ 21 21 22 checksums md5 49574f1be192abc191dd1eed72fcbe03\23 sha1 c375c045b22a5e5675f60f2ba17b76308249af27\24 rmd160 a17a5c71ef30b831defb811e810d0351962c18c722 checksums md5 948ed771d2957d24a0c9a414e9581055 \ 23 sha1 302a4762b658244828ad1c9f291ffb972b8274c9 \ 24 rmd160 fe5333c31f385313b2e90deb9710275d61bbc15b 25 25 26 26 depends_build port:pkgconfig \ 27 27 port:perl5.8 \ … … 40 40 41 41 use_bzip2 yes 42 42 43 patchfiles patch-configure44 45 43 configure.cppflags-append "-L${prefix}/lib" 46 44 47 45 test.run yes