From owner-svn-ports-head@freebsd.org Thu Jun 25 13:00:31 2015 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 39F1198C80F; Thu, 25 Jun 2015 13:00:31 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2AFE7103B; Thu, 25 Jun 2015 13:00:31 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5PD0Vse065765; Thu, 25 Jun 2015 13:00:31 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5PD0ViV065764; Thu, 25 Jun 2015 13:00:31 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201506251300.t5PD0ViV065764@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Thu, 25 Jun 2015 13:00:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390567 - head/textproc/py-sphinx-intl 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.20 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: Thu, 25 Jun 2015 13:00:31 -0000 Author: kmoore Date: Thu Jun 25 13:00:30 2015 New Revision: 390567 URL: https://svnweb.freebsd.org/changeset/ports/390567 Log: - Cleanup the Makefile - Use CHEESESHOP as dist location - Add python category - Add LICENSE_FILE - Fix order of USE_PYTHON Modified: head/textproc/py-sphinx-intl/Makefile Modified: head/textproc/py-sphinx-intl/Makefile ============================================================================== --- head/textproc/py-sphinx-intl/Makefile Thu Jun 25 12:57:22 2015 (r390566) +++ head/textproc/py-sphinx-intl/Makefile Thu Jun 25 13:00:30 2015 (r390567) @@ -4,20 +4,20 @@ PORTNAME= sphinx-intl PORTVERSION= 0.9.5 PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= https://pypi.python.org/packages/source/s/${PORTNAME}/ \ - http://www.pcbsd.org/~kris/software/ +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kmoore@FreeBSD.org COMMENT= Sphinx-intl translation features LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx \ ${PKGNAMEPREFIX}polib>=1.0.6:${PORTSDIR}/devel/py-polib USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include