svn commit: r562192 - head/textproc/sablotron

Alexey Dokuchaev danfe at FreeBSD.org
Thu Jan 21 10:16:16 UTC 2021


Author: danfe
Date: Thu Jan 21 10:16:16 2021
New Revision: 562192
URL: https://svnweb.freebsd.org/changeset/ports/562192

Log:
  - Do not use abbreviated project name for PORTNAME
  - Improve wording of some option descriptions

Modified:
  head/textproc/sablotron/Makefile

Modified: head/textproc/sablotron/Makefile
==============================================================================
--- head/textproc/sablotron/Makefile	Thu Jan 21 10:15:09 2021	(r562191)
+++ head/textproc/sablotron/Makefile	Thu Jan 21 10:16:16 2021	(r562192)
@@ -1,11 +1,12 @@
 # Created by: Sergey Skvortsov <skv at protey.ru>
 # $FreeBSD$
 
-PORTNAME=	Sablot
+PORTNAME=	sablotron
 PORTVERSION=	1.0.3
 PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	SF/sablotron/sablotron-${PORTVERSION}
+DISTNAME=	Sablot-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	XML toolkit implementing XSLT 1.0, XPath 1.0 and DOM Level2
@@ -25,10 +26,10 @@ PORTDOCS=	*
 
 OPTIONS_DEFINE=	DEBUGGER DISABLE_META DOCS DOCUMENT_ERRORS DOM
 
-DEBUGGER_DESC=		Enable debugger
-DISABLE_META_DESC=	Do not output the META html tag
+DEBUGGER_DESC=		Build with XSLT debugger
+DISABLE_META_DESC=	Do not output the META HTML tag
 DOCUMENT_ERRORS_DESC=	Allow document errors
-DOM_DESC=		Use DOM
+DOM_DESC=		Build with the DOM interface
 
 OPTIONS_DEFAULT=	DOM DOCUMENT_ERRORS
 


More information about the svn-ports-all mailing list