Typos and forgotten comments from r394508.
Submitted by: pgollucci Sponsored by: Absolight
This commit is contained in:
parent
7e79ea9604
commit
0fb34cdf0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394511
3 changed files with 1 additions and 3 deletions
2
UPDATING
2
UPDATING
|
@ -10,7 +10,7 @@ you update your ports collection, before attempting any port upgrades.
|
|||
AUTHOR: mat@FreeBSD.org
|
||||
|
||||
The use of <UNIQUENAME>_SET/UNSET has been deprecated for a long time,
|
||||
replaced by <OPTIONNS_NAME>_SET/UNSET. It is now not supported any more.
|
||||
replaced by <OPTIONS_NAME>_SET/UNSET. It is now not supported any more.
|
||||
A warning will be issued telling you what to do, for example:
|
||||
|
||||
$ make
|
||||
|
|
|
@ -29,7 +29,6 @@ MAKE_ENV+= PYTHON_VERSION=${PYTHON_VERSION}
|
|||
LIB_VRS= ${PORTVERSION:S|.||g:C|[0-9]$||}
|
||||
PLIST_SUB= LIB_VERSION="${PORTVERSION}" LIB_VRS="${LIB_VRS}"
|
||||
|
||||
# bypass infrastructure bug (taken from www/py-django)
|
||||
OPTIONS_DEFINE= DEBUG TESTS
|
||||
OPTIONS_DEFAULT=TESTS
|
||||
TESTS_DESC= Run tests
|
||||
|
|
|
@ -15,7 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/deve
|
|||
|
||||
USES= metaport python:2
|
||||
|
||||
# Bypass infrastructure bug
|
||||
OPTIONS_DEFINE= CONCH LORE MAIL NAMES NEWS PAIR RUNNER WEB WORDS
|
||||
OPTIONS_DEFAULT=CONCH LORE MAIL NAMES NEWS PAIR RUNNER WEB WORDS
|
||||
CONCH_DESC= SSH and SFTP protocol
|
||||
|
|
Loading…
Reference in a new issue