diff options
author | clsung <clsung@FreeBSD.org> | 2009-04-24 15:01:07 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-04-24 15:01:07 +0800 |
commit | c767649cd7a12a91acc9520cc9ddcb431c1fad3e (patch) | |
tree | 74d7e2c9949a306374846e0058f714adecce594c /www/rubygem-erubis/Makefile | |
parent | ac34c99c723f03ca7b30e0e48cb2ee3a82fb95d1 (diff) | |
download | freebsd-ports-gnome-c767649cd7a12a91acc9520cc9ddcb431c1fad3e.tar.gz freebsd-ports-gnome-c767649cd7a12a91acc9520cc9ddcb431c1fad3e.tar.zst freebsd-ports-gnome-c767649cd7a12a91acc9520cc9ddcb431c1fad3e.zip |
- Update to 2.6.4
PR: ports/133526
Submitted by: pgollucci
Diffstat (limited to 'www/rubygem-erubis/Makefile')
-rw-r--r-- | www/rubygem-erubis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rubygem-erubis/Makefile b/www/rubygem-erubis/Makefile index fcddc1bf060f..a18df688d6f4 100644 --- a/www/rubygem-erubis/Makefile +++ b/www/rubygem-erubis/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= erubis -PORTVERSION= 2.6.2 +PORTVERSION= 2.6.4 CATEGORIES= www rubygems MASTER_SITES= RF @@ -17,7 +17,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/erubis .include <bsd.port.mk> |