diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-17 18:28:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-17 18:28:12 +0000 |
commit | d1ebc78da7088131382173fd1a15c0c0f67bf7f6 (patch) | |
tree | f391726ae74915a5d6cd19f00c0cc0667564f34d /graphics/ruby-ming | |
parent | b0d1abe0825392f2b5e5eb05949e50ef012134f6 (diff) | |
download | ports-d1ebc78da7088131382173fd1a15c0c0f67bf7f6.tar.gz ports-d1ebc78da7088131382173fd1a15c0c0f67bf7f6.zip |
Notes
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 + |