Date: Wed, 27 May 2015 13:07:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387591 - head/net/rubygem-amqp067 Message-ID: <201505271307.t4RD7osY078143@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 27 13:07:49 2015 New Revision: 387591 URL: https://svnweb.freebsd.org/changeset/ports/387591 Log: - Add LICENSE - Move PKGNAMESUFFIX upward - Remove NO_LATEST_LINK - Update WWW Modified: head/net/rubygem-amqp067/Makefile head/net/rubygem-amqp067/pkg-descr Modified: head/net/rubygem-amqp067/Makefile ============================================================================== --- head/net/rubygem-amqp067/Makefile Wed May 27 13:07:45 2015 (r387590) +++ head/net/rubygem-amqp067/Makefile Wed May 27 13:07:49 2015 (r387591) @@ -4,19 +4,20 @@ PORTNAME= amqp PORTVERSION= 0.6.7 CATEGORIES= net rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 067 MAINTAINER= ruby@FreeBSD.org COMMENT= Implementation of the AMQP protocol for RabbitMQ clients +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual + RUN_DEPENDS= rubygem-eventmachine>=0.12.4:${PORTSDIR}/devel/rubygem-eventmachine -NO_LATEST_LINK= yes PORTSCOUT= limit:0.6.7 USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PKGNAMESUFFIX= 067 - .include <bsd.port.mk> Modified: head/net/rubygem-amqp067/pkg-descr ============================================================================== --- head/net/rubygem-amqp067/pkg-descr Wed May 27 13:07:45 2015 (r387590) +++ head/net/rubygem-amqp067/pkg-descr Wed May 27 13:07:49 2015 (r387591) @@ -4,4 +4,4 @@ This library works with Ruby 1.8, Ruby 1 This library was tested primarily with RabbitMQ, although it should be compatible with any server implementing the AMQP 0-8 spec. -WWW: https://github.com/ruby-amqp/amqp +WWW: http://rubyamqp.info/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505271307.t4RD7osY078143>