From owner-svn-ports-head@freebsd.org Fri May 5 16:05:57 2017 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 0AC74D5F388; Fri, 5 May 2017 16:05:57 +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 C523381E; Fri, 5 May 2017 16:05:56 +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 v45G5t7D036544; Fri, 5 May 2017 16:05:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45G5tSI036543; Fri, 5 May 2017 16:05:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051605.v45G5tSI036543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 5 May 2017 16:05:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440194 - head/graphics/py-graphy 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: Fri, 05 May 2017 16:05:57 -0000 Author: sunpoet Date: Fri May 5 16:05:55 2017 New Revision: 440194 URL: https://svnweb.freebsd.org/changeset/ports/440194 Log: Update MASTER_SITES and unbreak this port - Remove DEPRECATED and EXPIRATION_DATE - Add NO_ARCH Modified: head/graphics/py-graphy/Makefile Modified: head/graphics/py-graphy/Makefile ============================================================================== --- head/graphics/py-graphy/Makefile Fri May 5 16:05:50 2017 (r440193) +++ head/graphics/py-graphy/Makefile Fri May 5 16:05:55 2017 (r440194) @@ -4,7 +4,7 @@ PORTNAME= graphy PORTVERSION= 1.0 CATEGORIES= graphics python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/graphy/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,15 +14,12 @@ COMMENT= Simple chart library for Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - USES= python:run tar:bzip2 PORTDOCS= README PORTEXAMPLES= * +NO_ARCH= yes NO_BUILD= yes OPTIONS_DEFINE= DOCS EXAMPLES