ports/146178: [MAINTAINER] misc/help2man: update to 1.38.2

Sunpoet Po-Chuan Hsieh sunpoet at sunpoet.net
Fri Apr 30 07:10:02 UTC 2010


>Number:         146178
>Category:       ports
>Synopsis:       [MAINTAINER] misc/help2man: update to 1.38.2
>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:   Fri Apr 30 07:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Mar 19 09:16:38 CST 2010
>Description:
- Update to 1.38.2

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- help2man-1.38.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/misc/help2man/Makefile /usr/ports/sunpoet/help2man/Makefile
--- /usr/ports/misc/help2man/Makefile	2010-03-11 19:26:29.000000000 +0800
+++ /usr/ports/sunpoet/help2man/Makefile	2010-04-30 14:56:11.000000000 +0800
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	help2man
-PORTVERSION=	1.37.1
-PORTREVISION=	2
+PORTVERSION=	1.38.2
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,7 +21,7 @@
 
 CFLAGS+=	-lintl
 INSTALL_TARGET=	install install_l10n
-MANLANG=	"" de fi fr pl pt_BR sv
+MANLANG=	"" de fi fr pl pt_BR ru sv vi
 PLIST_SUB+=	NLS=""
 USE_GETTEXT=	yes
 .else
diff -ruN --exclude=CVS /usr/ports/misc/help2man/distinfo /usr/ports/sunpoet/help2man/distinfo
--- /usr/ports/misc/help2man/distinfo	2010-02-01 21:18:07.000000000 +0800
+++ /usr/ports/sunpoet/help2man/distinfo	2010-04-30 12:20:45.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (help2man-1.37.1.tar.gz) = 371b5cc74fe9c2ea3ee1ca23c19b19a8
-SHA256 (help2man-1.37.1.tar.gz) = 3b44a91ef8e722c570a2a2d0e3f1cd249aac25dd2b2692c7792d87b30ed61561
-SIZE (help2man-1.37.1.tar.gz) = 107414
+MD5 (help2man-1.38.2.tar.gz) = 426671c6fe79e5ef2233303367eab5a6
+SHA256 (help2man-1.38.2.tar.gz) = 952c29561bce8b233aa10af7f0e0c79c8243712810bf8ddf01e6efd82ce250d1
+SIZE (help2man-1.38.2.tar.gz) = 136509
diff -ruN --exclude=CVS /usr/ports/misc/help2man/files/patch-Makefile.in /usr/ports/sunpoet/help2man/files/patch-Makefile.in
--- /usr/ports/misc/help2man/files/patch-Makefile.in	2010-02-01 21:18:08.000000000 +0800
+++ /usr/ports/sunpoet/help2man/files/patch-Makefile.in	2010-04-30 14:22:56.000000000 +0800
@@ -1,5 +1,5 @@
---- Makefile.in.orig	2010-02-01 00:46:42.000000000 +0100
-+++ Makefile.in	2010-02-01 00:47:31.000000000 +0100
+--- Makefile.in.orig	2010-04-26 18:41:13.000000000 +0800
++++ Makefile.in	2010-04-30 14:22:44.000000000 +0800
 @@ -23,6 +23,7 @@
  LIBS = @LIBS@
  INSTALL = @INSTALL@
@@ -8,12 +8,12 @@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_INFO = @INSTALL_INFO@
  MAKEINFO = @MAKEINFO@
-@@ -41,7 +42,7 @@
+@@ -45,7 +46,7 @@
  	$(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1
  	$(MKINSTALLDIRS) $(DESTDIR)$(infodir)
  
 -	$(INSTALL_PROGRAM) $(target) $(DESTDIR)$(bindir)
 +	$(INSTALL_SCRIPT) $(target) $(DESTDIR)$(bindir)
- 	$(INSTALL_DATA) $(srcdir)/$(target).1 $(DESTDIR)$(mandir)/man1
- 	$(INSTALL_DATA) $(srcdir)/$(target).info \
+ 	$(INSTALL_DATA) $(call vpath_file,$(target).1) $(DESTDIR)$(mandir)/man1
+ 	$(INSTALL_DATA) $(call vpath_file,/$(target).info) \
  	    $(DESTDIR)$(infodir)/$(target).info
diff -ruN --exclude=CVS /usr/ports/misc/help2man/pkg-plist /usr/ports/sunpoet/help2man/pkg-plist
--- /usr/ports/misc/help2man/pkg-plist	2010-03-11 19:26:29.000000000 +0800
+++ /usr/ports/sunpoet/help2man/pkg-plist	2010-04-30 14:28:11.000000000 +0800
@@ -5,7 +5,9 @@
 %%NLS%%share/locale/fr/LC_MESSAGES/help2man.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/help2man.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/help2man.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/help2man.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/help2man.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/help2man.mo
 %%NLS%%@dirrmtry man/de/man1
 %%NLS%%@dirrmtry man/de
 %%NLS%%@dirrmtry man/fi/man1
@@ -16,5 +18,9 @@
 %%NLS%%@dirrmtry man/pl
 %%NLS%%@dirrmtry man/pt_BR/man1
 %%NLS%%@dirrmtry man/pt_BR
+%%NLS%%@dirrmtry man/ru/man1
+%%NLS%%@dirrmtry man/ru
 %%NLS%%@dirrmtry man/sv/man1
 %%NLS%%@dirrmtry man/sv
+%%NLS%%@dirrmtry man/vi/man1
+%%NLS%%@dirrmtry man/vi
--- help2man-1.38.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list