Skip to content

Commit

Permalink
devel/cdk: update to 5.0-20230201
Browse files Browse the repository at this point in the history
ChangeLog: https://invisible-island.net/cdk/CHANGES.html#t20230201

PR:		276625
Reported by:	dickey@invisible-island.net
  • Loading branch information
ThomasDickey authored and fernape committed Jan 30, 2024
1 parent 46605e7 commit bfe2d55
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 4 additions & 3 deletions devel/cdk/Makefile
@@ -1,8 +1,9 @@
PORTNAME= cdk
DISTVERSION= 5.0-20161210
DISTVERSION= 5.0-20230201
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/cdk/
MASTER_SITES= https://invisible-island.net/archives/${PORTNAME}/\
https://invisible-mirror.net/archives/${PORTNAME}/

MAINTAINER= ports@FreeBSD.org
COMMENT= Curses Development Kit for speedy development of full screen programs
Expand All @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING

USES= gmake ncurses tar:tgz
GNU_CONFIGURE= yes
PORTDOCS= EXPANDING INSTALL NOTES README TODO
PORTDOCS= README
MAKE_JOBS_UNSAFE= yes

CONFIGURE_ARGS+=--with-ncurses
Expand Down
6 changes: 3 additions & 3 deletions devel/cdk/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1483582290
SHA256 (cdk-5.0-20161210.tgz) = 9e7558cb8850ca5c7ab4cc38e0612b0e8c4aad680d2a2511f31d62f239e35fad
SIZE (cdk-5.0-20161210.tgz) = 518648
TIMESTAMP = 1706228170
SHA256 (cdk-5.0-20230201.tgz) = a3127b59fe505f5e898daa3dd15b0cf724a1274ce68165b779be2f29d4c4f2f6
SIZE (cdk-5.0-20230201.tgz) = 533972
6 changes: 4 additions & 2 deletions devel/cdk/pkg-plist
Expand Up @@ -45,6 +45,7 @@ lib/libcdk.a
lib/libcdk.so
lib/libcdk.so.5
lib/libcdk.so.5.0
man/man1/cdk5-config.1.gz
man/man3/Beep.3.gz
man/man3/CDKallocStrings.3.gz
man/man3/CDKcountStrings.3.gz
Expand Down Expand Up @@ -394,6 +395,7 @@ man/man3/getCDKSwindowContents.3.gz
man/man3/getCDKTemplateBox.3.gz
man/man3/getCDKTemplateMin.3.gz
man/man3/getCDKTemplateValue.3.gz
man/man3/getCdkTitle.3.gz
man/man3/getCDKUScaleBox.3.gz
man/man3/getCDKUScaleHighValue.3.gz
man/man3/getCDKUScaleLowValue.3.gz
Expand Down Expand Up @@ -1048,8 +1050,6 @@ man/man3/waitCDKLabel.3.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/slider.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/template.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/viewer.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/utils/adduser
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/utils/netconfig
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment.c
Expand Down Expand Up @@ -1100,3 +1100,5 @@ man/man3/waitCDKLabel.3.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/uslider_ex.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex2.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/mentry_ex2.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scroll_ex2.c

0 comments on commit bfe2d55

Please sign in to comment.