Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2021 10:16:16 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562192 - head/textproc/sablotron
Message-ID:  <202101211016.10LAGGVb045210@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101211016.10LAGGVb045210>