Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 05:48:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350314 - head/print/pmw
Message-ID:  <201404060548.s365mImK008780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404060548.s365mImK008780>