diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-05 19:04:18 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-05 19:04:18 +0800 |
commit | f25eb905039ba23cc6e003b12604390edd34d3fd (patch) | |
tree | eebc82045c664ab2d7ab13f0a89a01c1f39f0b8e | |
parent | dad10b2f40e91fca115be26b814382467b6402b2 (diff) | |
download | freebsd-ports-gnome-f25eb905039ba23cc6e003b12604390edd34d3fd.tar.gz freebsd-ports-gnome-f25eb905039ba23cc6e003b12604390edd34d3fd.tar.zst freebsd-ports-gnome-f25eb905039ba23cc6e003b12604390edd34d3fd.zip |
Update 0.10.3
Se PR for the list of changes.
PR: ports/97303
Submitted by: Martin Wilke <freebsd@unixfreunde.de> (now miwi@)
Approved by: maintainer (the timeout was bnecause of email delivery problems)
lawrance (mentor, implicit)
-rw-r--r-- | devel/re2c/Makefile | 4 | ||||
-rw-r--r-- | devel/re2c/distinfo | 6 | ||||
-rw-r--r-- | devel/re2c/pkg-plist | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/devel/re2c/Makefile b/devel/re2c/Makefile index 0cd0594f1873..6dfa8598fbf4 100644 --- a/devel/re2c/Makefile +++ b/devel/re2c/Makefile @@ -6,7 +6,7 @@ # PORTNAME= re2c -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +15,8 @@ MAINTAINER= laszlof@vonostingroup.com COMMENT= Compile regular expression to C (much faster final code than flex) GNU_CONFIGURE= yes -USE_GCC= 3.4+ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GCC= 3.3+ MAN1= re2c.1 diff --git a/devel/re2c/distinfo b/devel/re2c/distinfo index f396d518b9cb..55f4b4605e61 100644 --- a/devel/re2c/distinfo +++ b/devel/re2c/distinfo @@ -1,3 +1,3 @@ -MD5 (re2c-0.10.1.tar.gz) = c0ccaf3f6f190df37663a7dbbfd6554c -SHA256 (re2c-0.10.1.tar.gz) = 496e9b72828958e1181a6fe786b2c4e38fe951de2077e09e0357aeaea42f3cd7 -SIZE (re2c-0.10.1.tar.gz) = 396790 +MD5 (re2c-0.10.3.tar.gz) = d49f8a233a52fc08c8ebfc44bd7fd04d +SHA256 (re2c-0.10.3.tar.gz) = 9fa3a43fa04e052e95027addda39d8079b907c729b9161975a91207ee4c3eadf +SIZE (re2c-0.10.3.tar.gz) = 549096 diff --git a/devel/re2c/pkg-plist b/devel/re2c/pkg-plist index 46f0197af276..31758d3f766e 100644 --- a/devel/re2c/pkg-plist +++ b/devel/re2c/pkg-plist @@ -1,19 +1,19 @@ bin/re2c %%PORTDOCS%%%%DOCSDIR%%/loplas.ps %%PORTDOCS%%%%DOCSDIR%%/sample.bib -%%PORTDOCS%%%%EXAMPLESDIR%%/rexx/scanio.c -%%PORTDOCS%%%%EXAMPLESDIR%%/rexx/README -%%PORTDOCS%%%%EXAMPLESDIR%%/rexx/rexx.l %%PORTDOCS%%%%EXAMPLESDIR%%/basemmap.c %%PORTDOCS%%%%EXAMPLESDIR%%/c.re %%PORTDOCS%%%%EXAMPLESDIR%%/cmmap.re %%PORTDOCS%%%%EXAMPLESDIR%%/cnokw.re %%PORTDOCS%%%%EXAMPLESDIR%%/cunroll.re %%PORTDOCS%%%%EXAMPLESDIR%%/modula.re +%%PORTDOCS%%%%EXAMPLESDIR%%/push.re +%%PORTDOCS%%%%EXAMPLESDIR%%/repeater.re +%%PORTDOCS%%%%EXAMPLESDIR%%/rexx/README +%%PORTDOCS%%%%EXAMPLESDIR%%/rexx/rexx.l +%%PORTDOCS%%%%EXAMPLESDIR%%/rexx/scanio.c %%PORTDOCS%%%%EXAMPLESDIR%%/sample.re %%PORTDOCS%%%%EXAMPLESDIR%%/simple.re -%%PORTDOCS%%%%EXAMPLESDIR%%/repeater.re -%%PORTDOCS%%%%EXAMPLESDIR%%/push.re %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/rexx %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% |