Ticket #26166: Portfile-epiphany.2.diff
File Portfile-epiphany.2.diff, 1.7 KB (added by yasir.suhail@…, 14 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name epiphany 7 version 2. 28.17 version 2.30.3 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 description A GNOME Web browser. 10 10 long_description A web browser is more than an application, it is a \ … … 18 18 master_sites gnome:sources/${name}/${branch}/ 19 19 use_bzip2 yes 20 20 21 checksums md5 7a8b885a4894d2a9e979b8cb8898db1e\22 sha1 e15a404e52cdf4fded6a0075f27f46c2ae2a739c\23 rmd160 c3d6a33080711ec3c25c6418aba5eb2047b7338421 checksums md5 6c6f83d07bd6277ddd20d641af253b0c \ 22 sha1 c4dab25e46e0c02b29a79e7542c097df621aa3ae \ 23 rmd160 f653d7e0e8bfd698eb283725120f849ab3ab8f53 24 24 25 25 depends_build port:pkgconfig \ 26 26 port:intltool \ … … 35 35 port:startup-notification \ 36 36 port:libnotify \ 37 37 port:libcanberra \ 38 port:py2 5-gtk \39 port:py2 5-gnome \38 port:py26-gtk \ 39 port:py26-gnome \ 40 40 port:enchant \ 41 41 port:iso-codes \ 42 42 port:webkit-gtk … … 46 46 --disable-network-manager \ 47 47 --disable-schemas-install \ 48 48 --disable-scrollkeeper \ 49 --disable-nss \ 50 --disable-tests 49 --without-ca-file \ 50 --disable-tests \ 51 --disable-nss 52 51 53 52 configure.python ${prefix}/bin/python2. 554 configure.python ${prefix}/bin/python2.6 53 55 54 56 pre-configure { 55 57 reinplace "s|--rpath=|-rpath |g" ${worksrcpath}/configure