diff options
author | miwi <miwi@FreeBSD.org> | 2007-05-27 17:48:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-05-27 17:48:34 +0800 |
commit | d8072dbc96d58cafc16340dee9a9b457a846cb70 (patch) | |
tree | c343b47a19ce63fa9c71c566f7e423ab0ec7b6d5 /textproc | |
parent | 67cbc7d2534f3cd4b70206375d6f8ed96a7d7e72 (diff) | |
download | freebsd-ports-gnome-d8072dbc96d58cafc16340dee9a9b457a846cb70.tar.gz freebsd-ports-gnome-d8072dbc96d58cafc16340dee9a9b457a846cb70.tar.zst freebsd-ports-gnome-d8072dbc96d58cafc16340dee9a9b457a846cb70.zip |
- Update to 1.8.0
PR: 112948
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/filepp/Makefile | 5 | ||||
-rw-r--r-- | textproc/filepp/distinfo | 6 | ||||
-rw-r--r-- | textproc/filepp/pkg-plist | 41 |
3 files changed, 27 insertions, 25 deletions
diff --git a/textproc/filepp/Makefile b/textproc/filepp/Makefile index 5bec960b3175..7615bc303337 100644 --- a/textproc/filepp/Makefile +++ b/textproc/filepp/Makefile @@ -7,7 +7,7 @@ # PORTNAME= filepp -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.0 CATEGORIES= textproc MASTER_SITES= http://www.cabaret.demon.co.uk/filepp/ @@ -16,7 +16,8 @@ COMMENT= A generic file preprocessor USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ + --mandir=${PREFIX}/man NO_BUILD= yes MAN1= filepp.1 diff --git a/textproc/filepp/distinfo b/textproc/filepp/distinfo index 166dda43fa80..5ff234b7c00b 100644 --- a/textproc/filepp/distinfo +++ b/textproc/filepp/distinfo @@ -1,3 +1,3 @@ -MD5 (filepp-1.7.1.tar.gz) = 46870a7372bbd5b83e94ef0def08670a -SHA256 (filepp-1.7.1.tar.gz) = bbde50c8169d49b6b3aa67ef0ac234934b4dc98d44e6b3a82998e13789280229 -SIZE (filepp-1.7.1.tar.gz) = 132361 +MD5 (filepp-1.8.0.tar.gz) = b7ee96061cacef5a6a985b0be8c82801 +SHA256 (filepp-1.8.0.tar.gz) = 12bd2297184ac3a9a38df9e8d0c76083eef2d5d561661b4fd93c426e76dab956 +SIZE (filepp-1.8.0.tar.gz) = 142875 diff --git a/textproc/filepp/pkg-plist b/textproc/filepp/pkg-plist index 2f03e0e9691f..2793036cd49a 100644 --- a/textproc/filepp/pkg-plist +++ b/textproc/filepp/pkg-plist @@ -1,22 +1,23 @@ @comment $FreeBSD$ bin/filepp -share/filepp/modules/bigdef.pm -share/filepp/modules/bigfunc.pm -share/filepp/modules/blc.pm -share/filepp/modules/c-comment.pm -share/filepp/modules/cmacros.pm -share/filepp/modules/comment.pm -share/filepp/modules/cpp.pm -share/filepp/modules/defplus.pm -share/filepp/modules/for.pm -share/filepp/modules/foreach.pm -share/filepp/modules/format.pm -share/filepp/modules/function.pm -share/filepp/modules/hash-comment.pm -share/filepp/modules/literal.pm -share/filepp/modules/maths.pm -share/filepp/modules/regexp.pm -share/filepp/modules/tolower.pm -share/filepp/modules/toupper.pm -@dirrm share/filepp/modules -@dirrm share/filepp +%%DATADIR%%/modules/bigdef.pm +%%DATADIR%%/modules/bigfunc.pm +%%DATADIR%%/modules/blc.pm +%%DATADIR%%/modules/c-comment.pm +%%DATADIR%%/modules/cmacros.pm +%%DATADIR%%/modules/comment.pm +%%DATADIR%%/modules/cpp.pm +%%DATADIR%%/modules/defplus.pm +%%DATADIR%%/modules/for.pm +%%DATADIR%%/modules/foreach.pm +%%DATADIR%%/modules/format.pm +%%DATADIR%%/modules/function.pm +%%DATADIR%%/modules/grab.pm +%%DATADIR%%/modules/hash-comment.pm +%%DATADIR%%/modules/literal.pm +%%DATADIR%%/modules/maths.pm +%%DATADIR%%/modules/regexp.pm +%%DATADIR%%/modules/tolower.pm +%%DATADIR%%/modules/toupper.pm +@dirrm %%DATADIR%%/modules +@dirrm %%DATADIR%% |