Date: Sun, 15 Apr 2018 20:03:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467426 - head/games/rubygem-lolcat Message-ID: <201804152003.w3FK3Wiq084332@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Apr 15 20:03:32 2018 New Revision: 467426 URL: https://svnweb.freebsd.org/changeset/ports/467426 Log: Update to 99.9.10 Changes: https://github.com/busyloop/lolcat/commits/master Modified: head/games/rubygem-lolcat/Makefile head/games/rubygem-lolcat/distinfo Modified: head/games/rubygem-lolcat/Makefile ============================================================================== --- head/games/rubygem-lolcat/Makefile Sun Apr 15 20:03:27 2018 (r467425) +++ head/games/rubygem-lolcat/Makefile Sun Apr 15 20:03:32 2018 (r467426) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lolcat -PORTVERSION= 90.8.8 +PORTVERSION= 99.9.10 CATEGORIES= games MASTER_SITES= RG @@ -11,13 +11,21 @@ COMMENT= Rainbows and unicorns LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-paint>=2.0.0:devel/rubygem-paint \ +RUN_DEPENDS= rubygem-manpages>=0.6.1:devel/rubygem-manpages \ + rubygem-paint>=2.0.0:devel/rubygem-paint \ rubygem-trollop>=2.1.2:devel/rubygem-trollop NO_ARCH= yes USE_RUBY= yes USES= gem -PLIST_FILES= bin/lolcat +PLIST_FILES= bin/lolcat \ + man/man6/lolcat.6.gz + +post-build: + @${REINPLACE_CMD} -e 's|man/lolcat.6|&.gz|' ${WRKSRC}/${GEMSPEC} + +post-install: + ${GZIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/man/lolcat.6 .include <bsd.port.mk> Modified: head/games/rubygem-lolcat/distinfo ============================================================================== --- head/games/rubygem-lolcat/distinfo Sun Apr 15 20:03:27 2018 (r467425) +++ head/games/rubygem-lolcat/distinfo Sun Apr 15 20:03:32 2018 (r467426) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518538809 -SHA256 (rubygem/lolcat-90.8.8.gem) = ce80b9e21503553fd8cc9bc2bae6a66bfe300bc580a7b1284de06e8e300f03e0 -SIZE (rubygem/lolcat-90.8.8.gem) = 56832 +TIMESTAMP = 1523459676 +SHA256 (rubygem/lolcat-99.9.10.gem) = d46affaab3a361ffb03415ef712ce1a457b404a28d38a284eb744eee5fe52d3a +SIZE (rubygem/lolcat-99.9.10.gem) = 57856
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804152003.w3FK3Wiq084332>