Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 13:00:31 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390567 - head/textproc/py-sphinx-intl
Message-ID:  <201506251300.t5PD0ViV065764@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506251300.t5PD0ViV065764>