diff options
author | clsung <clsung@FreeBSD.org> | 2009-05-29 22:14:29 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-05-29 22:14:29 +0800 |
commit | 748ffd7af207984f77e3f441d395ad1ae7821b47 (patch) | |
tree | 75feea896304506dc3b162e7b1cdbb9af186d4d7 /www | |
parent | 1726b088520f57f26828c318e2edef7fcb443988 (diff) | |
download | freebsd-ports-gnome-748ffd7af207984f77e3f441d395ad1ae7821b47.tar.gz freebsd-ports-gnome-748ffd7af207984f77e3f441d395ad1ae7821b47.tar.zst freebsd-ports-gnome-748ffd7af207984f77e3f441d395ad1ae7821b47.zip |
- Update to 1.2.1
PR: ports/134687
Submitted by: pgollucci
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-thin/Makefile | 6 | ||||
-rw-r--r-- | www/rubygem-thin/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/rubygem-thin/Makefile b/www/rubygem-thin/Makefile index a854edb7131b..4b6714bda063 100644 --- a/www/rubygem-thin/Makefile +++ b/www/rubygem-thin/Makefile @@ -5,21 +5,21 @@ # $FreeBSD$ PORTNAME= thin -PORTVERSION= 1.0.0 +PORTVERSION= 1.2.1 CATEGORIES= www rubygems MASTER_SITES= RF MAINTAINER= clsung@FreeBSD.org COMMENT= A fast and very simple Ruby web server -BUILD_DEPENDS= rubygem-rack>=0.3.0:${PORTSDIR}/www/rubygem-rack \ +BUILD_DEPENDS= rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \ rubygem-eventmachine>=0.8.1:${PORTSDIR}/devel/rubygem-eventmachine \ rubygem-daemons>=1.0.9:${PORTSDIR}/devel/rubygem-daemons RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/thin .include <bsd.port.mk> diff --git a/www/rubygem-thin/distinfo b/www/rubygem-thin/distinfo index 4302abfada7b..d16fb861cdaa 100644 --- a/www/rubygem-thin/distinfo +++ b/www/rubygem-thin/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/thin-1.0.0.gem) = 4625c5c019676fa9c7d4bf9ad094c677 -SHA256 (rubygem/thin-1.0.0.gem) = b282c89dc54807a939643d73f611a36e7117b68567d7c4b8cd1f12e3e4fa27bf -SIZE (rubygem/thin-1.0.0.gem) = 134144 +MD5 (rubygem/thin-1.2.1.gem) = 251ce6fcdbc4a20fe80757ddb0fdbd00 +SHA256 (rubygem/thin-1.2.1.gem) = e9374c417bd33a913c0aec0b09467e18aed0861a2cee9e0befa13265299b3044 +SIZE (rubygem/thin-1.2.1.gem) = 145920 |