diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-02 22:28:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-02 22:28:33 +0800 |
commit | ad0e162f3a546f30129e713fe6c6795cfb6645fa (patch) | |
tree | 1bb19ca51f227fad0a4a93bd667395e82c2c41c0 | |
parent | 31d5d9f0a9222c725c6f72f6a9f2fba75b87f6ce (diff) | |
download | freebsd-ports-gnome-ad0e162f3a546f30129e713fe6c6795cfb6645fa.tar.gz freebsd-ports-gnome-ad0e162f3a546f30129e713fe6c6795cfb6645fa.tar.zst freebsd-ports-gnome-ad0e162f3a546f30129e713fe6c6795cfb6645fa.zip |
- Update to 1.4.4
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Sort RUN_DEPENDS
- Remove post-install:
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGES
-rw-r--r-- | www/rubygem-sinatra/Makefile | 13 | ||||
-rw-r--r-- | www/rubygem-sinatra/distinfo | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/www/rubygem-sinatra/Makefile b/www/rubygem-sinatra/Makefile index c95a67682fd8..a94e78b0731f 100644 --- a/www/rubygem-sinatra/Makefile +++ b/www/rubygem-sinatra/Makefile @@ -2,22 +2,21 @@ # $FreeBSD$ PORTNAME= sinatra -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= A classy web development framework in ruby +COMMENT= Classy web development framework in ruby + +LICENSE= MIT RUN_DEPENDS= rubygem-rack>=1.4:${PORTSDIR}/www/rubygem-rack \ - rubygem-tilt>=1.3.4:${PORTSDIR}/devel/rubygem-tilt \ - rubygem-rack-protection>=1.4:${PORTSDIR}/www/rubygem-rack-protection + rubygem-rack-protection>=1.4:${PORTSDIR}/www/rubygem-rack-protection \ + rubygem-tilt>=1.3.4:${PORTSDIR}/devel/rubygem-tilt USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> diff --git a/www/rubygem-sinatra/distinfo b/www/rubygem-sinatra/distinfo index 5c355c152799..d3b3386e7982 100644 --- a/www/rubygem-sinatra/distinfo +++ b/www/rubygem-sinatra/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/sinatra-1.4.3.gem) = 1561dfa634e54e37a1d0cea2291a64f2d2dae34c1c4e875ab8e87b9df9b938a9 -SIZE (rubygem/sinatra-1.4.3.gem) = 333312 +SHA256 (rubygem/sinatra-1.4.4.gem) = 1a16a552d559be0fff6cefd2c84c1fecafcc54668fba540e99fe8f2692033e8a +SIZE (rubygem/sinatra-1.4.4.gem) = 326656 |