svn commit: r394511 - in head: . devel/py-ice devel/py-twisted

Mathieu Arnold mat at FreeBSD.org
Mon Aug 17 14:59:22 UTC 2015


Author: mat
Date: Mon Aug 17 14:59:20 2015
New Revision: 394511
URL: https://svnweb.freebsd.org/changeset/ports/394511

Log:
  Typos and forgotten comments from r394508.
  
  Submitted by:	pgollucci
  Sponsored by:	Absolight

Modified:
  head/UPDATING
  head/devel/py-ice/Makefile
  head/devel/py-twisted/Makefile

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Aug 17 14:46:45 2015	(r394510)
+++ head/UPDATING	Mon Aug 17 14:59:20 2015	(r394511)
@@ -10,7 +10,7 @@ you update your ports collection, before
   AUTHOR: mat at 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

Modified: head/devel/py-ice/Makefile
==============================================================================
--- head/devel/py-ice/Makefile	Mon Aug 17 14:46:45 2015	(r394510)
+++ head/devel/py-ice/Makefile	Mon Aug 17 14:59:20 2015	(r394511)
@@ -29,7 +29,6 @@ MAKE_ENV+=	PYTHON_VERSION=${PYTHON_VERSI
 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

Modified: head/devel/py-twisted/Makefile
==============================================================================
--- head/devel/py-twisted/Makefile	Mon Aug 17 14:46:45 2015	(r394510)
+++ head/devel/py-twisted/Makefile	Mon Aug 17 14:59:20 2015	(r394511)
@@ -15,7 +15,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twis
 
 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


More information about the svn-ports-all mailing list