Fix silly syntax bugs in ming.rb.

Reported by:	Tom Hukins <tom@FreeBSD.org>
This commit is contained in:
Akinori MUSHA 2001-09-17 18:28:12 +00:00
parent b0d1abe082
commit d1ebc78da7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47920
2 changed files with 19 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= ming
PORTVERSION= 0.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics ruby
MASTER_SITES= # none
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}

View File

@ -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