From owner-svn-ports-head@freebsd.org Wed Sep 14 16:08:45 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 5C3BDBDAEF8; Wed, 14 Sep 2016 16:08:45 +0000 (UTC) (envelope-from mat@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 2AA431D42; Wed, 14 Sep 2016 16:08:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8EG8il0001356; Wed, 14 Sep 2016 16:08:44 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8EG8it8001354; Wed, 14 Sep 2016 16:08:44 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201609141608.u8EG8it8001354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 14 Sep 2016 16:08:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422142 - in head: devel/py-binplist www/py-pywebdav 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.23 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: Wed, 14 Sep 2016 16:08:45 -0000 Author: mat Date: Wed Sep 14 16:08:44 2016 New Revision: 422142 URL: https://svnweb.freebsd.org/changeset/ports/422142 Log: Messed up those two. Pointy hat: mat Sponsored by: Absolight Modified: head/devel/py-binplist/Makefile (contents, props changed) head/www/py-pywebdav/Makefile (contents, props changed) Modified: head/devel/py-binplist/Makefile ============================================================================== --- head/devel/py-binplist/Makefile Wed Sep 14 16:07:55 2016 (r422141) +++ head/devel/py-binplist/Makefile Wed Sep 14 16:08:44 2016 (r422142) @@ -4,7 +4,7 @@ PORTNAME= binplist PORTVERSION= 0.1.4 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org @@ -12,8 +12,6 @@ COMMENT= Binary plist parser LICENSE= APACHE20 -BROKEN= Unfetchable (google code has gone away) - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz USES= python Modified: head/www/py-pywebdav/Makefile ============================================================================== --- head/www/py-pywebdav/Makefile Wed Sep 14 16:07:55 2016 (r422141) +++ head/www/py-pywebdav/Makefile Wed Sep 14 16:08:44 2016 (r422142) @@ -5,14 +5,12 @@ PORTNAME= PyWebDAV PORTVERSION= 0.9.8 PORTREVISION= 1 CATEGORIES= www net python -MASTER_SITES= GOOGLE_CODE CHEESESHOP +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= WebDAV Library and Server for Python -BROKEN= Unfetchable (google code has gone away) - USES= python USE_PYTHON= distutils autoplist