Bug 88314 - [update] misc/help2man: new version 1.36.2 is released
Summary: [update] misc/help2man: new version 1.36.2 is released
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 10:30 UTC by Boris B.Samorodov
Modified: 2005-11-01 13:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris B.Samorodov 2005-11-01 10:30:16 UTC
	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).

Fix: The patch should be applied to the port:
	# cd /usr/ports/misc
	# patch -p0 < _the_patch_
	<delete misc/*.orig misc/files/*.orig>



WBR
-- 
bsam--IpLimv5NcaGJLHY9Ij6V291G710A1qom7hAVA8sR08PYWRAO
Content-Type: text/plain; name="help2man.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="help2man.patch"

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
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2005-11-01 13:52:45 UTC
State Changed
From-To: open->closed

committed, thanks