Skip to content

Commit

Permalink
xeyes: Formatting
Browse files Browse the repository at this point in the history
 - De-tab
 - Add and conform to modeline
  • Loading branch information
mf2k authored and Schima committed Jun 1, 2018
1 parent e671f42 commit 8b9126d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions x11/xeyes/Portfile
@@ -1,3 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0

name xeyes
Expand All @@ -14,18 +15,18 @@ master_sites xorg:individual/app/

checksums rmd160 799c25abe0f82e45c686dcff5f55d80be3468be0 \
sha256 57bcec0d2d167af9e5d44d0dbd74c6d7c0f0591cd0608952b23c749fdd910553 \
size 133160
size 133160

use_bzip2 yes
use_bzip2 yes
use_parallel_build yes

depends_build \
port:pkgconfig
port:pkgconfig

depends_lib \
port:xorg-libXmu \
port:xrender
port:xorg-libXmu \
port:xrender

livecheck.type regex
livecheck.url http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
livecheck.type regex
livecheck.url http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

0 comments on commit 8b9126d

Please sign in to comment.