mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
Upgrade to 1.3.1.
PR: ports/44110 Submitted by: Ports Fury.
This commit is contained in:
parent
0c47e394fd
commit
5e53923c77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68138
@ -7,14 +7,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= ragel
|
||||
PORTVERSION= 1.3.0
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.essemage.com/ragel/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_BISON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= ragel.1
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|-g -Wall|@CFLAGS@|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ragel-1.3.0.tar.gz) = bf16f445b6e78acd34cb1a7af2105eaf
|
||||
MD5 (ragel-1.3.1.tar.gz) = 70be60520f011385501b8a57339b1fb5
|
||||
|
@ -1 +1 @@
|
||||
Ragel State Machine Compiler
|
||||
Compile regular languages into executable C/C++ code
|
||||
|
Loading…
Reference in New Issue
Block a user