- rename patch, since it's now applied uncoditionally and remove EXTRA_PATCHES[1]
- remove indefinite article from COMMENT - eliminate PYTHON_SITELIBDIR from dependencies - limit python version to 2.x only Non-functional changes, so no PORTREVISION bump is required Discussed with: eadler
This commit is contained in:
parent
f0e482d124
commit
bfd963a8d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316671
2 changed files with 4 additions and 6 deletions
|
@ -9,13 +9,13 @@ MASTER_SITES= http://storage.perlig.de/${PORTNAME}/
|
|||
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A tool to post subversion repository commit information
|
||||
COMMENT= Tool to post subversion repository commit information
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libsvn/__init__.py:${PORTSDIR}/devel/py-subversion
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>0:${PORTSDIR}/devel/py-subversion
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_BZIP2= YES
|
||||
USE_PYTHON= 2.5+
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGVERSION= ${DISTVERSION}
|
||||
|
||||
|
@ -23,8 +23,6 @@ MAN1= svn-mailer.1
|
|||
|
||||
PORTDOCS= *
|
||||
|
||||
EXTRA_PATCHES= ${FILESDIR}/py25-src-lib-svnmailer-notifier-_base.py
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ! ${PORT_OPTIONS:MDOCS}
|
||||
|
|
Loading…
Reference in a new issue