From 5f37dd84911359300a58a785d4ea4bc1d612812a Mon Sep 17 00:00:00 2001 From: cs Date: Wed, 25 Jul 2012 06:32:06 +0000 Subject: Fix typos in COMMENT --- dns/adns/Makefile | 2 +- dns/dnsmasq/Makefile | 2 +- dns/rubygem-public_suffix_service/Makefile | 2 +- dns/sheerdns/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dns') diff --git a/dns/adns/Makefile b/dns/adns/Makefile index 917500e6870b..294489e14639 100644 --- a/dns/adns/Makefile +++ b/dns/adns/Makefile @@ -12,7 +12,7 @@ CATEGORIES= dns MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/ MAINTAINER= eadler@FreeBSD.org -COMMENT= Easy to use, asynchronous-capable DNS client library and utilities +COMMENT= Easy to use asynchronous-capable DNS client library and utilities GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 3c0d4135224f..2ca44538d706 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= mandree EXTRACT_SUFX= .tar.lzma MAINTAINER= mandree@FreeBSD.org -COMMENT= Lightweight DNS forwarder, DHCP and TFTP server +COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server LICENSE= GPLv2 diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index 80912d72ef0b..aae95842b25f 100644 --- a/dns/rubygem-public_suffix_service/Makefile +++ b/dns/rubygem-public_suffix_service/Makefile @@ -11,7 +11,7 @@ CATEGORIES= dns rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Parse and decompose domain names into TLD, domain and subdomains +COMMENT= Parse and decompose domain names into TLD, domain, and subdomains USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/dns/sheerdns/Makefile b/dns/sheerdns/Makefile index 0a5b7584b6f9..fff2eccd1b3f 100644 --- a/dns/sheerdns/Makefile +++ b/dns/sheerdns/Makefile @@ -11,7 +11,7 @@ CATEGORIES= dns MASTER_SITES= http://threading.2038bug.com/sheerdns/ MAINTAINER= ports@FreeBSD.org -COMMENT= A light-weight, simple and fast master DNS server +COMMENT= A lightweight, simple, and fast master DNS server USE_GMAKE= yes -- cgit 34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01T14:00:51+00:00 mat mat@FreeBSD.org 2016-04-01T14:00:51+00:00 148314483d3098c0d6a33944f1190842e671502f With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
Cleanup plist 2014-10-27T10:10:58+00:00 bapt bapt@FreeBSD.org 2014-10-27T10:10:58+00:00 89c5a7aac1da1cef879f06c22feb873bbe3439cb

- Convert ports of devel/ to USES=python 2014-10-20T16:04:12+00:00 mva mva@FreeBSD.org 2014-10-20T16:04:12+00:00 7ce78563a0105938ba50adb7bb5a9190a04bbb00 Approved by: portmgr (implicit)
Approved by:	portmgr (implicit)
Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-03T23:57:07+00:00 adamw adamw@FreeBSD.org 2014-07-03T23:57:07+00:00 6c710881f8087d6d092f1b8eb5daaa8730d6157c Approved by: portmgr (blanket)
Approved by:	portmgr (blanket)
Stagify. 2014-06-14T13:28:26+00:00 vanilla vanilla@FreeBSD.org 2014-06-14T13:28:26+00:00 445194fa353ca81ccf6e1dec1fe88cbbabd10a09 Approved by: portmgr@
Approved by:	portmgr@
Remove indefinite articles and trailing periods from COMMENT, plus 2014-06-10T07:39:01+00:00 olgeni olgeni@FreeBSD.org 2014-06-10T07:39:01+00:00 e355d56a54b5c0b2b04fb2ed6ae1a15f6c543a2a minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
Python cleanup: 2014-01-13T21:00:02+00:00 rene rene@FreeBSD.org 2014-01-13T21:00:02+00:00 d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99 - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)