ports/148073: [MAINTAINER] www/rubygem-ramaze: update to 2010.04.04

Jyun-Yan You jyyou at cs.nctu.edu.tw
Tue Jun 22 19:30:10 UTC 2010


>Number:         148073
>Category:       ports
>Synopsis:       [MAINTAINER] www/rubygem-ramaze: update to 2010.04.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 22 19:30:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jyun-Yan You
>Release:        FreeBSD 7.3-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD csduty.cs.nctu.edu.tw 7.3-RELEASE FreeBSD 7.3-RELEASE #0: Sun Mar 21 05:25:24 UTC 2010
>Description:
- Update to 2010.04.04

Removed file(s):
- files/xhtml.rb.patch

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- rubygem-ramaze-2010.04.04.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/rubygem-ramaze/Makefile /amd/account/gcs/98/9855518/tmp/rubygem-ramaze/Makefile
--- /usr/ports/www/rubygem-ramaze/Makefile	2010-06-06 16:12:01.000000000 +0800
+++ /amd/account/gcs/98/9855518/tmp/rubygem-ramaze/Makefile	2010-06-23 03:19:46.000000000 +0800
@@ -6,26 +6,19 @@
 #
 
 PORTNAME=	ramaze
-PORTVERSION=	2009.10
+PORTVERSION=	2010.04.04
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	jyyou at cs.nctu.edu.tw
 COMMENT=	Ramaze is a simple and modular web framework
 
-RUN_DEPENDS=	rubygem-innate=2009.10:${PORTSDIR}/www/rubygem-innate
-
-BROKEN=	requires exact version of www/rubygem-innate
+RUN_DEPENDS=	rubygem-innate=2010.04:${PORTSDIR}/www/rubygem-innate
 
 PLIST_FILES=	bin/ramaze
 
 USE_RUBY=	yes
-
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-post-install:
-	@${PATCH} -p0 -d ${PREFIX}/${GEM_LIB_DIR} < ${PATCHDIR}/xhtml.rb.patch
-	@${FIND} ${PREFIX}/${GEM_LIB_DIR} -name "*.orig" -delete
-
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/www/rubygem-ramaze/distinfo /amd/account/gcs/98/9855518/tmp/rubygem-ramaze/distinfo
--- /usr/ports/www/rubygem-ramaze/distinfo	2010-02-09 06:05:01.000000000 +0800
+++ /amd/account/gcs/98/9855518/tmp/rubygem-ramaze/distinfo	2010-06-23 03:19:58.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (rubygem/ramaze-2009.10.gem) = e97055aa3b8ce4e744dc71fba36368d4
-SHA256 (rubygem/ramaze-2009.10.gem) = 49140e3ad5c39ead1ef25bdf333eade4bb067fdccd3c4cc6754b5bfc69ce87a7
-SIZE (rubygem/ramaze-2009.10.gem) = 626688
+MD5 (rubygem/ramaze-2010.04.04.gem) = 71736f531dce220597b4be517bf6bb28
+SHA256 (rubygem/ramaze-2010.04.04.gem) = f1b4a07a0371d8a164587bc13db03562d34852a3ab98da59e7bdccd32632d760
+SIZE (rubygem/ramaze-2010.04.04.gem) = 644096
diff -ruN --exclude=CVS /usr/ports/www/rubygem-ramaze/files/xhtml.rb.patch /amd/account/gcs/98/9855518/tmp/rubygem-ramaze/files/xhtml.rb.patch
--- /usr/ports/www/rubygem-ramaze/files/xhtml.rb.patch	2010-02-09 06:05:01.000000000 +0800
+++ /amd/account/gcs/98/9855518/tmp/rubygem-ramaze/files/xhtml.rb.patch	1970-01-01 08:00:00.000000000 +0800
@@ -1,20 +0,0 @@
---- lib/ramaze/helper/xhtml.rb.orig	2009-11-04 20:13:31.180694249 +0800
-+++ lib/ramaze/helper/xhtml.rb	2009-11-04 20:18:00.000000000 +0800
-@@ -8,7 +8,7 @@
- 
-       def css(name, media = 'screen', options = {})
-         if options.empty?
--          LINK_TAG % ["/css/#{name}.css", media]
-+          LINK_TAG % ["#{Ramaze.options.prefix}/css/#{name}.css", media]
-         elsif options[:only].to_s.downcase == 'ie'
-           "<!--[if IE]>#{css(name, media)}<![endif]-->"
-         end
-@@ -22,7 +22,7 @@
-         if name =~ /^http/ # consider it external full url
-           SCRIPT_TAG % name
-         else
--          SCRIPT_TAG % "/js/#{name}.js"
-+          SCRIPT_TAG % "#{Ramaze.options.prefix}/js/#{name}.js"
-         end
-       end
- 
--- rubygem-ramaze-2010.04.04.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list