Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Nov 2005 13:23:08 +0300
From:      "Boris B. Samorodov" <bsam@ipt.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88314: [update] misc/help2man: new version 1.36.2 is released
Message-ID:  <E1EWtIK-000Nie-22@bsam.ru>
Resent-Message-ID: <200511011030.jA1AUGMI050845@freefall.freebsd.org>

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

>Number:         88314
>Category:       ports
>Synopsis:       [update] misc/help2man: new version 1.36.2 is released
>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:   Tue Nov 01 10:30:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Boris B. Samorodov
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
InPharmTech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD srv.sem.ipt.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Fri May 27 13:22:04 MSD 2005 bsam@srv.sem.ipt.ru:/usr/obj/usr/src/sys/SRV i386

>Description:
	A new version 1.36.2 of misc/help2man is released.
	Updates since 1.36.1:
	* Updated po translation from Jakub Bogusz.
	* Makefile.in: $(srcdir) fix from Paul Eggert (closes: #335741).
>How-To-Repeat:
>Fix:
	The patch should be applied to the port:
	# cd /usr/ports/misc
	# patch -p0 < _the_patch_
	<delete misc/*.orig misc/files/*.orig>

--- help2man.patch begins here ---
diff -ruN help2man.orig/Makefile help2man/Makefile
--- help2man.orig/Makefile	Mon Oct 31 16:01:50 2005
+++ help2man/Makefile	Tue Nov  1 12:58:46 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	help2man
-PORTVERSION=	1.36.1
+PORTVERSION=	1.36.2
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN help2man.orig/distinfo help2man/distinfo
--- help2man.orig/distinfo	Mon Oct 31 16:01:50 2005
+++ help2man/distinfo	Tue Nov  1 13:01:44 2005
@@ -1,2 +1,2 @@
-MD5 (help2man-1.36.1.tar.gz) = 89ad3d6a54692ce16626e64ab25ca071
-SIZE (help2man-1.36.1.tar.gz) = 80046
+MD5 (help2man-1.36.2.tar.gz) = 195785b0c84c28d00d3b95e6c73744cf
+SIZE (help2man-1.36.2.tar.gz) = 80479
diff -ruN help2man.orig/files/patch-Makefile.in help2man/files/patch-Makefile.in
--- help2man.orig/files/patch-Makefile.in	Fri Mar 26 21:48:23 2004
+++ help2man/files/patch-Makefile.in	Tue Nov  1 13:05:46 2005
@@ -14,6 +14,6 @@
  
 -	$(INSTALL_PROGRAM) $(target) $(DESTDIR)$(bindir)
 +	$(INSTALL_SCRIPT) $(target) $(DESTDIR)$(bindir)
- 	$(INSTALL_DATA) $(target).1 $(DESTDIR)$(mandir)/man1
- 	$(INSTALL_DATA) $(target).info $(DESTDIR)$(infodir)/$(target).info
- 	if test -f $(DESTDIR)$(infodir)/dir; \
+ 	$(INSTALL_DATA) $(srcdir)/$(target).1 $(DESTDIR)$(mandir)/man1
+ 	$(INSTALL_DATA) $(srcdir)/$(target).info \
+ 	    $(DESTDIR)$(infodir)/$(target).info
--- help2man.patch ends here ---

WBR
-- 
bsam

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EWtIK-000Nie-22>