Skip to content

Commit

Permalink
devel/readline: Update to 8.2 patch 10
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 9, 2024
1 parent 5c03400 commit 07d95f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 3 additions & 4 deletions devel/readline/Makefile
@@ -1,6 +1,5 @@
PORTNAME= readline
PORTVERSION= 8.2.${PATCHLEVEL}
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNU
DISTNAME= readline-${PORTVERSION:R}
Expand Down Expand Up @@ -28,12 +27,12 @@ CPE_VENDOR= gnu
CPE_VERSION= ${PORTVERSION:R}

# https://ftp.gnu.org/gnu/readline/readline-8.2-patches/
PATCHES= 1 2 3 4 5 6 7
PATCHES= 1 2 3 4 5 6 7 8 9 10
.if defined(PATCHES)
CPE_UPDATE= ${PATCHLEVEL}
PATCHLEVEL= ${PATCHES:O:[-1]}
PATCHLEVEL= ${PATCHES:On:[-1]}
.for patch in ${PATCHES}
PATCHFILES+= readline${PORTVERSION:R:S|.||}-${patch:S|^|00|:S|.*(...)$|\1|}
PATCHFILES+= readline${PORTVERSION:R:S|.||}-${patch:S|^|00|:C|.*(...)$|\1|}
.endfor
.else
PATCHLEVEL= 0
Expand Down
8 changes: 7 additions & 1 deletion devel/readline/distinfo
@@ -1,4 +1,4 @@
TIMESTAMP = 1632227400
TIMESTAMP = 1709390382
SHA256 (readline-8.2.tar.gz) = 3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35
SIZE (readline-8.2.tar.gz) = 3043952
SHA256 (readline82-001) = bbf97f1ec40a929edab5aa81998c1e2ef435436c597754916e6a5868f273aff7
Expand All @@ -15,3 +15,9 @@ SHA256 (readline82-006) = c7b45ff8c0d24d81482e6e0677e81563d13c74241f7b86c4de00d2
SIZE (readline82-006) = 3031
SHA256 (readline82-007) = 5911a5b980d7900aabdbee483f86dab7056851e6400efb002776a0a4a1bab6f6
SIZE (readline82-007) = 1422
SHA256 (readline82-008) = a177edc9d8c9f82e8c19d0630ab351f3fd1b201d655a1ddb5d51c4cee197b26a
SIZE (readline82-008) = 1697
SHA256 (readline82-009) = 3d9885e692e1998523fd5c61f558cecd2aafd67a07bd3bfe1d7ad5a31777a116
SIZE (readline82-009) = 2270
SHA256 (readline82-010) = 758e2ec65a0c214cfe6161f5cde3c5af4377c67d820ea01d13de3ca165f67b4c
SIZE (readline82-010) = 2653

0 comments on commit 07d95f1

Please sign in to comment.