diff options
Diffstat (limited to 'graphics/ruby-ming')
-rw-r--r-- | graphics/ruby-ming/Makefile | 2 | ||||
-rw-r--r-- | graphics/ruby-ming/files/patch-ming.rb | 18 |
2 files changed, 19 insertions, 1 deletions
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile index 28834af39158..1ea65b152ee7 100644 --- a/graphics/ruby-ming/Makefile +++ b/graphics/ruby-ming/Makefile @@ -7,7 +7,7 @@ PORTNAME= ming PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics ruby MASTER_SITES= # none PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/graphics/ruby-ming/files/patch-ming.rb b/graphics/ruby-ming/files/patch-ming.rb new file mode 100644 index 000000000000..76f13f8b7e9b --- /dev/null +++ b/graphics/ruby-ming/files/patch-ming.rb @@ -0,0 +1,18 @@ +--- ming.rb.orig Mon Sep 17 20:48:39 2001 ++++ ming.rb Tue Sep 18 03:22:32 2001 +@@ -344,6 +344,7 @@ + + # deprecated + class SWFMovieClip <SWFSprite ++end + + class SWFGradient <SWFBase + def initialize +@@ -375,6 +376,7 @@ + + # deprecated + class SWFMorphShape <SWFMorph ++end + + class SWFFont <SWFBase + |