Bug 246651 - devel/notcurses: upgrade to 1.4.3
Summary: devel/notcurses: upgrade to 1.4.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-22 07:57 UTC by nick black
Modified: 2020-05-22 16:14 UTC (History)
1 user (show)

See Also:


Attachments
upgrade devel/notcurses to 1.4.3 (957 bytes, patch)
2020-05-22 13:32 UTC, nick black
no flags Details | Diff
notcurses 1.4.3 update (1.64 KB, patch)
2020-05-22 13:58 UTC, nick black
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nick black 2020-05-22 07:57:00 UTC
notcurses ought be upgraded to the newest 1.4.3 release. I'm just filing this as a bug because it's my first FreeBSD port update (Yuri made me the maintainer for notcurses, upon my request), and I wanted to make him aware that I was executing it.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2020-05-22 08:03:32 UTC
(In reply to Nick Black from comment #0)

Nick,

Please submit a patch for the upgrade.

Thanks,
Yuri
Comment 2 nick black 2020-05-22 13:32:25 UTC
Created attachment 214757 [details]
upgrade devel/notcurses to 1.4.3
Comment 3 nick black 2020-05-22 13:33:07 UTC
svn diff from ports root attached. Trivial upgrade:

[schwarzgerat](1) $ cat notcurses-1.4.3.diff
Index: devel/notcurses/Makefile
===================================================================
--- devel/notcurses/Makefile	(revision 536190)
+++ devel/notcurses/Makefile	(working copy)
@@ -2,7 +2,7 @@

 PORTNAME=	notcurses
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.4.1
+DISTVERSION=	1.4.3
 CATEGORIES=	devel

 MAINTAINER=	nickblack@linux.com
Index: devel/notcurses/distinfo
===================================================================
--- devel/notcurses/distinfo	(revision 536190)
+++ devel/notcurses/distinfo	(working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589176538
-SHA256 (dankamongmen-notcurses-v1.4.1_GH0.tar.gz) = ba6dcdd0a6bc830cff7b4f2ea9b28d0883f77d3182d2736c8fb3e31771c6c74b
-SIZE (dankamongmen-notcurses-v1.4.1_GH0.tar.gz) = 11105268
+TIMESTAMP = 1590154246
+SHA256 (dankamongmen-notcurses-v1.4.3_GH0.tar.gz) = 16111fd2991dedf9cba88d9d7aed138f2e02b12120e33805e634a96bf24eea77
+SIZE (dankamongmen-notcurses-v1.4.3_GH0.tar.gz) = 11112007
[schwarzgerat](0) $
Comment 4 nick black 2020-05-22 13:47:39 UTC
Wait, hold off, I need to update pkg-plist as well.
Comment 5 nick black 2020-05-22 13:58:30 UTC
Created attachment 214758 [details]
notcurses 1.4.3 update

This adds a substitution rule for ABI_VER and REL_VER, and abstracts those out in pkg-plist, so the latter doesn't need to be updated for each new version.
Comment 6 Yuri Victorovich freebsd_committer freebsd_triage 2020-05-22 16:14:36 UTC
Committed, thanks!