From owner-svn-ports-all@freebsd.org Thu Jun 15 21:52:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33587BEFF16; Thu, 15 Jun 2017 21:52:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3BC11602; Thu, 15 Jun 2017 21:52:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5FLq6NW089698; Thu, 15 Jun 2017 21:52:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5FLq6LH089696; Thu, 15 Jun 2017 21:52:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706152152.v5FLq6LH089696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Jun 2017 21:52:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443655 - in head/www: . rubygem-dropzonejs-rails07 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2017 21:52:08 -0000 Author: sunpoet Date: Thu Jun 15 21:52:06 2017 New Revision: 443655 URL: https://svnweb.freebsd.org/changeset/ports/443655 Log: Add rubygem-dropzonejs-rails07 0.7.4 (copied from rubygem-dropzonejs-rails) - Add PORTSCOUT Added: head/www/rubygem-dropzonejs-rails07/ - copied from r443563, head/www/rubygem-dropzonejs-rails/ Modified: head/www/Makefile head/www/rubygem-dropzonejs-rails07/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Jun 15 21:52:01 2017 (r443654) +++ head/www/Makefile Thu Jun 15 21:52:06 2017 (r443655) @@ -1940,6 +1940,7 @@ SUBDIR += rubygem-deckar01-task_list1 SUBDIR += rubygem-domainatrix SUBDIR += rubygem-dropzonejs-rails + SUBDIR += rubygem-dropzonejs-rails07 SUBDIR += rubygem-em-http-request SUBDIR += rubygem-em-socksify SUBDIR += rubygem-em-twitter Modified: head/www/rubygem-dropzonejs-rails07/Makefile ============================================================================== --- head/www/rubygem-dropzonejs-rails/Makefile Wed Jun 14 10:06:44 2017 (r443563) +++ head/www/rubygem-dropzonejs-rails07/Makefile Thu Jun 15 21:52:06 2017 (r443655) @@ -5,14 +5,17 @@ PORTNAME= dropzonejs-rails PORTVERSION= 0.7.4 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 07 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= JS File upload by Matias Meno LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rails4>=3.1:www/rubygem-rails4 + +PORTSCOUT= limit:^0\.7\. NO_ARCH= yes USE_RUBY= yes