1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- add missing build dependency on devel/py-hgtools. This should fix

build on pointyhat [1]
- bump PORTREVISION because of dependency change

while here:
- trim Makefile header
- remove trailing whitespace in pkg-descr

PR:		173507 [1]
PR:     173501 [2]
Submitted by:	William Grzybowski <william88 at gmail dot com> (maintainer)
Reported by:	bdrewery [2]
Feature safe:	yes
This commit is contained in:
Ruslan Makhmatkhanov 2012-11-13 14:09:46 +00:00
parent 6fe9a3f583
commit 82f3972d59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307375
2 changed files with 7 additions and 9 deletions

View File

@ -1,12 +1,9 @@
# New ports collection makefile for: py-irclib
# Date created: 25 April 2001
# Whom: Hye-Shik Chang
#
# Created by: Hye-Shik Chang
# $FreeBSD$
#
PORTNAME= irclib
PORTVERSION= 0.6.4
PORTREVISION= 1
CATEGORIES= irc python
MASTER_SITES= SF/python-${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -23,7 +20,8 @@ PYDISTUTILS_NOEGGINFO=yes
# TODO: irclib have some weird install script bundled and use of
# USE_PYDISTUTILS=easy_install would break it
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools \
${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools
PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}