summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2015-09-13 03:24:59 +0000
committerWen Heping <wen@FreeBSD.org>2015-09-13 03:24:59 +0000
commit6b1c84df8f06970cc9007334db6f4ba90975a59d (patch)
treeb289a13c6b3d3a8e15db74ff1056df069591a12e
parentUpdate to 6.19. (diff)
- Update to 0.3.5
- Improve pkg-descr PR: 202857 Submitted by: tkato432@yahoo.com
-rw-r--r--textproc/ffe/Makefile17
-rw-r--r--textproc/ffe/distinfo4
-rw-r--r--textproc/ffe/pkg-descr8
3 files changed, 15 insertions, 14 deletions
diff --git a/textproc/ffe/Makefile b/textproc/ffe/Makefile
index 394eab58600e..6785b22723bc 100644
--- a/textproc/ffe/Makefile
+++ b/textproc/ffe/Makefile
@@ -2,26 +2,27 @@
# $FreeBSD$
PORTNAME= ffe
-PORTVERSION= 0.3.4
+PORTVERSION= 0.3.5
CATEGORIES= textproc
MASTER_SITES= SF/ff-extractor/ff-extractor/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Flat file extractor
-OPTIONS_DEFINE= DOCS
+LICENSE= GPLv2 # (or later)
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= makeinfo
GNU_CONFIGURE= yes
+
+INFO= ffe
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
PORTDOCS= ${PORTNAME}.html
-post-patch:
- @${REINPLACE_CMD} -e 's/^install-data-am: install-htmlDATA install-info-am install-man/install-data-am: install-man/' ${WRKSRC}/doc/Makefile.in
- @${REINPLACE_CMD} -e 's|setmode|setmode123|g' ${WRKSRC}/configure
+OPTIONS_DEFINE= DOCS
-post-install:
- @${INSTALL} -d ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|setmode |setmode123 |' ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/textproc/ffe/distinfo b/textproc/ffe/distinfo
index 973965c75a99..85a8665a2a4f 100644
--- a/textproc/ffe/distinfo
+++ b/textproc/ffe/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ffe-0.3.4.tar.gz) = 628b74c2b3b50fcd6dee9264d409d19a1b32f27112c4ddc3e187535c2aa7b13e
-SIZE (ffe-0.3.4.tar.gz) = 291063
+SHA256 (ffe-0.3.5.tar.gz) = 5ed5b4bf04bd8e2e438d8c37d3cec8ec681844b5318da8ac14565838c19c41da
+SIZE (ffe-0.3.5.tar.gz) = 300596
diff --git a/textproc/ffe/pkg-descr b/textproc/ffe/pkg-descr
index cb5d64cf65ee..7dfbf47a3fd4 100644
--- a/textproc/ffe/pkg-descr
+++ b/textproc/ffe/pkg-descr
@@ -1,5 +1,5 @@
-ffe is a program for extracting fields from flat file records and displaying
-them in different formats. ffe relies on the configuration file to control
-input file structure and the output format.
+ffe is a program for extracting fields from flat file records and
+displaying them in different formats. ffe relies on the configuration
+file to control input file structure and the output format.
-WWW: http://ff-extractor.sourceforge.net
+WWW: http://ff-extractor.sourceforge.net/