Skip to content

Commit

Permalink
textproc/re-flex: update to 3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr committed Nov 28, 2022
1 parent c0e7823 commit 0e073f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion textproc/re-flex/Makefile
@@ -1,5 +1,5 @@
PORTNAME= re-flex
PORTVERSION= 3.2.8
PORTVERSION= 3.2.11
DISTVERSIONPREFIX= v
CATEGORIES= textproc

Expand All @@ -21,6 +21,12 @@ USE_GITHUB= yes
GH_ACCOUNT= Genivia
GH_PROJECT= RE-flex

post-patch:
${MV} ${WRKSRC}/cmake/CMakeLists.cmake ${WRKSRC}/CMakeLists.txt
${REINPLACE_CMD} \
's|reflex_static_lib|reflex|; s|reflex_shared_lib|reflex|' \
${WRKSRC}/CMakeLists.txt

post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/reflex
(cd ${WRKSRC}/include/reflex && \
Expand Down
6 changes: 3 additions & 3 deletions textproc/re-flex/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1659103320
SHA256 (Genivia-RE-flex-v3.2.8_GH0.tar.gz) = 9dc3729080377f5a67b44630010ae76f45324917a8820cb6a240702a4d6fe7c8
SIZE (Genivia-RE-flex-v3.2.8_GH0.tar.gz) = 5944160
TIMESTAMP = 1669628095
SHA256 (Genivia-RE-flex-v3.2.11_GH0.tar.gz) = 45b1b7e6bc47f567a16ffec710dcbfd4e95f0f7a34c14472809ca2fcda0ce143
SIZE (Genivia-RE-flex-v3.2.11_GH0.tar.gz) = 5960505

0 comments on commit 0e073f8

Please sign in to comment.