From owner-svn-ports-head@freebsd.org Mon Jul 18 19:06:29 2016 Return-Path: Delivered-To: svn-ports-head@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 121EDB9D466; Mon, 18 Jul 2016 19:06:29 +0000 (UTC) (envelope-from jbeich@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 E1BC11250; Mon, 18 Jul 2016 19:06:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6IJ6SZv080832; Mon, 18 Jul 2016 19:06:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6IJ6RGO080826; Mon, 18 Jul 2016 19:06:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201607181906.u6IJ6RGO080826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 18 Jul 2016 19:06:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418732 - in head/www: . py-flask-restplus py-flask-restplus08 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 19:06:29 -0000 Author: jbeich Date: Mon Jul 18 19:06:27 2016 New Revision: 418732 URL: https://svnweb.freebsd.org/changeset/ports/418732 Log: www/py-flask-restplus{,08}: fork 0.8.6 for www/py-flexget PR: 210979 Submitted by: Andrej Ebert (maintainer) Added: head/www/py-flask-restplus08/ head/www/py-flask-restplus08/Makefile (contents, props changed) - copied, changed from r418719, head/www/py-flask-restplus/Makefile head/www/py-flask-restplus08/distinfo (contents, props changed) head/www/py-flask-restplus08/pkg-descr (contents, props changed) - copied, changed from r418719, head/www/py-flask-restplus/pkg-descr Modified: head/www/Makefile (contents, props changed) head/www/py-flask-restplus/Makefile (contents, props changed) Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Jul 18 19:06:16 2016 (r418731) +++ head/www/Makefile Mon Jul 18 19:06:27 2016 (r418732) @@ -1603,6 +1603,7 @@ SUBDIR += py-flask-oauthlib SUBDIR += py-flask-restful SUBDIR += py-flask-restplus + SUBDIR += py-flask-restplus08 SUBDIR += py-flask-sockets SUBDIR += py-flask-uploads SUBDIR += py-flask-wtf Modified: head/www/py-flask-restplus/Makefile ============================================================================== --- head/www/py-flask-restplus/Makefile Mon Jul 18 19:06:16 2016 (r418731) +++ head/www/py-flask-restplus/Makefile Mon Jul 18 19:06:27 2016 (r418732) @@ -24,6 +24,8 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker \ ${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}flask-restplus08 + USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Copied and modified: head/www/py-flask-restplus08/Makefile (from r418719, head/www/py-flask-restplus/Makefile) ============================================================================== --- head/www/py-flask-restplus/Makefile Mon Jul 18 17:09:35 2016 (r418719, copy source) +++ head/www/py-flask-restplus08/Makefile Mon Jul 18 19:06:27 2016 (r418732) @@ -1,10 +1,11 @@ # $FreeBSD$ PORTNAME= flask-restplus -PORTVERSION= 0.9.2 +PORTVERSION= 0.8.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 08 MAINTAINER= andrej@ebert.su COMMENT= Extension for Flask that adds support for quickly building REST APIs @@ -12,7 +13,7 @@ COMMENT= Extension for Flask that adds s LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8:www/py-flask \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask-RESTful>=0.3.2:www/py-flask-restful \ ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \ @@ -24,6 +25,9 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker \ ${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}flask-restplus +PORTSCOUT= limit:^0\.8 + USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes Added: head/www/py-flask-restplus08/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flask-restplus08/distinfo Mon Jul 18 19:06:27 2016 (r418732) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468851260 +SHA256 (flask-restplus-0.8.6.tar.gz) = 3bb76cc156b9a09da62396d82b29fa31e4f27cccf79528538fe7155cf2785593 +SIZE (flask-restplus-0.8.6.tar.gz) = 1077073 Copied and modified: head/www/py-flask-restplus08/pkg-descr (from r418719, head/www/py-flask-restplus/pkg-descr) ==============================================================================