From gslin@colo-p.gslin.org  Sat May 25 15:58:06 2013
Return-Path: <gslin@colo-p.gslin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 36E5A2EF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 May 2013 15:58:06 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: from colo-p.gslin.org (112-121-80-241.mwsrv.com [112.121.80.241])
	by mx1.freebsd.org (Postfix) with ESMTP id A3C37809
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 May 2013 15:58:05 +0000 (UTC)
Received: by colo-p.gslin.org (Postfix, from userid 1000)
	id D6C197E81B; Sat, 25 May 2013 23:58:04 +0800 (CST)
Message-Id: <20130525155804.D6C197E81B@colo-p.gslin.org>
Date: Sat, 25 May 2013 23:58:04 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [MAINTAINER] sysutils/debhelper: update to 9.20130518
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178976
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/debhelper: update to 9.20130518
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 25 16:00:00 UTC 2013
>Closed-Date:    Tue Jun 04 10:11:36 UTC 2013
>Last-Modified:  Tue Jun 04 10:11:36 UTC 2013
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 9.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39
>Description:
- Update to 9.20130518

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- debhelper-9.20130518.patch begins here ---
diff -ruN /usr/ports/sysutils/debhelper/Makefile ./Makefile
--- /usr/ports/sysutils/debhelper/Makefile	2013-02-08 20:05:00.000000000 +0800
+++ ./Makefile	2013-05-25 23:55:18.000000000 +0800
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/sysutils/debhelper/Makefile,v 1.1 2013/02/08 12:05:00 svnexp Exp $
 
 PORTNAME=	debhelper
-PORTVERSION=	9.20120909
+PORTVERSION=	9.20130518
 CATEGORIES=	sysutils
 MASTER_SITES=	DEBIAN
 DISTFILES=	${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
@@ -13,6 +13,7 @@
 MAKE_ENV+=	SITE_PERL_REL=${SITE_PERL_REL}
 NO_BUILD=	yes
 USE_PERL5=	yes
+USE_GMAKE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/sysutils/debhelper/distinfo ./distinfo
--- /usr/ports/sysutils/debhelper/distinfo	2013-02-08 20:05:00.000000000 +0800
+++ ./distinfo	2013-05-25 23:45:15.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (debhelper_9.20120909.tar.gz) = fabcdb9c41975ea0a1ccc66d6e065e424ed7a2119f6f1a6f7bfb7d06701370af
-SIZE (debhelper_9.20120909.tar.gz) = 464785
+SHA256 (debhelper_9.20130518.tar.gz) = 9e8e99a90fb628f67d9b148ff99cda11379cda16b48fad47c2fce80c8351c4d0
+SIZE (debhelper_9.20130518.tar.gz) = 472829
diff -ruN /usr/ports/sysutils/debhelper/files/patch-Makefile ./files/patch-Makefile
--- /usr/ports/sysutils/debhelper/files/patch-Makefile	2013-02-08 20:05:00.000000000 +0800
+++ ./files/patch-Makefile	2013-05-25 23:53:39.000000000 +0800
@@ -1,26 +1,20 @@
---- Makefile.orig	2012-08-26 22:22:58.000000000 +0800
-+++ Makefile	2012-08-26 22:23:51.000000000 +0800
-@@ -78,15 +78,14 @@
- 	done;
+--- Makefile.orig	2013-05-25 23:53:26.000000000 +0800
++++ Makefile	2013-05-25 23:53:38.000000000 +0800
+@@ -38,8 +38,6 @@
  
- install:
--	install -d $(DESTDIR)/usr/bin \
--		$(DESTDIR)/usr/share/debhelper/autoscripts \
--		$(DESTDIR)$(PERLLIBDIR)/Sequence \
--		$(DESTDIR)$(PERLLIBDIR)/Buildsystem
--	install dh $(COMMANDS) $(DESTDIR)/usr/bin
--	install -m 0644 autoscripts/* $(DESTDIR)/usr/share/debhelper/autoscripts
--	install -m 0644 Debian/Debhelper/*.pm $(DESTDIR)$(PERLLIBDIR)
--	install -m 0644 Debian/Debhelper/Sequence/*.pm $(DESTDIR)$(PERLLIBDIR)/Sequence
--	install -m 0644 Debian/Debhelper/Buildsystem/*.pm $(DESTDIR)$(PERLLIBDIR)/Buildsystem
-+	install -d \
-+		$(PREFIX)/${SITE_PERL_REL}/Debian/Debhelper/Sequence \
-+		$(PREFIX)/${SITE_PERL_REL}/Debian/Debhelper/Buildsystem
-+	install dh $(COMMANDS) $(PREFIX)/bin
-+	install -m 0644 autoscripts/* $(PREFIX)/bin
-+	install -m 0644 Debian/Debhelper/*.pm $(PREFIX)/$(SITE_PERL_REL)/Debian/Debhelper
-+	install -m 0644 Debian/Debhelper/Sequence/*.pm $(PREFIX)/$(SITE_PERL_REL)/Debian/Debhelper/Sequence
-+	install -m 0644 Debian/Debhelper/Buildsystem/*.pm $(PREFIX)/$(SITE_PERL_REL)/Debian/Debhelper/Buildsystem
+ PERLLIBDIR=$(shell perl -MConfig -e 'print $$Config{vendorlib}')/Debian/Debhelper
+ 
+-PREFIX=/usr
+-
+ POD2MAN=pod2man --utf8 -c Debhelper -r "$(VERSION)"
+ 
+ ifneq ($(USE_NLS),no)
+@@ -94,7 +92,7 @@
+ 	install -m 0644 autoscripts/* $(DESTDIR)$(PREFIX)/share/debhelper/autoscripts
+ 	install -m 0644 Debian/Debhelper/*.pm $(DESTDIR)$(PERLLIBDIR)
+ 	[ "$(PREFIX)" = /usr ] || \
+-		sed -i '/$$prefix=/s@/usr@$(PREFIX)@g' $(DESTDIR)$(PERLLIBDIR)/Dh_Lib.pm
++		sed -i -e '/$$prefix=/s@/usr@$(PREFIX)@g' $(DESTDIR)$(PERLLIBDIR)/Dh_Lib.pm
+ 	install -m 0644 Debian/Debhelper/Sequence/*.pm $(DESTDIR)$(PERLLIBDIR)/Sequence
+ 	install -m 0644 Debian/Debhelper/Buildsystem/*.pm $(DESTDIR)$(PERLLIBDIR)/Buildsystem
  
- test: version
- 	./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x } @ARGV' t/* t/buildsystems/*
diff -ruN /usr/ports/sysutils/debhelper/pkg-descr ./pkg-descr
--- /usr/ports/sysutils/debhelper/pkg-descr	2013-02-08 20:05:00.000000000 +0800
+++ ./pkg-descr	2013-05-25 23:46:24.000000000 +0800
@@ -4,4 +4,4 @@
 integrate your package with the debian menu system, debconf, doc-base, etc.
 Most debian packages use debhelper as part of their build process.
 
-WWW:	http://joeyh.name/code/debhelper/
+WWW: http://joeyh.name/code/debhelper/
diff -ruN /usr/ports/sysutils/debhelper/pkg-plist ./pkg-plist
--- /usr/ports/sysutils/debhelper/pkg-plist	2013-02-08 20:05:00.000000000 +0800
+++ ./pkg-plist	2013-05-25 23:54:29.000000000 +0800
@@ -1,62 +1,42 @@
-@comment $FreeBSD: ports/sysutils/debhelper/pkg-plist,v 1.1 2013/02/08 12:05:00 svnexp Exp $
-%%SITE_PERL%%/Debian/Debhelper/Buildsystem.pm
-%%SITE_PERL%%/Debian/Debhelper/Buildsystem/ant.pm
-%%SITE_PERL%%/Debian/Debhelper/Buildsystem/autoconf.pm
-%%SITE_PERL%%/Debian/Debhelper/Buildsystem/cmake.pm
-%%SITE_PERL%%/Debian/Debhelper/Buildsystem/makefile.pm
-%%SITE_PERL%%/Debian/Debhelper/Buildsystem/perl_build.pm
-%%SITE_PERL%%/Debian/Debhelper/Buildsystem/perl_makemaker.pm
-%%SITE_PERL%%/Debian/Debhelper/Buildsystem/python_distutils.pm
-%%SITE_PERL%%/Debian/Debhelper/Buildsystem/qmake.pm
-%%SITE_PERL%%/Debian/Debhelper/Buildsystem/qmake_qt4.pm
-%%SITE_PERL%%/Debian/Debhelper/Dh_Buildsystems.pm
-%%SITE_PERL%%/Debian/Debhelper/Dh_Getopt.pm
-%%SITE_PERL%%/Debian/Debhelper/Dh_Lib.pm
-%%SITE_PERL%%/Debian/Debhelper/Sequence/python_support.pm
+@comment $FreeBSD$
+%%DATADIR%%/autoscripts/maintscript-helper
+%%DATADIR%%/autoscripts/postinst-emacsen
+%%DATADIR%%/autoscripts/postinst-icons
+%%DATADIR%%/autoscripts/postinst-init
+%%DATADIR%%/autoscripts/postinst-init-nostart
+%%DATADIR%%/autoscripts/postinst-init-restart
+%%DATADIR%%/autoscripts/postinst-init-tmpfiles
+%%DATADIR%%/autoscripts/postinst-makeshlibs
+%%DATADIR%%/autoscripts/postinst-menu
+%%DATADIR%%/autoscripts/postinst-menu-method
+%%DATADIR%%/autoscripts/postinst-modules
+%%DATADIR%%/autoscripts/postinst-moveconffile
+%%DATADIR%%/autoscripts/postinst-python
+%%DATADIR%%/autoscripts/postinst-suid
+%%DATADIR%%/autoscripts/postinst-ucf
+%%DATADIR%%/autoscripts/postinst-usrlocal
+%%DATADIR%%/autoscripts/postinst-wm
+%%DATADIR%%/autoscripts/postinst-wm-noman
+%%DATADIR%%/autoscripts/postinst-xfonts
+%%DATADIR%%/autoscripts/postrm-debconf
+%%DATADIR%%/autoscripts/postrm-icons
+%%DATADIR%%/autoscripts/postrm-init
+%%DATADIR%%/autoscripts/postrm-makeshlibs
+%%DATADIR%%/autoscripts/postrm-menu
+%%DATADIR%%/autoscripts/postrm-menu-method
+%%DATADIR%%/autoscripts/postrm-modules
+%%DATADIR%%/autoscripts/postrm-sgmlcatalog
+%%DATADIR%%/autoscripts/postrm-suid
+%%DATADIR%%/autoscripts/postrm-ucf
+%%DATADIR%%/autoscripts/postrm-xfonts
+%%DATADIR%%/autoscripts/preinst-moveconffile
+%%DATADIR%%/autoscripts/preinst-sgmlcatalog
+%%DATADIR%%/autoscripts/prerm-emacsen
+%%DATADIR%%/autoscripts/prerm-init
+%%DATADIR%%/autoscripts/prerm-init-norestart
+%%DATADIR%%/autoscripts/prerm-python
+%%DATADIR%%/autoscripts/prerm-usrlocal
+%%DATADIR%%/autoscripts/prerm-wm
 bin/dh
-bin/maintscript-helper
-bin/postinst-emacsen
-bin/postinst-icons
-bin/postinst-init
-bin/postinst-init-nostart
-bin/postinst-init-restart
-bin/postinst-makeshlibs
-bin/postinst-menu
-bin/postinst-menu-method
-bin/postinst-mime
-bin/postinst-modules
-bin/postinst-moveconffile
-bin/postinst-python
-bin/postinst-sharedmimeinfo
-bin/postinst-suid
-bin/postinst-ucf
-bin/postinst-usrlocal
-bin/postinst-wm
-bin/postinst-wm-noman
-bin/postinst-xfonts
-bin/postrm-debconf
-bin/postrm-icons
-bin/postrm-init
-bin/postrm-makeshlibs
-bin/postrm-menu
-bin/postrm-menu-method
-bin/postrm-mime
-bin/postrm-modules
-bin/postrm-sgmlcatalog
-bin/postrm-sharedmimeinfo
-bin/postrm-suid
-bin/postrm-ucf
-bin/postrm-xfonts
-bin/preinst-moveconffile
-bin/preinst-sgmlcatalog
-bin/prerm-emacsen
-bin/prerm-init
-bin/prerm-init-norestart
-bin/prerm-python
-bin/prerm-usrlocal
-bin/prerm-wm
-@dirrmtry %%SITE_PERL%%/Debian/Debhelper/Sequence
-@dirrmtry %%SITE_PERL%%/Debian/Debhelper/Buildsystem
-@dirrmtry %%SITE_PERL%%/Debian/Debhelper
-@dirrmtry %%SITE_PERL%%/Debian
+@dirrmtry %%DATADIR%%/autoscripts
 @dirrmtry %%DATADIR%%
--- debhelper-9.20130518.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 25 16:00:12 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178976 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Wed May 29 00:29:54 UTC 2013 
State-Changed-Why:  
plist fails http://miwibox.org/tb/index.php?action=describe_port&id=2479 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178976 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jun 4 10:11:35 UTC 2013 
State-Changed-Why:  
feedback timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178976 
>Unformatted:
