Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Mar 2012 16:41:55 -0600 (CST)
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165698: [maintainer update] patch ports-mgmt/mkreadmes to version 1.0.3
Message-ID:  <201203042241.q24MftUB031560@serene.no-ip.org>
Resent-Message-ID: <201203042250.q24MoBDu014249@freefall.freebsd.org>

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

>Number:         165698
>Category:       ports
>Synopsis:       [maintainer update] patch ports-mgmt/mkreadmes to version 1.0.3
>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:   Sun Mar 04 22:50:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Feb 12 19:15:46 CST 2012 conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64

>Description:
		Upgrade ports-mgmt/mkreadmes to version 1.0.3.

		This release contains added index file validation to
		prevent crashes due to errors in the index file.  Also 
		removed the code that would attempt to elevate the 
		program's realtime priority during initialization, as 
		this is not only no longer needed, but is forbidden in a 
		jail(8) environment.

		A man page has also been added, thanks to Marco 
		Steinbach, who graciously volunteered to write it and 
		donate it to the project.

		With the addition of the man page, the pkg-message is no 
		longer needed, and should be deleted.

>How-To-Repeat:
		N/A
>Fix:
		patch below (pkg-message file may be deleted now, 
		although this is not altogether clear from the CVS diff)

--- mkreadmes.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/ports-mgmt/mkreadmes/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	3 Mar 2012 13:21:35 -0000	1.1
+++ Makefile	4 Mar 2012 21:17:58 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mkreadmes
-DISTVERSION=	1.0
+DISTVERSION=	1.0.3
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -19,6 +19,9 @@
 PLIST_FILES=	sbin/${PORTNAME}
 PORTDATA=	*
 
+MAN1=			mkreadmes.1
+MANCOMPRESSED=	maybe
+
 post-extract:
 # adjust definition of PREFIX in mkreadmes.h only if it differs from
 # the current setting of ${PREFIX}
@@ -34,7 +37,4 @@
 	@${EGREP} -q 'default ${PREFIX}' ${WRKSRC}/main.c || \
 	${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/main.c
 
-post-install:
-	@${CAT} pkg-message
-
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/ports-mgmt/mkreadmes/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	3 Mar 2012 13:21:35 -0000	1.1
+++ distinfo	4 Mar 2012 22:09:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (mkreadmes-1.0.tar.bz2) = 244fbcbb19a852238797e12dc7a1d7e398f908e53315aa856540e1e635a231af
-SIZE (mkreadmes-1.0.tar.bz2) = 14904
+SHA256 (mkreadmes-1.0.3.tar.bz2) = c8a23b951fd794d7920339351636c42f90eae0d1d3b6565925ca141391315f84
+SIZE (mkreadmes-1.0.3.tar.bz2) = 16657
Index: pkg-message
===================================================================
RCS file: /home/ncvs/ports/ports-mgmt/mkreadmes/pkg-message,v
retrieving revision 1.1
diff -u -r1.1 pkg-message
--- pkg-message	3 Mar 2012 13:21:35 -0000	1.1
+++ pkg-message	4 Mar 2012 22:32:17 -0000
@@ -1,3 +0,0 @@
-For full description and usage information, see the file
-"${PREFIX}/share/mkreadmes/README", or type "mkreadmes -h"
-for help (sorry, no man page).
--- mkreadmes.diff ends here ---

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



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