svn commit: r350314 - head/print/pmw
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 6 05:48:18 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list