aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ruby-ming
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ruby-ming')
-rw-r--r--graphics/ruby-ming/Makefile6
-rw-r--r--graphics/ruby-ming/pkg-comment2
-rw-r--r--graphics/ruby-ming/pkg-descr2
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile
index e6ec4632e06d..f74857b0b9a4 100644
--- a/graphics/ruby-ming/Makefile
+++ b/graphics/ruby-ming/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ming
-PORTVERSION= 0.0.3a
+PORTVERSION= 0.0.9b
CATEGORIES= graphics ruby
MASTER_SITES= http://www.opaque.net/ming/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -15,12 +15,12 @@ EXTRACT_SUFX= .tgz
MAINTAINER= knu@FreeBSD.org
BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/SWIG-devel
-LIB_DEPENDS= ming.1:${PORTSDIR}/graphics/ming
+LIB_DEPENDS= ming.2:${PORTSDIR}/graphics/ming
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-MD5_FILE= ${PORTSDIR}/graphics/ming/distinfo
+MD5_FILE= ${.CURDIR}/../ming/distinfo
WRKSRC= ${WRKDIR}/${DISTNAME}/rb_ext
CONFIGURE_ARGS= --with-ming-include="${LOCALBASE}/include/ming"
diff --git a/graphics/ruby-ming/pkg-comment b/graphics/ruby-ming/pkg-comment
index f562bd6b0fd4..c7a49891c69a 100644
--- a/graphics/ruby-ming/pkg-comment
+++ b/graphics/ruby-ming/pkg-comment
@@ -1 +1 @@
-Ruby module for the Ming library which allows you to create Flash (TM) movies
+Ruby module for the Ming library which allows you to create Flash 4 movies
diff --git a/graphics/ruby-ming/pkg-descr b/graphics/ruby-ming/pkg-descr
index d4e542f5df44..9dcab4bf1e86 100644
--- a/graphics/ruby-ming/pkg-descr
+++ b/graphics/ruby-ming/pkg-descr
@@ -1,4 +1,4 @@
This is a Ruby module for the Ming library based on Python module.
-Ming allows you to create Flash (TM) movies.
+Ming allows you to create Flash 4 (TM) movies.
Author: Kazuki Sakamoto <sakamoto@splhack.org>