Date: Fri, 18 Oct 2002 12:40:31 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/44224: Update port: devel/ragel to 1.3.2 Message-ID: <200210181940.g9IJeVuc087284@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 44224 >Category: ports >Synopsis: Update port: devel/ragel to 1.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 18 12:52:41 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.7-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.3.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/ragel/Makefile devel/ragel/Makefile --- /usr/ports/devel/ragel/Makefile Wed Oct 16 18:54:08 2002 +++ devel/ragel/Makefile Thu Oct 17 01:42:38 2002 @@ -7,7 +7,7 @@ # PORTNAME= ragel -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= devel MASTER_SITES= http://www.essemage.com/ragel/ @@ -17,11 +17,20 @@ USE_BISON= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= AWK="${AWK}" MAN1= ragel.1 post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-g -Wall|@CFLAGS@|g' + +post-build: + @cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} \ + ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ragel.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ragel ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/ragel.1 ${MANPREFIX}/man/man1 .include <bsd.port.mk> diff -urN /usr/ports/devel/ragel/distinfo devel/ragel/distinfo --- /usr/ports/devel/ragel/distinfo Wed Oct 16 18:54:08 2002 +++ devel/ragel/distinfo Thu Oct 17 01:28:29 2002 @@ -1 +1 @@ -MD5 (ragel-1.3.1.tar.gz) = 70be60520f011385501b8a57339b1fb5 +MD5 (ragel-1.3.2.tar.gz) = 8b199a15e15826ee24cc5184f994e2bc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210181940.g9IJeVuc087284>