Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2009 21:26:41 +0800 (CST)
From:      Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        onatan@gmail.com
Subject:   ports/131528: [PATCH] sysutils/foremost: update to 1.5.5
Message-ID:  <200902091326.n19DQfu0056100@stucgi.cs.nctu.edu.tw>
Resent-Message-ID: <200902091330.n19DU2CQ021636@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         131528
>Category:       ports
>Synopsis:       [PATCH] sysutils/foremost: update to 1.5.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 09 13:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Jheng Lin
>Release:        FreeBSD 7.1-RELEASE amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Tue Jan  6 18:29:34 CST
>Description:
- Update to 1.5.5

Port maintainer (onatan@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- foremost-1.5.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/foremost/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	25 Jul 2008 14:34:37 -0000	1.13
+++ Makefile	9 Feb 2009 13:26:31 -0000
@@ -6,28 +6,30 @@
 #
 
 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-extract:
+	@${GUNZIP_CMD} ${WRKSRC}/${MAN8}.gz
+
 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}
+	@${REINPLACE_CMD} -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>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/foremost/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo	28 Jan 2007 14:24:59 -0000	1.9
+++ distinfo	9 Feb 2009 13:26:31 -0000
@@ -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
--- foremost-1.5.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902091326.n19DQfu0056100>