aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2009-02-12 17:58:46 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2009-02-12 17:58:46 +0000
commit6368c017873ee307e85c1f370c44c4d7dd449976 (patch)
tree90d6071009d3527439d9bb3aa3e09bac672ca382 /sysutils
parenta9c25292b7f66e04413943c96c84d68707101c0d (diff)
downloadports-6368c017873ee307e85c1f370c44c4d7dd449976.tar.gz
ports-6368c017873ee307e85c1f370c44c4d7dd449976.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/foremost/Makefile12
-rw-r--r--sysutils/foremost/distinfo6
2 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/foremost/Makefile b/sysutils/foremost/Makefile
index 4a7a4da830cd..148717319ad1 100644
--- a/sysutils/foremost/Makefile
+++ b/sysutils/foremost/Makefile
@@ -6,28 +6,28 @@
#
PORTNAME= foremost
-PORTVERSION= 1.4
-PORTREVISION= 1
+PORTVERSION= 1.5.5
CATEGORIES= sysutils
-MASTER_SITES= http://foremost.sourceforge.net/pkg/
+MASTER_SITES= SF
MAINTAINER= onatan@gmail.com
COMMENT= Console program to recover files based on their headers and footers
USE_GMAKE= yes
ALL_TARGET= freebsd
-MAN1= foremost.1
+MAN8= foremost.8
PLIST_FILES= bin/foremost etc/foremost.conf.sample
post-patch:
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-Wall -O2|${CFLAGS}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/config.c
- @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' ${WRKSRC}/${MAN1}
+ @${GZCAT} ${WRKSRC}/${MAN8}.gz | ${SED} -e 's|/etc|${PREFIX}/etc|' \
+ > ${WRKSRC}/${MAN8}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/foremost.conf ${PREFIX}/etc/foremost.conf.sample
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MAN8PREFIX}/man/man8
.include <bsd.port.mk>
diff --git a/sysutils/foremost/distinfo b/sysutils/foremost/distinfo
index 15bab8105ba6..cd5427cb67f0 100644
--- a/sysutils/foremost/distinfo
+++ b/sysutils/foremost/distinfo
@@ -1,3 +1,3 @@
-MD5 (foremost-1.4.tar.gz) = dbb754a967eb459c843be7f6babaeb7e
-SHA256 (foremost-1.4.tar.gz) = a6e16385dbdfad64c5d93577b0ae2dc778e62d51d9e1751d34675c12ed694800
-SIZE (foremost-1.4.tar.gz) = 49521
+MD5 (foremost-1.5.5.tar.gz) = 5868b629e2c9802f0d36d4e10ae9fe34
+SHA256 (foremost-1.5.5.tar.gz) = 6f5bdf8966a56d81a3db61cdec12ee9b2b2c6802ae615236111d3c566fd3fd1b
+SIZE (foremost-1.5.5.tar.gz) = 52708