Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2020 16:59:26 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544757 - head/devel/cdialog
Message-ID:  <202008121659.07CGxQaM009579@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers (src committer)
Date: Wed Aug 12 16:59:26 2020
New Revision: 544757
URL: https://svnweb.freebsd.org/changeset/ports/544757

Log:
  devel/cdialog: Update to 1.3-20200327
  
  This fixes ugly black bars that show up with cdialog 1.3-20180621
  
  PR:		242613
  Submitted by:	takefu@airport.fm
  Reported by:	Serge Volkov <sv@ulstu.ru>
  Approved by:	tcberner (ports)
  Approved by:	Josmar <jcpierri@gmail.com> (maintainer)

Modified:
  head/devel/cdialog/Makefile
  head/devel/cdialog/distinfo
  head/devel/cdialog/pkg-plist

Modified: head/devel/cdialog/Makefile
==============================================================================
--- head/devel/cdialog/Makefile	Wed Aug 12 16:47:31 2020	(r544756)
+++ head/devel/cdialog/Makefile	Wed Aug 12 16:59:26 2020	(r544757)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cdialog
-DISTVERSION=	1.3.20180621
+DISTVERSION=	1.3.20200327
 PORTEPOCH=	2
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.invisible-island.net/${PORTNAME:S|^c||}/
@@ -33,10 +33,11 @@ OPTIONS_DEFINE=	EXAMPLES
 CONFIGURE_ARGS+=	--with-curses-dir=${NCURSESBASE}
 .endif
 
-post-patch:
+pre-patch-EXAMPLES-on:
 	@${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \;
-	@${REINPLACE_CMD} -e 's|$$(INSTALL_DATA) $$(LIB)|$$(INSTALL_DATA) -s $$(LIB)|'\
-		${WRKSRC}/${MAKEFILE}.in
+
+pre-install:
+	@${STRIP_CMD} ${WRKSRC}/.libs/libcdialog.so.15.0.0
 
 post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}

Modified: head/devel/cdialog/distinfo
==============================================================================
--- head/devel/cdialog/distinfo	Wed Aug 12 16:47:31 2020	(r544756)
+++ head/devel/cdialog/distinfo	Wed Aug 12 16:59:26 2020	(r544757)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532650780
-SHA256 (dialog-1.3-20180621.tgz) = 4a4859e2b22d24e46c1a529b5a5605b95503aa04da4432f7bbd713e3e867587a
-SIZE (dialog-1.3-20180621.tgz) = 529123
+TIMESTAMP = 1597082646
+SHA256 (dialog-1.3-20200327.tgz) = 466163e8b97c2b7709d00389199add3156bd813f60ccb0335d0a30f2d4a17f99
+SIZE (dialog-1.3-20200327.tgz) = 547962

Modified: head/devel/cdialog/pkg-plist
==============================================================================
--- head/devel/cdialog/pkg-plist	Wed Aug 12 16:47:31 2020	(r544756)
+++ head/devel/cdialog/pkg-plist	Wed Aug 12 16:59:26 2020	(r544757)
@@ -13,6 +13,7 @@ man/man3/cdialog.3.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/buildlist
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/buildlist2
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buildlist4
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar-stdout
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar2
@@ -197,6 +198,7 @@ man/man3/cdialog.3.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/timebox2-stdout
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/treeview
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/treeview2
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treeview4
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wheel
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/whiptail.rc
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/with-dquotes



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