diff options
| author | Jack Nagel | 2014-03-14 10:03:23 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-14 10:18:53 -0500 | 
| commit | caadd5a50bab480541b6b1ca3fce8dad162563df (patch) | |
| tree | 5226703652e449ac3d5bf6a80ed9c528f8a38469 /Library/Formula/a2ps.rb | |
| parent | cda430d9faa7763b549fb40018edecb669f4f81d (diff) | |
| download | homebrew-caadd5a50bab480541b6b1ca3fce8dad162563df.tar.bz2 | |
a2ps: use checksummed patches
Diffstat (limited to 'Library/Formula/a2ps.rb')
| -rw-r--r-- | Library/Formula/a2ps.rb | 13 | 
1 files changed, 8 insertions, 5 deletions
diff --git a/Library/Formula/a2ps.rb b/Library/Formula/a2ps.rb index a1091ac9c..4d2cebfb6 100644 --- a/Library/Formula/a2ps.rb +++ b/Library/Formula/a2ps.rb @@ -10,11 +10,14 @@ class A2ps < Formula    # it working on 10.6. See:    # https://svn.macports.org/ticket/20867    # http://trac.macports.org/ticket/18255 -  def patches -    { :p0 => [ -      "https://trac.macports.org/export/56498/trunk/dports/print/a2ps/files/patch-contrib_sample_Makefile.in", -      "https://trac.macports.org/export/56498/trunk/dports/print/a2ps/files/patch-lib__xstrrpl.c" -    ]} +  patch :p0 do +    url "https://trac.macports.org/export/56498/trunk/dports/print/a2ps/files/patch-contrib_sample_Makefile.in" +    sha1 "9b385295c2377e5362d62991e84d138d1713aabd" +  end + +  patch :p0 do +    url "https://trac.macports.org/export/56498/trunk/dports/print/a2ps/files/patch-lib__xstrrpl.c" +    sha1 "106e13409a96d68df0fdea0b89790ddfc0893f8b"    end    def install  | 
