svn commit: r387236 - head/textproc/rubygem-zmq

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 24 00:11:06 UTC 2015


Author: sunpoet
Date: Sun May 24 00:11:05 2015
New Revision: 387236
URL: https://svnweb.freebsd.org/changeset/ports/387236

Log:
  - Add LICENSE
  - Update WWW

Modified:
  head/textproc/rubygem-zmq/Makefile
  head/textproc/rubygem-zmq/pkg-descr

Modified: head/textproc/rubygem-zmq/Makefile
==============================================================================
--- head/textproc/rubygem-zmq/Makefile	Sun May 24 00:07:44 2015	(r387235)
+++ head/textproc/rubygem-zmq/Makefile	Sun May 24 00:11:05 2015	(r387236)
@@ -9,6 +9,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby ZeroMQ gem
 
+LICENSE=	LGPL3
+
 LIB_DEPENDS=	libzmq.so:${PORTSDIR}/net/libzmq2
 
 USE_RUBY=	yes

Modified: head/textproc/rubygem-zmq/pkg-descr
==============================================================================
--- head/textproc/rubygem-zmq/pkg-descr	Sun May 24 00:07:44 2015	(r387235)
+++ head/textproc/rubygem-zmq/pkg-descr	Sun May 24 00:11:05 2015	(r387236)
@@ -1,3 +1,3 @@
 The Ruby binding (C extension) to the ZeroMQ library.
 
-WWW: http://www.zeromq.org/bindings:ruby
+WWW: http://zeromq.org/bindings:ruby


More information about the svn-ports-head mailing list