diff options
| author | Jack Nagel | 2014-03-06 09:28:03 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-06 09:28:03 -0600 | 
| commit | 198bbae5dc7194c2c1e65763840f0bf2dfa4f948 (patch) | |
| tree | c6042611482a98bd935001d0ca87574075782a99 | |
| parent | 09c8a6d973fcdabb35c0f8f124ce0b0875031502 (diff) | |
| download | homebrew-198bbae5dc7194c2c1e65763840f0bf2dfa4f948.tar.bz2 | |
Increment revisions on libgcrypt dependents
| -rw-r--r-- | Library/Formula/bitlbee.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/clamz.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/dirmngr.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/freediameter.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/gnunet.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/gnupg-pkcs11-scd.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/gnupg2.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/gpg-agent.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/gwenhywfar.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/inspircd.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/libaacs.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/libgda.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/libimobiledevice.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/libotr.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/libxmlsec1.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/mcabber.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/pianobar.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/srecord.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/vpnc.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/weechat.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/wireshark.rb | 2 | 
21 files changed, 22 insertions, 9 deletions
| diff --git a/Library/Formula/bitlbee.rb b/Library/Formula/bitlbee.rb index ddae34b66..376f6ebf8 100644 --- a/Library/Formula/bitlbee.rb +++ b/Library/Formula/bitlbee.rb @@ -4,7 +4,7 @@ class Bitlbee < Formula    homepage 'http://www.bitlbee.org/'    url 'http://get.bitlbee.org/src/bitlbee-3.2.1.tar.gz'    sha1 '954471ab87206826c072f31b3def40a1be5a78f5' -  revision 1 +  revision 2    option 'with-finch', "Use finch/libpurple for all communication with instant messaging networks"    option 'with-libotr', "Build with otr (off the record) support" diff --git a/Library/Formula/clamz.rb b/Library/Formula/clamz.rb index 7140708f1..84c49956d 100644 --- a/Library/Formula/clamz.rb +++ b/Library/Formula/clamz.rb @@ -4,6 +4,7 @@ class Clamz < Formula    homepage 'http://code.google.com/p/clamz/'    url 'http://clamz.googlecode.com/files/clamz-0.5.tar.gz'    sha1 '54664614e5098f9e4e9240086745b94fe638b176' +  revision 1    depends_on 'pkg-config' => :build    depends_on 'libgcrypt' diff --git a/Library/Formula/dirmngr.rb b/Library/Formula/dirmngr.rb index b8b07a63a..33b482a81 100644 --- a/Library/Formula/dirmngr.rb +++ b/Library/Formula/dirmngr.rb @@ -4,6 +4,7 @@ class Dirmngr < Formula    homepage 'http://www.gnupg.org'    url 'ftp://ftp.gnupg.org/gcrypt/dirmngr/dirmngr-1.1.1.tar.bz2'    sha1 'e708d4aa5ce852f4de3f4b58f4e4f221f5e5c690' +  revision 1    depends_on 'libassuan'    depends_on 'libgpg-error' diff --git a/Library/Formula/freediameter.rb b/Library/Formula/freediameter.rb index 1bbe18493..9b0e2eab7 100644 --- a/Library/Formula/freediameter.rb +++ b/Library/Formula/freediameter.rb @@ -4,7 +4,7 @@ class Freediameter < Formula    homepage 'http://www.freediameter.net'    url 'http://www.freediameter.net/hg/freeDiameter/archive/1.2.0.tar.gz'    sha1 '687bd9d551eb4261c3600fcbe35ea519b711e9f7' -  revision 1 +  revision 2    head 'http://www.freediameter.net/hg/freeDiameter', :using => :hg diff --git a/Library/Formula/gnunet.rb b/Library/Formula/gnunet.rb index 4146cfd4b..593dafb29 100644 --- a/Library/Formula/gnunet.rb +++ b/Library/Formula/gnunet.rb @@ -5,6 +5,7 @@ class Gnunet < Formula    url 'http://ftpmirror.gnu.org/gnunet/gnunet-0.9.5a.tar.gz'    mirror 'http://ftp.gnu.org/gnu/gnunet/gnunet-0.9.5a.tar.gz'    sha256 '1d600717eee1f952e23d192288850a67948e92e0b1dee5d950d111b2670cbed7' +  revision 1    depends_on 'libgcrypt'    depends_on 'libextractor' diff --git a/Library/Formula/gnupg-pkcs11-scd.rb b/Library/Formula/gnupg-pkcs11-scd.rb index bf0dca686..fba852bd6 100644 --- a/Library/Formula/gnupg-pkcs11-scd.rb +++ b/Library/Formula/gnupg-pkcs11-scd.rb @@ -4,10 +4,11 @@ class GnupgPkcs11Scd < Formula     homepage 'http://gnupg-pkcs11.sourceforge.net'     url 'https://github.com/alonbl/gnupg-pkcs11-scd/archive/gnupg-pkcs11-scd-0.7.3.tar.gz'     sha1 '60a3d523f5e814c89eeff69b12f9d0adb0d63937' +   revision 1     head 'https://github.com/alonbl/gnupg-pkcs11-scd.git' -  depends_on 'autoconf' => :build +   depends_on 'autoconf' => :build     depends_on 'automake' => :build     depends_on 'libtool' => :build     depends_on 'pkg-config' => :build diff --git a/Library/Formula/gnupg2.rb b/Library/Formula/gnupg2.rb index f4c3e0d9f..3dc14e467 100644 --- a/Library/Formula/gnupg2.rb +++ b/Library/Formula/gnupg2.rb @@ -4,6 +4,7 @@ class Gnupg2 < Formula    homepage 'http://www.gnupg.org/'    url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.22.tar.bz2'    sha1 '9ba9ee288e9bf813e0f1e25cbe06b58d3072d8b8' +  revision 1    option '8192', 'Build with support for private keys of up to 8192 bits' diff --git a/Library/Formula/gpg-agent.rb b/Library/Formula/gpg-agent.rb index fe0dabe52..9a436fa16 100644 --- a/Library/Formula/gpg-agent.rb +++ b/Library/Formula/gpg-agent.rb @@ -4,6 +4,7 @@ class GpgAgent < Formula    homepage 'http://www.gnupg.org/'    url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.22.tar.bz2'    sha1 '9ba9ee288e9bf813e0f1e25cbe06b58d3072d8b8' +  revision 1    depends_on 'libgpg-error'    depends_on 'libgcrypt' diff --git a/Library/Formula/gwenhywfar.rb b/Library/Formula/gwenhywfar.rb index 9b9843755..cf90aa938 100644 --- a/Library/Formula/gwenhywfar.rb +++ b/Library/Formula/gwenhywfar.rb @@ -5,7 +5,7 @@ class Gwenhywfar < Formula    url 'http://www.aquamaniac.de/sites/download/download.php?package=01&release=67&file=01&dummy=gwenhywfar-4.3.3.tar.gz'    sha1 'c2ba4c45f1eeb379db6c2ae09122c592893f3bd0'    head 'http://devel.aqbanking.de/svn/gwenhywfar/trunk' -  revision 1 +  revision 2    devel do      url 'http://www2.aquamaniac.de/sites/download/download.php?package=01&release=71&file=01&dummy=gwenhywfar-4.8.0beta.tar.gz' diff --git a/Library/Formula/inspircd.rb b/Library/Formula/inspircd.rb index 1ce7b0df4..146f804d4 100644 --- a/Library/Formula/inspircd.rb +++ b/Library/Formula/inspircd.rb @@ -4,6 +4,7 @@ class Inspircd < Formula    homepage 'http://www.inspircd.org'    url 'https://github.com/inspircd/inspircd/archive/v2.0.15.tar.gz'    sha1 '3591c1a9d2d2866f2f3c63caa8997f3bc0cb656d' +  revision 1    head 'https://github.com/inspircd/inspircd.git' diff --git a/Library/Formula/libaacs.rb b/Library/Formula/libaacs.rb index 18a0d4a65..494bbe174 100644 --- a/Library/Formula/libaacs.rb +++ b/Library/Formula/libaacs.rb @@ -4,6 +4,7 @@ class Libaacs < Formula    homepage 'http://www.videolan.org/developers/libaacs.html'    url 'ftp://ftp.videolan.org/pub/videolan/libaacs/0.7.0/libaacs-0.7.0.tar.bz2'    sha1 '461c0a6f143519cd6b24bf4be5e2672219b44780' +  revision 1    head do      url 'git://git.videolan.org/libaacs.git' diff --git a/Library/Formula/libgda.rb b/Library/Formula/libgda.rb index 6b5726df4..60effccdb 100644 --- a/Library/Formula/libgda.rb +++ b/Library/Formula/libgda.rb @@ -4,6 +4,7 @@ class Libgda < Formula    homepage 'http://www.gnome-db.org/'    url 'http://ftp.gnome.org/pub/GNOME/sources/libgda/5.2/libgda-5.2.0.tar.xz'    sha256 '41bd14aaaf50efc7b80d7279c69ed9c90d3a1894cb5123385d86883a1d7d5f30' +  revision 1    depends_on 'pkg-config' => :build    depends_on 'intltool' => :build diff --git a/Library/Formula/libimobiledevice.rb b/Library/Formula/libimobiledevice.rb index c63024842..1a9cd1793 100644 --- a/Library/Formula/libimobiledevice.rb +++ b/Library/Formula/libimobiledevice.rb @@ -4,7 +4,7 @@ class Libimobiledevice < Formula    homepage 'http://www.libimobiledevice.org/'    url 'http://www.libimobiledevice.org/downloads/libimobiledevice-1.1.5.tar.bz2'    sha1 '1c2ce186787fe661d2ef5a1be170ddbe5f85db77' -  revision 1 +  revision 2    head 'http://cgit.sukimashita.com/libimobiledevice.git' diff --git a/Library/Formula/libotr.rb b/Library/Formula/libotr.rb index 17a31f660..d4cb4adcc 100644 --- a/Library/Formula/libotr.rb +++ b/Library/Formula/libotr.rb @@ -4,6 +4,7 @@ class Libotr < Formula    homepage 'http://www.cypherpunks.ca/otr/'    url 'http://www.cypherpunks.ca/otr/libotr-3.2.1.tar.gz'    sha1 '898bf00d019f49ca34cd0116dd2e22685c67c394' +  revision 1    depends_on 'libgcrypt' diff --git a/Library/Formula/libxmlsec1.rb b/Library/Formula/libxmlsec1.rb index 21d51109d..c7944e80d 100644 --- a/Library/Formula/libxmlsec1.rb +++ b/Library/Formula/libxmlsec1.rb @@ -4,6 +4,7 @@ class Libxmlsec1 < Formula    homepage 'http://www.aleksey.com/xmlsec/'    url 'http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.19.tar.gz'    sha1 '9f24f84bf6f4a61fc55637f016b56c0f44c048ba' +  revision 1    depends_on 'pkg-config' => :build    depends_on 'libxml2' # Version on 10.6/10.7 is too old diff --git a/Library/Formula/mcabber.rb b/Library/Formula/mcabber.rb index b8283fa92..a7750d9d9 100644 --- a/Library/Formula/mcabber.rb +++ b/Library/Formula/mcabber.rb @@ -4,6 +4,7 @@ class Mcabber < Formula    homepage 'http://mcabber.com/'    url 'http://mcabber.com/files/mcabber-0.10.2.tar.bz2'    sha1 '7bff70dcf09e8a8a4cc7219e03b48bad382a6bda' +  revision 1    head do      url 'http://mcabber.com/hg/', :using => :hg diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb index f517c999e..503c44a01 100644 --- a/Library/Formula/pianobar.rb +++ b/Library/Formula/pianobar.rb @@ -4,7 +4,7 @@ class Pianobar < Formula    homepage 'https://github.com/PromyLOPh/pianobar/'    url 'https://github.com/PromyLOPh/pianobar/archive/2013.09.15.tar.gz'    sha256 '4b18582eb794def5bf4e7d5de211d1f6c79295edac344928e09072aa9386796c' -  revision 1 +  revision 2    head 'https://github.com/PromyLOPh/pianobar.git' diff --git a/Library/Formula/srecord.rb b/Library/Formula/srecord.rb index 03c2c976d..19e353783 100644 --- a/Library/Formula/srecord.rb +++ b/Library/Formula/srecord.rb @@ -4,6 +4,7 @@ class Srecord < Formula    homepage 'http://srecord.sourceforge.net/'    url 'http://srecord.sourceforge.net/srecord-1.62.tar.gz'    sha1 '144a5b802c86fe6408ccbe47b75867722034eb67' +  revision 1    depends_on :libtool    depends_on 'boost' diff --git a/Library/Formula/vpnc.rb b/Library/Formula/vpnc.rb index 2f5dccc15..f836be78b 100644 --- a/Library/Formula/vpnc.rb +++ b/Library/Formula/vpnc.rb @@ -5,7 +5,7 @@ class Vpnc < Formula    url 'http://ftp.debian.org/debian/pool/main/v/vpnc/vpnc_0.5.3r512.orig.tar.gz'    version '0.5.3r512'    sha256 'd421ac20b6c65d22d2ee88066e487f740f4d367f9143b6045bcb8fa177b384fe' -  revision 1 +  revision 2    depends_on 'pkg-config' => :build    depends_on 'libgcrypt' diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb index 4c3e5c391..0ad48711d 100644 --- a/Library/Formula/weechat.rb +++ b/Library/Formula/weechat.rb @@ -4,7 +4,7 @@ class Weechat < Formula    homepage 'http://www.weechat.org'    url 'http://www.weechat.net/files/src/weechat-0.4.3.tar.bz2'    sha1 'c9043ae4df8057c1410eeaf4c5c8818e97963e16' -  revision 1 +  revision 2    head 'git://git.savannah.nongnu.org/weechat.git' diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb index 59ea81209..fc03c0304 100644 --- a/Library/Formula/wireshark.rb +++ b/Library/Formula/wireshark.rb @@ -5,7 +5,7 @@ class Wireshark < Formula    url 'http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.10.5.tar.bz2'    mirror 'http://www.wireshark.org/download/src/wireshark-1.10.5.tar.bz2'    sha1 'ebbf4f8382fc8961c1fb7959727b3e6792e597c1' -  revision 1 +  revision 2    head do      url 'https://code.wireshark.org/review/wireshark', :using => :git | 
