diff options
author | swills <swills@FreeBSD.org> | 2011-10-30 23:29:22 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-30 23:29:22 +0800 |
commit | 315873c052622cddc7625736010d2975fb3dbe48 (patch) | |
tree | cbbda4ac1d55d0c40104a9fcd05d86dff3a16938 /www | |
parent | 22ef9622c071177215a0e5d9773f3e9f4a0b847f (diff) | |
download | freebsd-ports-gnome-315873c052622cddc7625736010d2975fb3dbe48.tar.gz freebsd-ports-gnome-315873c052622cddc7625736010d2975fb3dbe48.tar.zst freebsd-ports-gnome-315873c052622cddc7625736010d2975fb3dbe48.zip |
- Update to 0.11.0
PR: ports/162146
Submitted by: swills (me)
Approved by: gogo@cs.uni-sb.de (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-staticmatic/Makefile | 5 | ||||
-rw-r--r-- | www/rubygem-staticmatic/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/rubygem-staticmatic/Makefile b/www/rubygem-staticmatic/Makefile index 5afc66685d48..8606d7e9a5e0 100644 --- a/www/rubygem-staticmatic/Makefile +++ b/www/rubygem-staticmatic/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= staticmatic -PORTVERSION= 0.10.8 +PORTVERSION= 0.11.0 CATEGORIES= www rubygems MASTER_SITES= RG @@ -14,7 +14,8 @@ COMMENT= Manage static websites using Haml and Sass RUN_DEPENDS= rubygem-haml>=2.0.0:${PORTSDIR}/www/rubygem-haml \ rubygem-mongrel>=1.1.5:${PORTSDIR}/www/rubygem-mongrel \ - rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack + rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack \ + rubygem-compass>=0.10.0:${PORTSDIR}/textproc/rubygem-compass USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/www/rubygem-staticmatic/distinfo b/www/rubygem-staticmatic/distinfo index cbcf61c11f1c..326668e94c26 100644 --- a/www/rubygem-staticmatic/distinfo +++ b/www/rubygem-staticmatic/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/staticmatic-0.10.8.gem) = 52e9960b8ff9b98af132ac06fd362e23f6d7d6a76f10a7560e9ed6f3979e1c06 -SIZE (rubygem/staticmatic-0.10.8.gem) = 14848 +SHA256 (rubygem/staticmatic-0.11.0.gem) = 21d01589f11fffc898471cdabb4e5a9a2ce0c35786d0598e1e9449055a2faa9c +SIZE (rubygem/staticmatic-0.11.0.gem) = 17920 |