svn commit: r387574 - head/devel/rubygem-soap4r
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 27 11:23:05 UTC 2015
Author: sunpoet
Date: Wed May 27 11:23:03 2015
New Revision: 387574
URL: https://svnweb.freebsd.org/changeset/ports/387574
Log:
- Add LICENSE
- Fix space/tab
- Update WWW
Modified:
head/devel/rubygem-soap4r/Makefile
head/devel/rubygem-soap4r/pkg-descr
Modified: head/devel/rubygem-soap4r/Makefile
==============================================================================
--- head/devel/rubygem-soap4r/Makefile Wed May 27 11:22:57 2015 (r387573)
+++ head/devel/rubygem-soap4r/Makefile Wed May 27 11:23:03 2015 (r387574)
@@ -8,11 +8,15 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Ruby implementation of SOAP 1.1
+LICENSE= GPLv2 GPLv3 RUBY
+LICENSE_COMB= dual
+
RUN_DEPENDS= rubygem-httpclient>=2.1.1:${PORTSDIR}/www/rubygem-httpclient
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES= bin/wsdl2ruby.rb bin/xsd2ruby.rb
+
+PLIST_FILES= bin/wsdl2ruby.rb bin/xsd2ruby.rb
.include <bsd.port.mk>
Modified: head/devel/rubygem-soap4r/pkg-descr
==============================================================================
--- head/devel/rubygem-soap4r/pkg-descr Wed May 27 11:22:57 2015 (r387573)
+++ head/devel/rubygem-soap4r/pkg-descr Wed May 27 11:23:03 2015 (r387574)
@@ -1,3 +1,3 @@
SOAP4R is a Ruby library for accessing Web Services via SOAP
-WWW: http://dev.ctor.org/soap4r
+WWW: https://github.com/felipec/soap4r
More information about the svn-ports-all
mailing list