Commit graph

76356 commits

Author SHA1 Message Date
Miguel Araújo
614dbb38bc mkclean: fix audit
mkclean:
  * Use `system "make", "-C", "mkclean"` instead of `system "make -C mkclean"`
2017-02-12 16:19:07 +00:00
Miguel Araújo
a7cf8e4881 mitie: fix audit
mitie:
  * `option` (line 20) should be put before `depends_on` (line 18)
2017-02-12 16:19:07 +00:00
Miguel Araújo
c20072e145 maven: fix audit
maven:
  * `conflicts_with` (line 31) should be put before `install method` (line 12)
2017-02-12 16:19:07 +00:00
Miguel Araújo
5056d81a4b mapserver: fix audit
mapserver:
  * `env :userpaths` in formulae is deprecated
2017-02-12 16:19:07 +00:00
Miguel Araújo
32a4557ee7 macvim: fix audit
macvim:
  * `env :std` in formulae is deprecated
2017-02-12 16:19:07 +00:00
Miguel Araújo
46a43cb8fb marst: fix audit
marst:
  * Use `system "#{bin}/marst", "-o", "hello.c", "hello.alg"` instead of `system "#{bin}/marst -o hello.c hello.alg"`
  * Use `system "#{ENV.cc}", "hello.c", "-lalgol", "-lm", "-o", "hello"` instead of `system "#{ENV.cc} hello.c -lalgol -lm -o hello"`
2017-02-12 16:19:07 +00:00
Miguel Araújo
8c6ec750db mapnik: fix audit
mapnik:
  * `revision` (line 7) should be put before `head` (line 6)
2017-02-12 16:19:07 +00:00
Miguel Araújo
d9b29ca99e lwtools: fix audit
lwtools:
  * Description is too long. "name: desc" should be less than 80 characters.
    Length is calculated as lwtools + desc. (currently 83)
2017-02-12 16:19:07 +00:00
Miguel Araújo
5f994c02d7 ltc-tools: fix audit
ltc-tools:
  * `revision` (line 7) should be put before `head` (line 6)
2017-02-12 16:19:07 +00:00
Miguel Araújo
3c8308b9ce lpc21isp: fix audit
lpc21isp:
  * `version` (line 6) should be put before `checksum` (line 5)
2017-02-12 16:19:07 +00:00
Miguel Araújo
3bcc95097f lorem: fix audit
lorem:
  * `url` should be put inside `stable block`
  * `checksum` should be put inside `stable block`
  * Description shouldn't include the formula name
2017-02-12 16:19:07 +00:00
Miguel Araújo
635bba4043 lockrun: fix audit
lockrun:
  * Use `system "#{ENV.cc}", "#{ENV.cflags}", "lockrun.c", "-o", "lockrun"` instead of `system "#{ENV.cc} #{ENV.cflags} lockrun.c -o lockrun"`
2017-02-12 16:19:07 +00:00
Miguel Araújo
24c6828f25 lighttpd: fix audit
lighttpd:
  * `plist block` (line 112) should be put before `test block` (line 108)
2017-02-12 16:19:07 +00:00
Miguel Araújo
999eb22ba4 libmaxminddb: fix audit
libmaxminddb:
  * `option` (line 25) should be put before `depends_on` (line 23)
2017-02-12 16:19:07 +00:00
Miguel Araújo
2c8dd3aad4 libhttpserver: fix audit
libhttpserver:
  * `revision` (line 7) should be put before `head` (line 6)
2017-02-12 16:19:06 +00:00
Miguel Araújo
8d2159b543 libftdi0: fix audit
libftdi0:
  * `depends_on` (line 19) should be put before `conflicts_with` (line 17)
2017-02-12 16:19:06 +00:00
Miguel Araújo
8aa29c7760 libantlr3c: fix audit
libantlr3c:
  * `bottle block` (line 10) should be put before `option` (line 8)
2017-02-12 16:19:06 +00:00
Miguel Araújo
325fb09e6e lhasa: fix audit
lhasa:
  * `depends_on` (line 18) should be put before `conflicts_with` (line 16)
2017-02-12 16:19:06 +00:00
Miguel Araújo
899e8487e0 lha: fix audit
lha:
  * `head block` (line 19) should be put before `conflicts_with` (line 17)
2017-02-12 16:19:06 +00:00
Miguel Araújo
7d69626a82 ld64: fix audit
ld64:
  * `keg_only` (line 30) should be put before `depends_on` (line 28)
  * `keg_only` (line 30) should be put before `depends_on` (line 16)
  * `depends_on` (line 16) should be put before `resource` (line 11)
2017-02-12 16:19:06 +00:00
Miguel Araújo
5fdda17e40 juju@1.25: fix audit
juju@1.25:
  * `keg_only` (line 17) should be put before `depends_on` (line 15)
2017-02-12 16:19:06 +00:00
Miguel Araújo
7a0f456207 jrnl: fix audit
jrnl:
  * `include directive` (line 16) should be put before `desc` (line 2)
2017-02-12 16:19:06 +00:00
Miguel Araújo
8b692350af john-jumbo: fix audit
john-jumbo:
  * `depends_on` (line 32) should be put before `conflicts_with` (line 28)
2017-02-12 16:19:06 +00:00
Miguel Araújo
62535990b8 jbigkit: fix audit
jbigkit:
  * `head` (line 17) should be put before `bottle block` (line 8)
2017-02-12 16:19:06 +00:00
Miguel Araújo
e5ea237ea2 jack: fix audit
jack:
  * Description shouldn't include the formula name
2017-02-12 16:19:06 +00:00
Miguel Araújo
e2f5c47200 isl@0.12: fix audit
isl@0.12:
  * `checksum` (line 15) should be put before `bottle block` (line 4)
2017-02-12 16:19:06 +00:00
Miguel Araújo
85f5a57522 ircd-irc2: fix audit
ircd-irc2:
  * `version` (line 6) should be put before `checksum` (line 5)
2017-02-12 16:19:06 +00:00
Miguel Araújo
429b05c833 iniparser: fix audit
iniparser:
  * `checksum` (line 6) should be put before `head` (line 4)
2017-02-12 16:19:06 +00:00
Miguel Araújo
7694ad938b ii: fix audit
ii:
  * `head` (line 16) should be put before `bottle block` (line 7)
2017-02-12 16:19:06 +00:00
Miguel Araújo
ac1591a155 ideviceinstaller: fix audit
ideviceinstaller:
  * Description is too long. "name: desc" should be less than 80 characters.
    Length is calculated as ideviceinstaller + desc. (currently 85)
2017-02-12 16:19:06 +00:00
Miguel Araújo
5e91ddf10d id3v2: fix audit
id3v2:
  * Description shouldn't include the formula name
2017-02-12 16:19:06 +00:00
Miguel Araújo
2a51f752af ical-buddy: fix audit
ical-buddy:
  * `checksum` (line 6) should be put before `head` (line 4)
2017-02-12 16:19:06 +00:00
Miguel Araújo
84a7346907 hilite: fix audit
hilite:
  * Use `system "#{ENV.cc}", "#{ENV.cflags}", "hilite.c", "-o", "hilite"` instead of `system "#{ENV.cc} #{ENV.cflags} hilite.c -o hilite"`
2017-02-12 16:19:06 +00:00
Miguel Araújo
753c2221cb gtk-engines: fix audit
gtk-engines:
  * `caveats method` (line 34) should be put before `test block` (line 28)
2017-02-12 16:19:06 +00:00
Miguel Araújo
72a5c0515f gst-plugins-ugly: fix audit
gst-plugins-ugly:
  * Description is too long. "name: desc" should be less than 80 characters.
      Length is calculated as gst-plugins-ugly + desc. (currently 91)
2017-02-12 16:19:06 +00:00
Miguel Araújo
bf1c9df6eb grok: fix audit
grok:
  * `revision` (line 7) should be put before `head` (line 6)
2017-02-12 16:19:06 +00:00
Miguel Araújo
4a695ec960 gmtl: fix audit
gmtl:
  * `head` (line 24) should be put before `stable block` (line 5)
2017-02-12 16:19:06 +00:00
Miguel Araújo
29f4b45ec4 gmp@4: fix audit
gmp@4:
  * `checksum` (line 17) should be put before `bottle block` (line 4)
2017-02-12 16:19:06 +00:00
Miguel Araújo
4b4a19d251 git-number: fix audit
git-number:
  * `version` (line 6) should be put before `checksum` (line 5)
2017-02-12 16:19:06 +00:00
Miguel Araújo
1dc3f1b32c emacs-clang-complete-async: fix audit
emacs-clang-complete-async:
  * `revision` (line 5) should be put before `head` (line 4)
2017-02-12 16:19:06 +00:00
Miguel Araújo
1ca7a3a889 elixir: fix audit
elixir:
  * `env :userpaths` in formulae is deprecated
2017-02-12 16:19:06 +00:00
Miguel Araújo
9d02e8c336 dnscrypt-wrapper: fix audit
dnscrypt-wrapper:
  * `revision` (line 7) should be put before `head` (line 6)
2017-02-12 16:19:06 +00:00
Miguel Araújo
cbf3a89919 distcc: fix audit
distcc:
  * `bottle block` (line 11) should be put before `depends_on` (line 9)
2017-02-12 16:19:06 +00:00
Miguel Araújo
327dfe9bca crystal-lang: fix audit
crystal-lang:
  * `revision` (line 7) should be put before `head` (line 6)
2017-02-12 16:19:06 +00:00
Miguel Araújo
6608e76ebf crosstool-ng: fix audit
crosstool-ng:
  * `env :std` in formulae is deprecated
2017-02-12 16:19:06 +00:00
Miguel Araújo
3fb6940cb1 cclive: fix audit
cclive:
  * `depends_on` (line 17) should be put before `conflicts_with` (line 15)
2017-02-12 16:19:06 +00:00
Miguel Araújo
883b1dc48d catimg: fix audit
catimg:
  * `revision` (line 7) should be put before `head` (line 6)
2017-02-12 16:19:06 +00:00
Miguel Araújo
2898efab0f boost: fix audit
boost:
  * `env :userpaths` in formulae is deprecated
2017-02-12 16:19:06 +00:00
Miguel Araújo
5f857a99bf blockhash: fix audit
blockhash:
  * `revision` (line 7) should be put before `head` (line 6)
2017-02-12 16:19:06 +00:00
Miguel Araújo
07595ac4ed antlr: fix audit
antlr:
  * `bottle modifier` (line 9) should be put before `depends_on` (line 7)
2017-02-12 16:19:06 +00:00