Date: Tue, 17 Feb 2009 11:08:25 +0900 (YAKT) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/131764: [maintainer update] devel/rubygem-eventmachine: update to 0.12.4 Message-ID: <200902170208.n1H28P8S034539@blg.akavia.ru> Resent-Message-ID: <200902170230.n1H2U5kc000115@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131764 >Category: ports >Synopsis: [maintainer update] devel/rubygem-eventmachine: update to 0.12.4 >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 Feb 17 02:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.4-RELEASE i386 >Organization: >Environment: >Description: Update to 0.12.4. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/rubygem-eventmachine/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 2 Oct 2008 07:07:09 -0000 1.8 +++ Makefile 17 Feb 2009 02:00:19 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/devel/rubygem-eventmachine/Makefile,v 1.8 2008/10/02 07:07:09 clsung Exp $ PORTNAME= eventmachine -PORTVERSION= 0.12.2 +PORTVERSION= 0.12.4 CATEGORIES= devel rubygems MASTER_SITES= RF @@ -13,14 +13,8 @@ COMMENT= A fast, simple event-processing library for Ruby programs USE_RUBY= yes +USE_RAKE= yes USE_RUBYGEMS= yes - -post-install: - @${ECHO} ${GEM_CACHE} > ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST} - @${ECHO} ${GEM_SPEC} >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST} +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/rubygem-eventmachine/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 2 Oct 2008 07:07:09 -0000 1.7 +++ distinfo 17 Feb 2009 01:34:55 -0000 @@ -1,3 +1,3 @@ -MD5 (rubygem/eventmachine-0.12.2.gem) = b95fe7c7e966572eedd1eedfd79226d1 -SHA256 (rubygem/eventmachine-0.12.2.gem) = 451e6819f3496a9f344b6fd86cead090bfd49bbc8b49dc1a80a101ec403579bb -SIZE (rubygem/eventmachine-0.12.2.gem) = 149504 +MD5 (rubygem/eventmachine-0.12.4.gem) = e6eb3e8c13b1ba636914ed285144b0ba +SHA256 (rubygem/eventmachine-0.12.4.gem) = f36345950a46fede943460379f0c5753f6f9acffa0451519481957d8b24b6791 +SIZE (rubygem/eventmachine-0.12.4.gem) = 174592 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902170208.n1H28P8S034539>