diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/rubygem-bzip2-ruby/files | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419133
Diffstat (limited to 'archivers/rubygem-bzip2-ruby/files')
-rw-r--r-- | archivers/rubygem-bzip2-ruby/files/patch-ext_bzip2.c (renamed from archivers/rubygem-bzip2-ruby/files/patch-ext__bzip2.c) | 6 | ||||
-rw-r--r-- | archivers/rubygem-bzip2-ruby/files/patch-ext_extconf.rb (renamed from archivers/rubygem-bzip2-ruby/files/patch-ext__extconf.rb) | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/rubygem-bzip2-ruby/files/patch-ext__bzip2.c b/archivers/rubygem-bzip2-ruby/files/patch-ext_bzip2.c index bf3684c0d271..05384a6fbdda 100644 --- a/archivers/rubygem-bzip2-ruby/files/patch-ext__bzip2.c +++ b/archivers/rubygem-bzip2-ruby/files/patch-ext_bzip2.c @@ -1,6 +1,6 @@ ---- ./ext/bzip2.c.orig 2014-08-23 18:00:07.743290567 +0000 -+++ ./ext/bzip2.c 2014-08-23 18:00:07.790289811 +0000 -@@ -247,9 +247,6 @@ +--- ext/bzip2.c.orig 2016-07-26 12:25:25 UTC ++++ ext/bzip2.c +@@ -247,9 +247,6 @@ static VALUE bz_writer_close(VALUE obj) Get_BZ2(obj, bzf); res = bz_writer_internal_close(bzf); diff --git a/archivers/rubygem-bzip2-ruby/files/patch-ext__extconf.rb b/archivers/rubygem-bzip2-ruby/files/patch-ext_extconf.rb index e0d93697504f..f64c6649612e 100644 --- a/archivers/rubygem-bzip2-ruby/files/patch-ext__extconf.rb +++ b/archivers/rubygem-bzip2-ruby/files/patch-ext_extconf.rb @@ -1,6 +1,6 @@ ---- ./ext/extconf.rb.orig 2013-12-12 21:55:36.054257218 +0000 -+++ ./ext/extconf.rb 2013-12-12 21:55:51.579256255 +0000 -@@ -11,11 +11,9 @@ +--- ext/extconf.rb.orig 2016-07-26 12:25:25 UTC ++++ ext/extconf.rb +@@ -11,11 +11,9 @@ if have_library("bz2", "BZ2_bzWriteOpen" $static = nil end |