diff options
author | knu <knu@FreeBSD.org> | 2002-10-13 02:31:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-10-13 02:31:45 +0800 |
commit | 4b2079f8498b5aa5b575598b45677a8ff507d179 (patch) | |
tree | 3b96c69810c938e9626b50e8eb0a7ac4423a0a71 /audio/ruby-freedb/Makefile | |
parent | 382333ea56637a40a541b4c5bbea8d00819a37af (diff) | |
download | freebsd-ports-gnome-4b2079f8498b5aa5b575598b45677a8ff507d179.tar.gz freebsd-ports-gnome-4b2079f8498b5aa5b575598b45677a8ff507d179.tar.zst freebsd-ports-gnome-4b2079f8498b5aa5b575598b45677a8ff507d179.zip |
Update to 0.4, with a couple of patches applied. (which were submitted
to the author already)
There were some (rather small) API changes. Read the bundled
documents for details.
Diffstat (limited to 'audio/ruby-freedb/Makefile')
-rw-r--r-- | audio/ruby-freedb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile index 7cfd994b77df..144681215812 100644 --- a/audio/ruby-freedb/Makefile +++ b/audio/ruby-freedb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freedb -PORTVERSION= 0.3.1 +PORTVERSION= 0.4 CATEGORIES= audio net ruby MASTER_SITES= http://davedd.free.fr/%SUBDIR%/ MASTER_SITE_SUBDIR= ruby-${PORTNAME} @@ -21,8 +21,8 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install -DOCS= README -EXAMPLES= test.rb +DOCS= CHANGELOG CONTRIBUTORS README +EXAMPLES= examples/*.rb post-install: .if !defined(NOPORTDOCS) |