diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-17 10:08:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-17 10:08:43 +0000 |
commit | cb2a101cc80b6b2dfea6c6bddb5d13165c541924 (patch) | |
tree | 83c25f9c233b86337e8ed3010bf22546537aa9ba | |
parent | f1be322593c1a2291d7e4624c036b40e42d64762 (diff) | |
download | ports-cb2a101cc80b6b2dfea6c6bddb5d13165c541924.tar.gz ports-cb2a101cc80b6b2dfea6c6bddb5d13165c541924.zip |
Notes
-rw-r--r-- | graphics/ruby-graph/Makefile | 4 | ||||
-rw-r--r-- | graphics/ruby-graph/distinfo | 2 | ||||
-rw-r--r-- | graphics/ruby-graph/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/graphics/ruby-graph/Makefile b/graphics/ruby-graph/Makefile index f3b83dd9a75b..229ef1a7680a 100644 --- a/graphics/ruby-graph/Makefile +++ b/graphics/ruby-graph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= graph -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.9 CATEGORIES= graphics ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rockit @@ -22,7 +22,7 @@ USE_RUBY= yes NO_BUILD= yes -DOCS= BUGS README +DOCS= BUGS Changelog README do-install: cd ${WRKSRC}; ${RUBY} install.rb diff --git a/graphics/ruby-graph/distinfo b/graphics/ruby-graph/distinfo index a99a678cdeeb..59544121d338 100644 --- a/graphics/ruby-graph/distinfo +++ b/graphics/ruby-graph/distinfo @@ -1 +1 @@ -MD5 (ruby/graphr-0-1-6.tar.gz) = 66391d2244fa3f738d09b55a5b905aaa +MD5 (ruby/graphr-0-1-9.tar.gz) = 4ec52fccc05685b82259efc09b609a3b diff --git a/graphics/ruby-graph/pkg-plist b/graphics/ruby-graph/pkg-plist index 1618e6f45bfa..877946fdc884 100644 --- a/graphics/ruby-graph/pkg-plist +++ b/graphics/ruby-graph/pkg-plist @@ -3,5 +3,6 @@ %%RUBY_SITELIBDIR%%/graph/graphviz_dot.rb @dirrm %%RUBY_SITELIBDIR%%/graph %%PORTDOCS%%%%RUBY_DOCDIR%%/graph/BUGS +%%PORTDOCS%%%%RUBY_DOCDIR%%/graph/Changelog %%PORTDOCS%%%%RUBY_DOCDIR%%/graph/README %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/graph |