svn commit: r387108 - head/devel/rubygem-bacon
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 23 07:14:50 UTC 2015
Author: sunpoet
Date: Sat May 23 07:14:49 2015
New Revision: 387108
URL: https://svnweb.freebsd.org/changeset/ports/387108
Log:
- Add LICENSE
- Remove USE_RAKE
- Update WWW
Modified:
head/devel/rubygem-bacon/Makefile
head/devel/rubygem-bacon/pkg-descr
Modified: head/devel/rubygem-bacon/Makefile
==============================================================================
--- head/devel/rubygem-bacon/Makefile Sat May 23 07:14:44 2015 (r387107)
+++ head/devel/rubygem-bacon/Makefile Sat May 23 07:14:49 2015 (r387108)
@@ -9,10 +9,12 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Bacon is a small RSpec clone
+LICENSE= MIT
+
USE_RUBY= yes
-USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+
PLIST_FILES= bin/bacon
.include <bsd.port.mk>
Modified: head/devel/rubygem-bacon/pkg-descr
==============================================================================
--- head/devel/rubygem-bacon/pkg-descr Sat May 23 07:14:44 2015 (r387107)
+++ head/devel/rubygem-bacon/pkg-descr Sat May 23 07:14:49 2015 (r387108)
@@ -1,4 +1,4 @@
Bacon is a small RSpec clone weighing less than 350 LoC but nevertheless
providing all essential features.
-WWW: http://rubygems.org/gems/bacon
+WWW: https://github.com/chneukirchen/bacon
More information about the svn-ports-all
mailing list