svn commit: r511392 - head/accessibility/orca

Kubilay Kocak koobs at FreeBSD.org
Sat Sep 7 06:33:17 UTC 2019


Author: koobs
Date: Sat Sep  7 06:33:16 2019
New Revision: 511392
URL: https://svnweb.freebsd.org/changeset/ports/511392

Log:
  accessibility/orca: Fix pkg-descr ending with a URL
  
  A URL ending a sentence, with a full stop after it, causes pain
  for renderers such as freshports.org and other clients that may hyperlink
  them.
  
  Since the same URL is just below it in the pkg-descr WWW URL, amend
  the sentence to point to it instead.
  
  PR:		240385
  Reported by:	Graham Perrin <grahamperrin gmail com>
  Approved by:	portmgr (blanket: just fix it)

Modified:
  head/accessibility/orca/Makefile
  head/accessibility/orca/pkg-descr

Modified: head/accessibility/orca/Makefile
==============================================================================
--- head/accessibility/orca/Makefile	Sat Sep  7 03:52:29 2019	(r511391)
+++ head/accessibility/orca/Makefile	Sat Sep  7 06:33:16 2019	(r511392)
@@ -3,7 +3,7 @@
 
 PORTNAME=	orca
 PORTVERSION=	3.28.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	accessibility gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Modified: head/accessibility/orca/pkg-descr
==============================================================================
--- head/accessibility/orca/pkg-descr	Sat Sep  7 03:52:29 2019	(r511391)
+++ head/accessibility/orca/pkg-descr	Sat Sep  7 06:33:16 2019	(r511392)
@@ -2,6 +2,6 @@ Orca a scriptable screen reader that is currently unde
 As such it is highly unstable and undergoes frequent changes.  To
 read more about Orca, please refer to the Orca documentation series
 available in the ./docs/doc-set directory and also the Orca WIKI at
-http://live.gnome.org/Orca.
+the URL below.
 
 WWW: http://live.gnome.org/Orca


More information about the svn-ports-all mailing list