Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2026 09:25:42 +0000
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2e046630a2a3 - main - devel/deheader: update to 1.12
Message-ID:  <69b91e16.18467.349f1a37@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gahr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e046630a2a31ec48ff53bca6e38ceb09ac79040

commit 2e046630a2a31ec48ff53bca6e38ceb09ac79040
Author:     Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2026-03-17 09:23:57 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2026-03-17 09:25:40 +0000

    devel/deheader: update to 1.12
    
    Changes:
    * Fixed typo in hsearch() pattern.
    * Added requirements for entire SUSv2 coverage.
    * Spellchecked the documentation.
    * Corrected an error in CMake build detection.
    * Typo fixes and code hardening by ChatGPT 5.2.
    * Don’t over-remove duplicates when -r is specified.
---
 devel/deheader/Makefile | 6 +++---
 devel/deheader/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/deheader/Makefile b/devel/deheader/Makefile
index 722c6773a966..a2cfb2ca856d 100644
--- a/devel/deheader/Makefile
+++ b/devel/deheader/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	deheader
-DISTVERSION=	1.11
+DISTVERSION=	1.12
 CATEGORIES=	devel
 MASTER_SITES=	http://www.catb.org/esr/${PORTNAME}/
 
@@ -10,9 +10,9 @@ WWW=		http://www.catb.org/esr/deheader/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	xmlto:textproc/xmlto
+BUILD_DEPENDS=	asciidoctor:textproc/rubygem-asciidoctor
 
-USES=		python shebangfix
+USES=		gmake python shebangfix
 SHEBANG_FILES=	${PORTNAME}
 
 NO_ARCH=	yes
diff --git a/devel/deheader/distinfo b/devel/deheader/distinfo
index a758cd563859..e21a730f0cc1 100644
--- a/devel/deheader/distinfo
+++ b/devel/deheader/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1729076838
-SHA256 (deheader-1.11.tar.gz) = 553fd064a0e46ff5a88efd121e68d7613c5ffa405d1e7f775ce03111eae30882
-SIZE (deheader-1.11.tar.gz) = 32568
+TIMESTAMP = 1773737567
+SHA256 (deheader-1.12.tar.gz) = ff2705100b48db32c15cffc5e1bf1b0627bbaa9efe8645807623fee81edbbacd
+SIZE (deheader-1.12.tar.gz) = 28635


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b91e16.18467.349f1a37>