Date: Fri, 28 Dec 2007 12:35:35 +0900 (JST) From: TAKATSU Tomonari <tota@rtfm.jp> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jw@innerewut.de Subject: ports/119086: [PATCH] devel/rubygem-hoe: update to 1.4.0 Message-ID: <200712280335.lBS3ZZXp012828@www2.inetd.co.jp> Resent-Message-ID: <200712280340.lBS3e1Gq057256@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 119086 >Category: ports >Synopsis: [PATCH] devel/rubygem-hoe: update to 1.4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 28 03:40:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: TAKATSU Tomonari >Release: FreeBSD 6.3-PRERELEASE i386 >Organization: >Environment: System: FreeBSD photon.rtfm.jp 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Sun Dec 16 23:38:27 JST 2007 >Description: - update to 1.4.0 - make portlint happy Port maintainer (jw@innerewut.de) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712280335.lBS3ZZXp012828>