diff options
author | naddy <naddy@FreeBSD.org> | 2003-07-17 00:22:38 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-07-17 00:22:38 +0800 |
commit | 413bb429148f95af0c2ea42a0f0bbb5fe2b2bc1c (patch) | |
tree | 00344deb2c8b02bd816ec967dd6246f69b5d3e01 /textproc/filepp | |
parent | d4a9877e8940a5d1f2864cb722705d73d5801366 (diff) | |
download | freebsd-ports-gnome-413bb429148f95af0c2ea42a0f0bbb5fe2b2bc1c.tar.gz freebsd-ports-gnome-413bb429148f95af0c2ea42a0f0bbb5fe2b2bc1c.tar.zst freebsd-ports-gnome-413bb429148f95af0c2ea42a0f0bbb5fe2b2bc1c.zip |
Update to version 1.7.1.
PR: 54541
Submitted by: Ports Fury
Diffstat (limited to 'textproc/filepp')
-rw-r--r-- | textproc/filepp/Makefile | 3 | ||||
-rw-r--r-- | textproc/filepp/distinfo | 2 | ||||
-rw-r--r-- | textproc/filepp/pkg-plist | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/textproc/filepp/Makefile b/textproc/filepp/Makefile index 55d372f2f11b..5bec960b3175 100644 --- a/textproc/filepp/Makefile +++ b/textproc/filepp/Makefile @@ -7,7 +7,7 @@ # PORTNAME= filepp -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.1 CATEGORIES= textproc MASTER_SITES= http://www.cabaret.demon.co.uk/filepp/ @@ -16,6 +16,7 @@ COMMENT= A generic file preprocessor USE_PERL5= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} NO_BUILD= yes MAN1= filepp.1 diff --git a/textproc/filepp/distinfo b/textproc/filepp/distinfo index 5796a8e86dea..70058c867a78 100644 --- a/textproc/filepp/distinfo +++ b/textproc/filepp/distinfo @@ -1 +1 @@ -MD5 (filepp-1.6.0.tar.gz) = 41580fb1b289dab1b2403765fdbae510 +MD5 (filepp-1.7.1.tar.gz) = 46870a7372bbd5b83e94ef0def08670a diff --git a/textproc/filepp/pkg-plist b/textproc/filepp/pkg-plist index 3a086323633d..2f03e0e9691f 100644 --- a/textproc/filepp/pkg-plist +++ b/textproc/filepp/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/filepp share/filepp/modules/bigdef.pm share/filepp/modules/bigfunc.pm @@ -7,7 +8,6 @@ share/filepp/modules/cmacros.pm share/filepp/modules/comment.pm share/filepp/modules/cpp.pm share/filepp/modules/defplus.pm -share/filepp/modules/filedb.pm share/filepp/modules/for.pm share/filepp/modules/foreach.pm share/filepp/modules/format.pm @@ -16,7 +16,6 @@ share/filepp/modules/hash-comment.pm share/filepp/modules/literal.pm share/filepp/modules/maths.pm share/filepp/modules/regexp.pm -share/filepp/modules/test.pm share/filepp/modules/tolower.pm share/filepp/modules/toupper.pm @dirrm share/filepp/modules |