diff options
author | knu <knu@FreeBSD.org> | 2002-06-03 18:00:55 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-06-03 18:00:55 +0800 |
commit | 3011c5e457ee2a93ff8129b8f87232c8d256a55c (patch) | |
tree | 0daa7e8f93cb696f9154cf3a66796174be82dc64 | |
parent | c0b56cdf0d22b4ded929313db1bfbabab9ac7e39 (diff) | |
download | freebsd-ports-gnome-3011c5e457ee2a93ff8129b8f87232c8d256a55c.tar.gz freebsd-ports-gnome-3011c5e457ee2a93ff8129b8f87232c8d256a55c.tar.zst freebsd-ports-gnome-3011c5e457ee2a93ff8129b8f87232c8d256a55c.zip |
Update to 2.2.2.
-rw-r--r-- | textproc/ruby-rexml/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-rexml/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-rexml/pkg-plist | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/textproc/ruby-rexml/Makefile b/textproc/ruby-rexml/Makefile index 56600f3a0a48..e5222538375b 100644 --- a/textproc/ruby-rexml/Makefile +++ b/textproc/ruby-rexml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rexml -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= textproc ruby MASTER_SITES= http://www.germane-software.com/software/archives/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ MAINTAINER= knu@FreeBSD.org USE_RUBY= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}_stable DOCS= README *.html docs/tutorial.html diff --git a/textproc/ruby-rexml/distinfo b/textproc/ruby-rexml/distinfo index 146273dc0226..3169d86e2397 100644 --- a/textproc/ruby-rexml/distinfo +++ b/textproc/ruby-rexml/distinfo @@ -1 +1 @@ -MD5 (ruby/rexml_2.2.1.tgz) = 6e8ae2129405bd7f372a00087af92373 +MD5 (ruby/rexml_2.2.2.tgz) = a837bf580801068daacb5e4a5145f3c1 diff --git a/textproc/ruby-rexml/pkg-plist b/textproc/ruby-rexml/pkg-plist index 639d80165d28..39a18cd8902a 100644 --- a/textproc/ruby-rexml/pkg-plist +++ b/textproc/ruby-rexml/pkg-plist @@ -28,6 +28,9 @@ @dirrm %%RUBY_SITELIBDIR%%/rexml/dtd @dirrm %%RUBY_SITELIBDIR%%/rexml %%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/README +%%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/changelog.html +%%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/credits.html +%%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/faq.html %%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/index.html %%PORTDOCS%%%%RUBY_DOCDIR%%/rexml/docs/tutorial.html %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/rexml/docs |