Bug 173748 - [maintainer] math/ruby-narray_miss: update to 1.2.8
Summary: [maintainer] math/ruby-narray_miss: update to 1.2.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-21 00:40 UTC by murashin
Modified: 2013-01-22 04:02 UTC (History)
0 users

See Also:


Attachments
ruby-narray_miss.diff (1.62 KB, patch)
2012-11-21 00:40 UTC, murashin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description murashin 2012-11-21 00:40:00 UTC
	- update to 1.2.8.

How-To-Repeat: 	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-21 00:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-22 03:58:08 UTC
Author: swills
Date: Tue Jan 22 03:57:55 2013
New Revision: 310801
URL: http://svnweb.freebsd.org/changeset/ports/310801

Log:
  - Update to 1.2.8
  
  PR:		ports/173748
  Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)

Modified:
  head/math/ruby-narray_miss/Makefile   (contents, props changed)
  head/math/ruby-narray_miss/distinfo   (contents, props changed)

Modified: head/math/ruby-narray_miss/Makefile
==============================================================================
--- head/math/ruby-narray_miss/Makefile	Tue Jan 22 03:31:11 2013	(r310800)
+++ head/math/ruby-narray_miss/Makefile	Tue Jan 22 03:57:55 2013	(r310801)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	narray_miss
-PORTVERSION=	1.2.6
+PORTVERSION=	1.2.8
 CATEGORIES=	math ruby
 MASTER_SITES=	http://ruby.gfd-dennou.org/products/narray_miss/ \
 		http://dennou-h.gfd-dennou.org/library/ruby/products/narray_miss/ \
@@ -18,7 +18,7 @@ MAINTAINER=	murashin@gfd-dennou.org
 COMMENT=	Additional class with processing of missing value to NArray
 
 LICENSE=	BSD
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+LICENSE_FILE=	${WRKSRC}/${PORTNAME}/LICENSE.txt
 
 RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
 
@@ -31,11 +31,11 @@ NO_BUILD=	yes
 DOCS=		LICENSE.txt README.rdoc
 
 do-install:
-	cd ${WRKSRC} && ${RAKE_BIN} nongeminstall
+	cd ${WRKSRC}/${PORTNAME} && ${RAKE_BIN} nongeminstall
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${RUBY_MODDOCDIR}
 .for f in ${DOCS}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}
+	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${f} ${RUBY_MODDOCDIR}
 .endfor
 .endif
 

Modified: head/math/ruby-narray_miss/distinfo
==============================================================================
--- head/math/ruby-narray_miss/distinfo	Tue Jan 22 03:31:11 2013	(r310800)
+++ head/math/ruby-narray_miss/distinfo	Tue Jan 22 03:57:55 2013	(r310801)
@@ -1,2 +1,2 @@
-SHA256 (ruby/narray_miss-1.2.6.tar.gz) = bc6ecd15b63c891cc3dda137aeb501301422a395f11a3e0439a8bca02f9379b8
-SIZE (ruby/narray_miss-1.2.6.tar.gz) = 12855
+SHA256 (ruby/narray_miss-1.2.8.tar.gz) = fcd602da986171ada9af406331448cc9b86abb00e6627cdf6ee3d4308e3c4e88
+SIZE (ruby/narray_miss-1.2.8.tar.gz) = 12956
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-01-22 04:02:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!