From owner-svn-ports-all@FreeBSD.ORG Sun Apr 6 05:48:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9BEDB91; Sun, 6 Apr 2014 05:48:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A701F905; Sun, 6 Apr 2014 05:48:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s365mI0J008783; Sun, 6 Apr 2014 05:48:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s365mImK008780; Sun, 6 Apr 2014 05:48:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201404060548.s365mImK008780@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Apr 2014 05:48:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350314 - head/print/pmw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2014 05:48:18 -0000 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 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