pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-amstd Migrate ruby-amstd to use new framewo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acd8d5eb5b8f
branches:  trunk
changeset: 484466:acd8d5eb5b8f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Nov 27 15:59:31 2004 +0000

description:
Migrate ruby-amstd to use new framework for Ruby packages.

diffstat:

 devel/ruby-amstd/DESCR    |  1 -
 devel/ruby-amstd/Makefile |  7 +++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r c1c46092d960 -r acd8d5eb5b8f devel/ruby-amstd/DESCR
--- a/devel/ruby-amstd/DESCR    Sat Nov 27 15:58:22 2004 +0000
+++ b/devel/ruby-amstd/DESCR    Sat Nov 27 15:59:31 2004 +0000
@@ -13,4 +13,3 @@
 timer.rb: timer class
 version.rb: VersionNumber class
 
-Author:        Minero Aoki <aamine%dp.u-netsurf.ne.jp@localhost>
diff -r c1c46092d960 -r acd8d5eb5b8f devel/ruby-amstd/Makefile
--- a/devel/ruby-amstd/Makefile Sat Nov 27 15:58:22 2004 +0000
+++ b/devel/ruby-amstd/Makefile Sat Nov 27 15:59:31 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/03/16 02:01:10 taca Exp $
+# $NetBSD: Makefile,v 1.7 2004/11/27 15:59:31 taca Exp $
 # FreeBSD: ports/devel/ruby-amstd/Makefile,v 1.8 2000/12/06 15:38:58 knu Exp
 
 DISTNAME=      amstd-2.0.0
-PKGNAME=       ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel ruby
 MASTER_SITES=  http://www.loveruby.net/archive/amstd/
 
@@ -10,7 +10,6 @@
 HOMEPAGE=      http://www.loveruby.net/en/amstd.html
 COMMENT=       Collection of miscellaneous Ruby modules
 
-DIST_SUBDIR=   ruby
 USE_RUBY_SETUP=        yes
 RUBY_SETUP=    install.rb
 
@@ -22,5 +21,5 @@
        ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/amstd
 .endfor
 
-.include "../../lang/ruby-base/Makefile.common"
+.include "../../lang/ruby/modules.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index