mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
- Fix MASTER_SITES with googlecode disappearing
- Generate missing fex.1 man page - Bump PORTREVISION
This commit is contained in:
parent
4302653eb1
commit
6194a7a7b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423900
@ -3,16 +3,19 @@
|
||||
|
||||
PORTNAME= fex
|
||||
PORTVERSION= 2.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://semicomplete.googlecode.com/files/ \
|
||||
http://mirrors.rit.edu/zi/
|
||||
|
||||
MAINTAINER= zi@FreeBSD.org
|
||||
COMMENT= Powerful field extraction tool
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BROKEN= Unfetchable (google code has gone away)
|
||||
USES= perl5
|
||||
USE_PERL5= build # pod2man
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jordansissel
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
MAKE_ENV+= INSTALLMAN=${PREFIX}/man
|
||||
|
||||
@ -21,4 +24,7 @@ PLIST_FILES= bin/fex man/man1/fex.1.gz
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|g' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (fex-2.0.0.tar.gz) = 03043c8eac74f43173068a2e693b6f73d5b45f453a063e6da11f34455d0e374e
|
||||
SIZE (fex-2.0.0.tar.gz) = 137198
|
||||
TIMESTAMP = 1476321695
|
||||
SHA256 (jordansissel-fex-2.0.0-v2.0.0_GH0.tar.gz) = b023711ddab9e656c077921c94d4346e21ab60d8c6d80b00191f3d581f4dfd7c
|
||||
SIZE (jordansissel-fex-2.0.0-v2.0.0_GH0.tar.gz) = 134965
|
||||
|
10
textproc/fex/files/patch-Makefile
Normal file
10
textproc/fex/files/patch-Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
--- Makefile.orig 2016-10-13 01:46:42 UTC
|
||||
+++ Makefile
|
||||
@@ -36,6 +36,7 @@ install: fex
|
||||
|
||||
fex: fex.o
|
||||
$(CC) $(CFLAGS) fex.o $(SNPRINTF_CC) -o $@
|
||||
+ pod2man -c "" -r "" fex.pod > fex.1
|
||||
|
||||
fex.o: fex_version.h
|
||||
|
Loading…
Reference in New Issue
Block a user