diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:48:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-06 13:48:17 +0800 |
commit | 2a07d4f59555d6cf8f986f208755d4df7e8f28f3 (patch) | |
tree | 5463e63de3da6e2e2f76f011725b7e67c3bd6231 | |
parent | 53f7d143d6593d2fe1e7b96233c210f8248d9715 (diff) | |
download | freebsd-ports-gnome-2a07d4f59555d6cf8f986f208755d4df7e8f28f3.tar.gz freebsd-ports-gnome-2a07d4f59555d6cf8f986f208755d4df7e8f28f3.tar.zst freebsd-ports-gnome-2a07d4f59555d6cf8f986f208755d4df7e8f28f3.zip |
- 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)
-rw-r--r-- | print/pmw/Makefile | 3 | ||||
-rw-r--r-- | print/pmw/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/pmw/Makefile b/print/pmw/Makefile index 29f7435d9932..738dce7a6b24 100644 --- a/print/pmw/Makefile +++ b/print/pmw/Makefile @@ -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> diff --git a/print/pmw/distinfo b/print/pmw/distinfo index a0b134d7c5af..f27508ad47b7 100644 --- a/print/pmw/distinfo +++ b/print/pmw/distinfo @@ -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 |