From bofh@bofh.1asiacom.net  Mon Mar 31 08:43:22 2014
Return-Path: <bofh@bofh.1asiacom.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 438CF1DD
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Mar 2014 08:43:22 +0000 (UTC)
Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.110.2])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "bofh.1asiacom.net", Issuer "bofh.1asiacom.net" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 70BCEC5E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Mar 2014 08:43:20 +0000 (UTC)
Received: from bofh.1asiacom.net (localhost [127.0.0.1])
	by bofh.1asiacom.net (8.14.8/8.14.8) with ESMTP id s2V8hIqk097643
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Mar 2014 14:43:18 +0600 (BDT)
	(envelope-from bofh@bofh.1asiacom.net)
Received: (from root@localhost)
	by bofh.1asiacom.net (8.14.8/8.14.8/Submit) id s2V8hIhZ097642;
	Mon, 31 Mar 2014 14:43:18 +0600 (BDT)
	(envelope-from bofh)
Message-Id: <201403310843.s2V8hIhZ097642@bofh.1asiacom.net>
Date: Mon, 31 Mar 2014 14:43:18 +0600 (BDT)
From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] print/pmw: update to 4.28
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         188120
>Category:       ports
>Synopsis:       [MAINTAINER] print/pmw: update to 4.28
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 31 08:50:00 UTC 2014
>Closed-Date:    Sun Apr 06 05:52:37 UTC 2014
>Last-Modified:  Sun Apr 06 05:52:37 UTC 2014
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT
>Description:
- Update to 4.28

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pmw/4.28/84i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pmw/4.28/84amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pmw/4.28/92i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pmw/4.28/92amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pmw/4.28/100i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pmw/4.28/100amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pmw/4.28/110i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/pmw/4.28/110amd64-default.log

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

--- pmw-4.28.patch begins here ---
diff -ruN /usr/ports//print/pmw/Makefile ./Makefile
--- /usr/ports//print/pmw/Makefile	2013-12-06 02:25:41.000000000 +0600
+++ ./Makefile	2014-03-31 14:33:49.711977657 +0600
@@ -2,7 +2,7 @@
 # $FreeBSD: head/print/pmw/Makefile 335685 2013-12-05 20:25:41Z sunpoet $
 
 PORTNAME=	pmw
-PORTVERSION=	4.27
+PORTVERSION=	4.28
 CATEGORIES=	print audio
 MASTER_SITES=	http://www.quercite.com/
 
@@ -19,8 +19,11 @@
 
 SUB_FILES=	pkg-message
 
+.include <bsd.port.pre.mk>
 post-install:
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/doc && ${INSTALL_DATA} ChangeLog spec.pdf ${STAGEDIR}${DOCSDIR})
+.endif
 
 .include <bsd.port.mk>
diff -ruN /usr/ports//print/pmw/distinfo ./distinfo
--- /usr/ports//print/pmw/distinfo	2013-12-06 02:25:41.000000000 +0600
+++ ./distinfo	2014-03-31 14:32:21.288983227 +0600
@@ -1,2 +1,2 @@
-SHA256 (pmw-4.27.tar.gz) = c6c0f3284d165b2003eb1104ea705efad6e018e31db578382d937db451b83ed2
-SIZE (pmw-4.27.tar.gz) = 2079252
+SHA256 (pmw-4.28.tar.gz) = ecbd2cdeb38fb82c2a482e22119b27cc6959e26b6ae6d318ba366471781dfe13
+SIZE (pmw-4.28.tar.gz) = 2081185
--- pmw-4.28.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Mar 31 08:50:03 UTC 2014 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188120 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188120: commit references a PR
Date: Sun,  6 Apr 2014 05:48:23 +0000 (UTC)

 Author: sunpoet
 Date: Sun Apr  6 05:48:17 2014
 New Revision: 350314
 URL: http://svnweb.freebsd.org/changeset/ports/350314
 QAT: https://qat.redports.org/buildarchive/r350314/
 
 Log:
   - Update to 4.28
   
   Changes:
   - On a 64-bit system, stretching and shearing fonts did not work. I only noticed
     when I upgraded to a 64-bit system; clearly not many people use this feature.
   - Under some circumstances, a spurious error "An input line is too long when
     macros are expanded" could be generated. This showed up on a 64-bit system
     with 4G of memory, but I'm not sure which exact condition provoked it.
   
   PR:		188120
   Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
 
 Modified:
   head/print/pmw/Makefile
   head/print/pmw/distinfo
 
 Modified: head/print/pmw/Makefile
 ==============================================================================
 --- head/print/pmw/Makefile	Sun Apr  6 05:48:13 2014	(r350313)
 +++ head/print/pmw/Makefile	Sun Apr  6 05:48:17 2014	(r350314)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	pmw
 -PORTVERSION=	4.27
 +PORTVERSION=	4.28
  CATEGORIES=	print audio
  MASTER_SITES=	http://www.quercite.com/
  
 @@ -22,5 +22,6 @@ SUB_FILES=	pkg-message
  post-install:
  	@${MKDIR} ${STAGEDIR}${DOCSDIR}
  	(cd ${WRKSRC}/doc && ${INSTALL_DATA} ChangeLog spec.pdf ${STAGEDIR}${DOCSDIR})
 +	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pmw
  
  .include <bsd.port.mk>
 
 Modified: head/print/pmw/distinfo
 ==============================================================================
 --- head/print/pmw/distinfo	Sun Apr  6 05:48:13 2014	(r350313)
 +++ head/print/pmw/distinfo	Sun Apr  6 05:48:17 2014	(r350314)
 @@ -1,2 +1,2 @@
 -SHA256 (pmw-4.27.tar.gz) = c6c0f3284d165b2003eb1104ea705efad6e018e31db578382d937db451b83ed2
 -SIZE (pmw-4.27.tar.gz) = 2079252
 +SHA256 (pmw-4.28.tar.gz) = ecbd2cdeb38fb82c2a482e22119b27cc6959e26b6ae6d318ba366471781dfe13
 +SIZE (pmw-4.28.tar.gz) = 2081185
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sun Apr 6 05:52:36 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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