Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2023 00:47:35 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1e0b7c14fc2b - main - textproc/mdocml: update to 1.14.6
Message-ID:  <202302220047.31M0lZue040711@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e0b7c14fc2bf3b0204bb37953bf5f67b225fa9d

commit 1e0b7c14fc2bf3b0204bb37953bf5f67b225fa9d
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-02-22 00:45:59 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-02-22 00:45:59 +0000

    textproc/mdocml: update to 1.14.6
    
    Remove -fcommon workaround as it's no longer needed.
    
    PR:             269604
    Approved by:    uqs (maintainer)
    Sponsored by:   DARPA
---
 textproc/mdocml/Makefile | 4 ++--
 textproc/mdocml/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index c41b0522d163..993ff291a542 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	mdocml
-PORTVERSION=	1.14.5
+PORTVERSION=	1.14.6
 CATEGORIES=	textproc
 MASTER_SITES=	http://mdocml.bsd.lv/snapshots/ \
 		LOCAL/uqs
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
 EXAMPLESDIR=	${PREFIX}/share/examples/mandoc
 
 HAS_CONFIGURE=	yes
-CFLAGS+=	-I${LOCALBASE}/include -fcommon  # clang11/gcc10
+CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 post-configure:
diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo
index 2b2dab6dd0b8..661dbd113f5c 100644
--- a/textproc/mdocml/distinfo
+++ b/textproc/mdocml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568404392
-SHA256 (mandoc-1.14.5.tar.gz) = 8219b42cb56fc07b2aa660574e6211ac38eefdbf21f41b698d3348793ba5d8f7
-SIZE (mandoc-1.14.5.tar.gz) = 651846
+TIMESTAMP = 1676495195
+SHA256 (mandoc-1.14.6.tar.gz) = 8bf0d570f01e70a6e124884088870cbed7537f36328d512909eb10cd53179d9c
+SIZE (mandoc-1.14.6.tar.gz) = 697150



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