git: 346b5384e080 - main - devel/cdialog: update to 1.3-20221229
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Feb 2023 11:02:33 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=346b5384e0807a1569d4c8ba18c1c8f3a7871444
commit 346b5384e0807a1569d4c8ba18c1c8f3a7871444
Author: Josmar <jcpierri@gmail.com>
AuthorDate: 2023-02-15 13:46:39 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-02-19 11:01:41 +0000
devel/cdialog: update to 1.3-20221229
- fix MASTER_SITES as advised by upstream
- wire up TEST_TARGET
- bracket regex in REINPLACE_CMD to avoid replacing unrelated variables
Changelog: https://invisible-island.net/dialog/CHANGES
PR: 267777
Reported by: Philipp Engel <kidon@posteo.de>
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38637
---
devel/cdialog/Makefile | 7 ++++---
devel/cdialog/distinfo | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile
index 49fd3d4d1a99..cd5f3cad2e55 100644
--- a/devel/cdialog/Makefile
+++ b/devel/cdialog/Makefile
@@ -1,8 +1,8 @@
PORTNAME= cdialog
-DISTVERSION= 1.3-20220728
+DISTVERSION= 1.3-20221229
PORTEPOCH= 2
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.invisible-island.net/pub/${PORTNAME:S|^c||}/\
+MASTER_SITES= https://invisible-island.net/archives/${PORTNAME:S|^c||}/\
https://invisible-mirror.net/archives/${PORTNAME:S|^c||}/
DISTNAME= ${PORTNAME:S|^c||}-${PORTVERSION:R}-${PORTVERSION:E}
@@ -24,10 +24,11 @@ CONFIGURE_ARGS= --enable-widec \
--with-curses-dir=${NCURSESBASE}
MAKEFILE= makefile
INSTALL_TARGET= install-strip install-man install-lib
+TEST_TARGET= check
OPTIONS_DEFINE= EXAMPLES
pre-patch-EXAMPLES-on:
- @${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \;
+ @${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|\<dialog\>|cdialog|g" {} \;
pre-install:
@${STRIP_CMD} ${WRKSRC}/.libs/libcdialog.so.15.0.0
diff --git a/devel/cdialog/distinfo b/devel/cdialog/distinfo
index 1022f9f87a54..809bff700f4b 100644
--- a/devel/cdialog/distinfo
+++ b/devel/cdialog/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662918811
-SHA256 (dialog-1.3-20220728.tgz) = 54418973d559a461b00695fafe68df62f2bc73d506b436821d77ca3df454190b
-SIZE (dialog-1.3-20220728.tgz) = 568086
+TIMESTAMP = 1672491666
+SHA256 (dialog-1.3-20221229.tgz) = d5663d016003e5260fa485f5e9c2ddffb386508f3bd0687d4fa3635ea9942b8e
+SIZE (dialog-1.3-20221229.tgz) = 567965