Date: Fri, 30 Jan 2009 05:54:18 -0800 (PST) From: Dennis Herrmann <adox@mcx2.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131159: [MAINTAINER] devel/rubygem-trollop: update to 1.11 Message-ID: <4983068a.07a0660a.7a2c.7da8@mx.google.com> Resent-Message-ID: <200901301400.n0UE091B041542@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131159 >Category: ports >Synopsis: [MAINTAINER] devel/rubygem-trollop: update to 1.11 >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: Fri Jan 30 14:00:08 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dennis Herrmann >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD dhn.homeunix.com 7.1-STABLE FreeBSD 7.1-STABLE #4: Sat Jan 10 13:45:30 CET 2009 >Description: - Update to 1.11 - Remove whitespace - Tested ( http://tb.4bit.ws/index.php?action=describe_port&id=362 ) Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rubygem-trollop-1.11.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/rubygem-trollop/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 8 Jan 2009 17:52:53 -0000 1.1 +++ Makefile 30 Jan 2009 13:10:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME= trollop -PORTVERSION= 1.10.2 +PORTVERSION= 1.11 CATEGORIES= devel rubygems MASTER_SITES= RF/trollop @@ -23,6 +23,6 @@ @${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} + @${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/pcvs/ports/devel/rubygem-trollop/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 8 Jan 2009 17:52:53 -0000 1.1 +++ distinfo 30 Jan 2009 13:06:23 -0000 @@ -1,3 +1,3 @@ -MD5 (rubygem/trollop-1.10.2.gem) = 02d53f41bd58f74047128be180455a65 -SHA256 (rubygem/trollop-1.10.2.gem) = 6bdd4b961f2ab74379aa6174221b110a479aa87d79f85ef2c3e09c48309f3d9b -SIZE (rubygem/trollop-1.10.2.gem) = 18432 +MD5 (rubygem/trollop-1.11.gem) = 10ef78fdf69810d30ebc8cafa9b4c734 +SHA256 (rubygem/trollop-1.11.gem) = a5c02b3db0b910d339afe3b4b218b3df3d86e96d87e984bd85754c7f138faa6c +SIZE (rubygem/trollop-1.11.gem) = 18944 --- rubygem-trollop-1.11.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?4983068a.07a0660a.7a2c.7da8>