Permalink
Browse files
librep: fix livecheck, update to 0.92.7
- Loading branch information
Showing
with
10 additions
and
5 deletions.
-
+10
−5
lang/librep/Portfile
|
|
@@ -3,8 +3,8 @@ |
|
|
PortSystem 1.0 |
|
|
|
|
|
name librep |
|
|
version 0.92.3 |
|
|
revision 4 |
|
|
version 0.92.7 |
|
|
revision 0 |
|
|
categories lang |
|
|
platforms darwin |
|
|
maintainers {lloyd.io:me @lloyd} |
|
|
@@ -23,10 +23,12 @@ homepage http://sawfish.wikia.com/wiki/Librep |
|
|
master_sites http://download.tuxfamily.org/librep/ |
|
|
use_xz yes |
|
|
|
|
|
patchfiles patch-src-repint.h.diff |
|
|
distfiles ${name}_${version}${extract.suffix} |
|
|
worksrcdir ${name}_${version} |
|
|
|
|
|
checksums rmd160 dbbef7097c9a3f72c343f2e997bf2f337cd7233b \ |
|
|
sha256 45c98a5bbdfde4f1d98e3839b319d9ae15857d2d1ae8e3838d9a18d53f3e8b85 |
|
|
checksums rmd160 3cce6962397102c79600850d4648d1158e0d499a \ |
|
|
sha256 48a19679ac7c0530a89657de18ffe49c5759a5ff70fc844928b0e5d00395acae \ |
|
|
size 651344 |
|
|
|
|
|
depends_build port:pkgconfig |
|
|
|
|
|
@@ -49,3 +51,6 @@ variant readline description {build with readline support} { |
|
|
platform darwin 8 powerpc { |
|
|
configure.args-append --with-stack-direction=1 |
|
|
} |
|
|
|
|
|
livecheck.regex ${name}_(\[0-9.\]+)${extract.suffix} |
|
|
|