Date: Sun, 29 May 2011 09:20:04 +0900 (JST) From: TAKATSU Tomonari <tota@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: wenheping@gmail.com Subject: ports/157388: [PATCH] security/ruby18-hmac: update to 0.4.0 Message-ID: <201105290020.p4T0K49E068437@rtfm.jp> Resent-Message-ID: <201105290030.p4T0UBZq077946@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 157388 >Category: ports >Synopsis: [PATCH] security/ruby18-hmac: update to 0.4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 29 00:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: TAKATSU Tomonari >Release: FreeBSD 8.2-RELEASE amd64 >Organization: none (private) >Environment: System: FreeBSD photon.local.lan 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: - Update to 0.4.0 Port maintainer (wenheping@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- ruby18-hmac-0.4.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/ruby-hmac/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 6 Dec 2008 15:07:10 -0000 1.5 +++ Makefile 28 May 2011 22:10:34 -0000 @@ -6,9 +6,9 @@ # PORTNAME= hmac -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.0 CATEGORIES= security ruby -MASTER_SITES= RF/ruby-hmac +MASTER_SITES= RG PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} @@ -17,14 +17,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes GEM_NAME= ${DISTNAME} -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} - .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/ruby-hmac/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 6 Dec 2008 15:07:10 -0000 1.4 +++ distinfo 28 May 2011 22:09:20 -0000 @@ -1,3 +1,2 @@ -MD5 (rubygem/ruby-hmac-0.3.2.gem) = 783599ce1320380f08acd6440c1e8669 -SHA256 (rubygem/ruby-hmac-0.3.2.gem) = 6cc3b6becf7a4f54a705dc7deaeea3c9408915b5e68f9c31d68f6593b54d653b -SIZE (rubygem/ruby-hmac-0.3.2.gem) = 7168 +SHA256 (rubygem/ruby-hmac-0.4.0.gem) = a4245ecf2cfb2036975b63dc37d41426727d8449617ff45daf0b3be402a9fe07 +SIZE (rubygem/ruby-hmac-0.4.0.gem) = 7168 --- ruby18-hmac-0.4.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105290020.p4T0K49E068437>