svn commit: r423900 - in head/textproc/fex: . files
Ryan Steinmetz
zi at FreeBSD.org
Thu Oct 13 01:50:32 UTC 2016
Author: zi
Date: Thu Oct 13 01:50:31 2016
New Revision: 423900
URL: https://svnweb.freebsd.org/changeset/ports/423900
Log:
- Fix MASTER_SITES with googlecode disappearing
- Generate missing fex.1 man page
- Bump PORTREVISION
Added:
head/textproc/fex/files/
head/textproc/fex/files/patch-Makefile (contents, props changed)
Modified:
head/textproc/fex/Makefile
head/textproc/fex/distinfo
Modified: head/textproc/fex/Makefile
==============================================================================
--- head/textproc/fex/Makefile Thu Oct 13 00:37:42 2016 (r423899)
+++ head/textproc/fex/Makefile Thu Oct 13 01:50:31 2016 (r423900)
@@ -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 at 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>
Modified: head/textproc/fex/distinfo
==============================================================================
--- head/textproc/fex/distinfo Thu Oct 13 00:37:42 2016 (r423899)
+++ head/textproc/fex/distinfo Thu Oct 13 01:50:31 2016 (r423900)
@@ -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
Added: head/textproc/fex/files/patch-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/fex/files/patch-Makefile Thu Oct 13 01:50:31 2016 (r423900)
@@ -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
+
More information about the svn-ports-all
mailing list