ports/89985: [maintainer] sysutils/pv: add SHA256 and beautify info install

Daniel Roethlisberger daniel at roe.ch
Mon Dec 5 17:50:38 UTC 2005


>Number:         89985
>Category:       ports
>Synopsis:       [maintainer] sysutils/pv: add SHA256 and beautify info install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 05 17:50:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Roethlisberger
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD marvin.roe 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #5: Mon Nov 7 13:20:09 CET 2005 root at marvin.roe:/usr/obj/usr/src/sys/IBMTPX40 i386
>Description:
Add SHA256 and minor beautification of the info install (use INSTALL_DATA for
info page, not INSTALL_MAN, and use ${INFO_PATH}).
>How-To-Repeat:
>Fix:
--- pv.diff begins here ---
diff -ruN pv.orig/Makefile pv/Makefile
--- pv.orig/Makefile	Mon Dec  5 03:34:05 2005
+++ pv/Makefile	Mon Dec  5 17:37:04 2005
@@ -30,7 +30,7 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/pv ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/doc/quickref.1 ${PREFIX}/man/man1/pv.1
-	${INSTALL_MAN} ${WRKSRC}/doc/pv.info ${PREFIX}/info
+	${INSTALL_DATA} ${WRKSRC}/doc/pv.info ${PREFIX}/${INFO_PATH}
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
diff -ruN pv.orig/distinfo pv/distinfo
--- pv.orig/distinfo	Fri Sep  2 16:30:42 2005
+++ pv/distinfo	Mon Dec  5 17:22:22 2005
@@ -1,2 +1,3 @@
 MD5 (pv-0.9.2.tar.bz2) = a4025b7e9ec22e9ef529780992847a3e
+SHA256 (pv-0.9.2.tar.bz2) = 12c4f8f4ba32745ff5013a360d9d6a083cb84b0166103081beec6609b62ff670
 SIZE (pv-0.9.2.tar.bz2) = 88445
--- pv.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list