Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 04:03:55 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342484 - in head/lang/ruby-doc-stdlib: . files
Message-ID:  <201402040403.s1443tu8050934@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Feb  4 04:03:55 2014
New Revision: 342484
URL: http://svnweb.freebsd.org/changeset/ports/342484
QAT: https://qat.redports.org/buildarchive/r342484/

Log:
  - 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]

Modified:
  head/lang/ruby-doc-stdlib/Makefile
  head/lang/ruby-doc-stdlib/distinfo
  head/lang/ruby-doc-stdlib/files/patch-download.html
  head/lang/ruby-doc-stdlib/files/patch-toc.html

Modified: head/lang/ruby-doc-stdlib/Makefile
==============================================================================
--- head/lang/ruby-doc-stdlib/Makefile	Tue Feb  4 03:17:29 2014	(r342483)
+++ head/lang/ruby-doc-stdlib/Makefile	Tue Feb  4 04:03:55 2014	(r342484)
@@ -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}

Modified: head/lang/ruby-doc-stdlib/distinfo
==============================================================================
--- head/lang/ruby-doc-stdlib/distinfo	Tue Feb  4 03:17:29 2014	(r342483)
+++ head/lang/ruby-doc-stdlib/distinfo	Tue Feb  4 04:03:55 2014	(r342484)
@@ -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

Modified: head/lang/ruby-doc-stdlib/files/patch-download.html
==============================================================================
--- head/lang/ruby-doc-stdlib/files/patch-download.html	Tue Feb  4 03:17:29 2014	(r342483)
+++ head/lang/ruby-doc-stdlib/files/patch-download.html	Tue Feb  4 04:03:55 2014	(r342484)
@@ -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> 

Modified: head/lang/ruby-doc-stdlib/files/patch-toc.html
==============================================================================
--- head/lang/ruby-doc-stdlib/files/patch-toc.html	Tue Feb  4 03:17:29 2014	(r342483)
+++ head/lang/ruby-doc-stdlib/files/patch-toc.html	Tue Feb  4 04:03:55 2014	(r342484)
@@ -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> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402040403.s1443tu8050934>