Index: head/sysutils/rubygem-bundler/Makefile =================================================================== --- head/sysutils/rubygem-bundler/Makefile (revision 254717) +++ head/sysutils/rubygem-bundler/Makefile (revision 254718) @@ -1,19 +1,24 @@ # Ports collection makefile for: rubygem-bundler # Date created: 7 November 2009 # Whom: Robert Gogolok # # $FreeBSD$ PORTNAME= bundler -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.25 CATEGORIES= sysutils rubygems -MASTER_SITES= http://s3.amazonaws.com/gemcutter_production/gems/ +MASTER_SITES= http://gemcutter.org/gems/ -MAINTAINER= gogo@cs.uni-sb.de +MAINTAINER= gogolok+freebsd@gmail.com COMMENT= A tool that manages gem dependencies for ruby applications USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/bundle + +# we care about not passing -A to allow HTTP redirects +FETCH_ARGS= -pRr .include Property changes on: head/sysutils/rubygem-bundler/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/rubygem-bundler/distinfo =================================================================== --- head/sysutils/rubygem-bundler/distinfo (revision 254717) +++ head/sysutils/rubygem-bundler/distinfo (revision 254718) @@ -1,3 +1,3 @@ -MD5 (rubygem/bundler-0.8.1.gem) = a5d4a17048b31f4a12d975c26200963f -SHA256 (rubygem/bundler-0.8.1.gem) = 8dcdaec5f576e1ee58c5e5b2a73de7bfcd52183567a7fa16f63816465ac901ee -SIZE (rubygem/bundler-0.8.1.gem) = 23552 +MD5 (rubygem/bundler-0.9.25.gem) = b49c12efec98c508355e1e05a7671140 +SHA256 (rubygem/bundler-0.9.25.gem) = 4a060d0071af200a8aac0e7747ef9db4d1d1dc44a6e3a5b0d0ad43454f833dad +SIZE (rubygem/bundler-0.9.25.gem) = 50688 Property changes on: head/sysutils/rubygem-bundler/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/rubygem-bundler/pkg-descr =================================================================== --- head/sysutils/rubygem-bundler/pkg-descr (revision 254717) +++ head/sysutils/rubygem-bundler/pkg-descr (revision 254718) @@ -1,7 +1,7 @@ Bundler is a tool that manages gem dependencies for your ruby application. It takes a gem manifest file and is able to fetch, download, and install the gems and all child dependencies specified in this manifest. It can manage any update to the gem manifest file and update the bundled gems accordingly. It also letsyou run any ruby code in context of the bundled gem environment. -WWW: http://github.com/wycats/bundler +WWW: http://gembundler.com/ Property changes on: head/sysutils/rubygem-bundler/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property