svn commit: r387821 - head/devel/rubygem-shoulda-context
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 29 11:16:07 UTC 2015
Author: sunpoet
Date: Fri May 29 11:16:06 2015
New Revision: 387821
URL: https://svnweb.freebsd.org/changeset/ports/387821
Log:
- Add LICENSE
- Use = instead of +=
- Update WWW
Modified:
head/devel/rubygem-shoulda-context/Makefile
head/devel/rubygem-shoulda-context/pkg-descr
Modified: head/devel/rubygem-shoulda-context/Makefile
==============================================================================
--- head/devel/rubygem-shoulda-context/Makefile Fri May 29 11:16:01 2015 (r387820)
+++ head/devel/rubygem-shoulda-context/Makefile Fri May 29 11:16:06 2015 (r387821)
@@ -9,9 +9,12 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Context framework extracted from Shoulda
+LICENSE= MIT
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES+= bin/convert_to_should_syntax
+
+PLIST_FILES= bin/convert_to_should_syntax
.include <bsd.port.mk>
Modified: head/devel/rubygem-shoulda-context/pkg-descr
==============================================================================
--- head/devel/rubygem-shoulda-context/pkg-descr Fri May 29 11:16:01 2015 (r387820)
+++ head/devel/rubygem-shoulda-context/pkg-descr Fri May 29 11:16:06 2015 (r387821)
@@ -1,3 +1,3 @@
Context framework extracted from Shoulda
-WWW: http://thoughtbot.com/community/
+WWW: https://thoughtbot.com/community/
More information about the svn-ports-all
mailing list