FreeBSD Bugzilla – Attachment 83365 Details for
Bug 119086
[PATCH] devel/rubygem-hoe: update to 1.4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.01 KB, created by
TAKATSU Tomonari
on 2007-12-28 03:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
TAKATSU Tomonari
Created:
2007-12-28 03:40:01 UTC
Size:
2.01 KB
patch
obsolete
>diff -urN rubygem-hoe.orig/Makefile rubygem-hoe/Makefile >--- rubygem-hoe.orig/Makefile 2007-09-12 05:00:04.000000000 +0900 >+++ rubygem-hoe/Makefile 2007-12-28 12:16:10.000000000 +0900 >@@ -5,18 +5,27 @@ > # $FreeBSD: ports/devel/rubygem-hoe/Makefile,v 1.6 2007/09/05 01:00:28 clsung Exp $ > > PORTNAME= hoe >-PORTVERSION= 1.3.0 >+PORTVERSION= 1.4.0 > CATEGORIES= devel rubygems > MASTER_SITES= ${MASTER_SITE_RUBYFORGE} > MASTER_SITE_SUBDIR= seattlerb > > MAINTAINER= jw@innerewut.de >-COMMENT= hoe - a tool to help rake >+COMMENT= A simple rake/rubygems helper for project Rakefiles > > BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \ > rubyforge:${PORTSDIR}/devel/rubygem-rubyforge > RUN_DEPENDS= ${BUILD_DEPENDS} > >+x-generate-plist: >+ ${ECHO} bin/sow > pkg-plist.new >+ ${ECHO} %%GEM_CACHE%% >> pkg-plist.new >+ ${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},%%GEM_DOC_DIR%%,' >> pkg-plist.new >+ ${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},%%GEM_LIB_DIR%%,' >> pkg-plist.new >+ ${ECHO} %%GEM_SPEC%% >> pkg-plist.new >+ ${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm %%GEM_LIB_DIR%%,' >> pkg-plist.new >+ ${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm %%GEM_DOC_DIR%%,' >> pkg-plist.new >+ > .include <bsd.port.pre.mk> > .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" > .include <bsd.port.post.mk> >diff -urN rubygem-hoe.orig/distinfo rubygem-hoe/distinfo >--- rubygem-hoe.orig/distinfo 2007-09-12 05:00:04.000000000 +0900 >+++ rubygem-hoe/distinfo 2007-12-28 07:49:38.000000000 +0900 >@@ -1,3 +1,3 @@ >-MD5 (rubygem/hoe-1.3.0.gem) = 838751aa0b18eafab7ff9a9633c79e19 >-SHA256 (rubygem/hoe-1.3.0.gem) = 9e3d3858c5b8f66f87ba2b4f0e4e2711df3112b78e2feabcf9a02774eecc97c2 >-SIZE (rubygem/hoe-1.3.0.gem) = 15360 >+MD5 (rubygem/hoe-1.4.0.gem) = 0a903349975f6484dc5a31943c4ac599 >+SHA256 (rubygem/hoe-1.4.0.gem) = c595b84c8eb487041903984b6c8a1e7e31b7ab82aa0a53821ca48ddb05fe8571 >+SIZE (rubygem/hoe-1.4.0.gem) = 15872
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 119086
: 83365