Ticket #38264: Portfile.diff
File Portfile.diff, 1.8 KB (added by cooljeanius (Eric Gallager), 12 years ago) |
---|
-
Portfile
old new 5 5 6 6 name gcab 7 7 version 0.4 8 set branch [join [lrange [split ${version} .] 0 1] .] 8 9 categories gnome devel 9 10 platforms darwin 10 11 maintainers gwmail.gwu.edu:egall openmaintainer … … 15 16 long_description ${description}. It also provides a gobject-introspection interface. 16 17 17 18 homepage 18 # I tried using "gnome" for the master_sites entry but that didn't work 19 master_sites http://ftp.acc.umu.se/pub/GNOME/sources/${name}/${version} 19 master_sites gnome:sources/${name}/${branch}/ 20 20 21 checksums sha256 f907b16f1246fbde9397363d9c4ad2291f2a8a53dcd4f5979d3912bb856991b8 21 checksums md5 27c9f182bd279bedae3ba2fc5734c651 \ 22 sha d81dfe35125e611e3a94c0d4def37ebf62b9187c \ 23 rmd160 00426e186ff7920dcf55ad3a2b544d396cbeac29 \ 24 sha256 f907b16f1246fbde9397363d9c4ad2291f2a8a53dcd4f5979d3912bb856991b8 22 25 23 26 use_xz yes 24 27 depends_build-append port:pkgconfig \ 25 28 port:valabind \ 26 port:gettext \27 29 port:intltool 28 30 post-patch { 29 31 reinplace "s|m4\_esyscmd\(build-aux\/git-version-gen\ \.tarball-version\)|${version}|" ${worksrcpath}/configure.ac … … 35 37 } 36 38 use_autoreconf yes 37 39 autoreconf.args -fvi 38 depends_lib-append p ort:glib2 \40 depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2 \ 39 41 port:zlib \ 42 port:gettext \ 43 port:libffi \ 44 port:libiconv \ 40 45 port:vala \ 41 46 port:gobject-introspection 42 47