Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2012 02:46:34 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/164168: Update port: textproc/replaceit to 1.0.1
Message-ID:  <20120116024634.d29b121d.tkato432@yahoo.com>
Resent-Message-ID: <201201151810.q0FIAELC078592@freefall.freebsd.org>

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

>Number:         164168
>Category:       ports
>Synopsis:       Update port: textproc/replaceit to 1.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 15 18:10:14 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/textproc/replaceit/Makefile textproc/replaceit/Makefile
--- /usr/ports/textproc/replaceit/Makefile	2006-12-04 13:16:35.000000000 +0900
+++ textproc/replaceit/Makefile	2011-12-07 05:11:56.000000000 +0900
@@ -6,25 +6,27 @@
 #
 
 PORTNAME=	replaceit
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.0.1
 CATEGORIES=	textproc
 MASTER_SITES=	http://pldaniels.com/replaceit/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A light replacement to the combination of sed/awk/grep/head/tail
 
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+MAKE_ARGS=	CC="${CC}" PRF="${CFLAGS}"
+
+PORTDOCS=	CHANGELOG README
 PLIST_FILES=	bin/replaceit
-PORTDOCS=	CHANGELOG INSTALL LICENSE README
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${PREFIX}/bin
-
-post-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 .for FILE in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
 .endfor
 .endif
 
diff -urN /usr/ports/textproc/replaceit/distinfo textproc/replaceit/distinfo
--- /usr/ports/textproc/replaceit/distinfo	2011-07-04 02:15:50.000000000 +0900
+++ textproc/replaceit/distinfo	2011-12-07 05:09:55.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (replaceit-1.0.0.tar.gz) = ef260f3eab4d31a4ea6f8343c2bb6fec2655bfaa6734a22d77a2366530f60fff
-SIZE (replaceit-1.0.0.tar.gz) = 4589
+SHA256 (replaceit-1.0.1.tar.gz) = 6170b19ba5b5e9c3e9aa379adfc232e0841171de9227e11cbe8a839c6a3d108a
+SIZE (replaceit-1.0.1.tar.gz) = 5035
>Release-Note:
>Audit-Trail:
>Unformatted:



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