diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 08:33:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 08:33:30 +0000 |
commit | ced2a3a50ea0901d119227e7d7b1f4e61a9ed88d (patch) | |
tree | 5dc95006735f1e6c60f1790402d954c217d4ad07 /textproc/ruby-plist/Makefile | |
parent | 4cc91ac848747bedd4c62f921ddb1909df7d76e7 (diff) | |
download | pkgsrc-ced2a3a50ea0901d119227e7d7b1f4e61a9ed88d.tar.gz |
Update textproc/ruby-plist to 3.1.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-02-23:
* Ruby 1.9.x compatibility!
2010-02-16:
* excise a bunch of unnecessary @@ variables
* fix up some tests for cross-version compatibility
2010-02-14:
* generalized cleanup:
* fix old file headers
* modernize rakefile
* clean up rdoc
2010-01-08:
* move from RubyForge Subversion to GitHub
2007-02-22 (r81):
* make the plist parser accept strings contain XML or any object that responds to #read (File and StringIO being the intended targets here). Test and idea contributed by Chuck Remes.
2006-09-20 (r80):
* tweak a comment in generator.rb to make it clear that we're not using Base64.b64encode because it's broken.
Diffstat (limited to 'textproc/ruby-plist/Makefile')
-rw-r--r-- | textproc/ruby-plist/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/ruby-plist/Makefile b/textproc/ruby-plist/Makefile index 22a5648cb40..99cd5572744 100644 --- a/textproc/ruby-plist/Makefile +++ b/textproc/ruby-plist/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2010/05/07 08:34:23 ahoka Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/10 08:33:30 taca Exp $ -DISTNAME= plist-3.0.0 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +DISTNAME= plist-3.1.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://plist.rubyforge.org/ COMMENT= Manipulate Property List files +LICENSE= mit -GEM_BUILD= gemspec - -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |