diff options
author | swills <swills@FreeBSD.org> | 2014-02-04 12:03:55 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-02-04 12:03:55 +0800 |
commit | 3e9b666231d8622f330b337d9b405bb31a8ad4d3 (patch) | |
tree | 6aa1b6b76d8de7e2ba65d32dcb5dce0cfb81d2d4 /lang | |
parent | 6baab45bec6f3079b75a5e661eb1b0b28bceb917 (diff) | |
download | freebsd-ports-gnome-3e9b666231d8622f330b337d9b405bb31a8ad4d3.tar.gz freebsd-ports-gnome-3e9b666231d8622f330b337d9b405bb31a8ad4d3.tar.zst freebsd-ports-gnome-3e9b666231d8622f330b337d9b405bb31a8ad4d3.zip |
- Fix distfile (upstream rerolled) [1]
- Fix patch to work with new distfile [1]
- Change patch filenames to be uniform
- Fix packaging issue by deleting patch backup files
- Bump portrevision so new packages get built
PR: ports/186383 [1]
Reported by: marino [1]
Submitted by: clutton <clutton@zoho.com> [1]
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-doc-stdlib/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby-doc-stdlib/distinfo | 4 | ||||
-rw-r--r-- | lang/ruby-doc-stdlib/files/patch-download.html | 2 | ||||
-rw-r--r-- | lang/ruby-doc-stdlib/files/patch-toc.html | 4 |
4 files changed, 9 insertions, 5 deletions
diff --git a/lang/ruby-doc-stdlib/Makefile b/lang/ruby-doc-stdlib/Makefile index 434ff3c19882..be9eee95f328 100644 --- a/lang/ruby-doc-stdlib/Makefile +++ b/lang/ruby-doc-stdlib/Makefile @@ -3,6 +3,7 @@ PORTNAME= stdlib PORTVERSION= 1.9.3 +PORTREVISION= 1 PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}doc- CATEGORIES= lang ruby docs @@ -20,6 +21,9 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_rdocs//} +post-patch: + @${FIND} ${WRKSRC} -type f -name '*.orig' -delete + do-install: @${MKDIR} ${STAGEDIR}${RUBY_DOCDIR} @${CP} -R ${WRKSRC} ${STAGEDIR}${RUBY_DOCDIR}/${PORTNAME} diff --git a/lang/ruby-doc-stdlib/distinfo b/lang/ruby-doc-stdlib/distinfo index 662759b06fde..aed38e93dbce 100644 --- a/lang/ruby-doc-stdlib/distinfo +++ b/lang/ruby-doc-stdlib/distinfo @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby_1_9_3_stdlib_rdocs.tgz) = 1a17a567217dade1cff11bbadbf3ecf32797b6409346ad2be5be3e7843545a6c -SIZE (ruby/ruby_1_9_3_stdlib_rdocs.tgz) = 43976342 +SHA256 (ruby/ruby_1_9_3_stdlib_rdocs.tgz) = d3a0a07a491779340b185d2a839dbc18ca13c48b9508980bbed04d5bd3b31f2b +SIZE (ruby/ruby_1_9_3_stdlib_rdocs.tgz) = 43975477 diff --git a/lang/ruby-doc-stdlib/files/patch-download.html b/lang/ruby-doc-stdlib/files/patch-download.html index 1bb13b8746c3..0e7178775daa 100644 --- a/lang/ruby-doc-stdlib/files/patch-download.html +++ b/lang/ruby-doc-stdlib/files/patch-download.html @@ -1,5 +1,5 @@ --- download.html 2013-10-08 09:42:53.000000000 +0300 -+++ /tmp/download.html 2013-10-16 22:28:33.000000000 +0300 ++++ download.html 2013-10-16 22:28:33.000000000 +0300 @@ -2,7 +2,7 @@ <html> <head> diff --git a/lang/ruby-doc-stdlib/files/patch-toc.html b/lang/ruby-doc-stdlib/files/patch-toc.html index 4ad2dea8c81b..2d2ebe6fc526 100644 --- a/lang/ruby-doc-stdlib/files/patch-toc.html +++ b/lang/ruby-doc-stdlib/files/patch-toc.html @@ -1,4 +1,4 @@ ---- toc.html.orig 2013-12-25 07:37:31.000000000 +0000 +--- toc.html 2013-12-25 07:37:31.000000000 +0000 +++ toc.html 2014-01-02 21:05:19.397369679 +0000 @@ -5,471 +5,459 @@ <head> @@ -13,7 +13,7 @@ <div class="toc"> <h4 class="heading">Table of Contents</h4> - <div class="version"> -- <p>v0.10.1, 2013-12-25</p> +- <p>v0.10.1, 2014-01-25</p> - </div> - <div class="weblinks"> Web Links: - <p><a href="" target="_top">Site Home</a></p> |