diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-06 04:25:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-06 04:25:41 +0800 |
commit | ccb839d37a7e86684a1e741473cd2bed4b321dfd (patch) | |
tree | 63cd16ba4c4ec9697173dd8201a2a20702f1f58b /print | |
parent | 5ace1135843c9246ad2a3386388df8c84229c01b (diff) | |
download | freebsd-ports-gnome-ccb839d37a7e86684a1e741473cd2bed4b321dfd.tar.gz freebsd-ports-gnome-ccb839d37a7e86684a1e741473cd2bed4b321dfd.tar.zst freebsd-ports-gnome-ccb839d37a7e86684a1e741473cd2bed4b321dfd.zip |
- Update to 4.27
- Pass maintainership to submitter
Changes:
- If a bar containing a long rest symbol is wider or narrower than normal, the
|----| symbol is now drawn instead of using the font character. This means it
can be made longer or shorter. In particular, it is now possible to have one
long bar right across the page as is common in instrumental parts for tacet
movements.
- Updated font-handling to add the remaining Unicode characters in the Latin-A
extended font, together with the infinity character, all of which are present
in modern fonts.
- The PDF index in the manual now has clickable links to the individual letter
headings in the index.
PR: ports/184514
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'print')
-rw-r--r-- | print/pmw/Makefile | 8 | ||||
-rw-r--r-- | print/pmw/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/print/pmw/Makefile b/print/pmw/Makefile index 074bf3ed0857..29f7435d9932 100644 --- a/print/pmw/Makefile +++ b/print/pmw/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= pmw -PORTVERSION= 4.26 +PORTVERSION= 4.27 CATEGORIES= print audio MASTER_SITES= http://www.quercite.com/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= High quality music typesetting program LICENSE= GPLv2 @@ -21,8 +21,6 @@ SUB_FILES= pkg-message post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in ChangeLog spec.pdf - (cd ${WRKSRC}/doc && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) -.endfor + (cd ${WRKSRC}/doc && ${INSTALL_DATA} ChangeLog spec.pdf ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> diff --git a/print/pmw/distinfo b/print/pmw/distinfo index 949fc1418d0d..a0b134d7c5af 100644 --- a/print/pmw/distinfo +++ b/print/pmw/distinfo @@ -1,2 +1,2 @@ -SHA256 (pmw-4.26.tar.gz) = 7266b60e20a085b0e07dd35c9696dcbc4f3176276fcc12a81b92e159d6459bf1 -SIZE (pmw-4.26.tar.gz) = 1985819 +SHA256 (pmw-4.27.tar.gz) = c6c0f3284d165b2003eb1104ea705efad6e018e31db578382d937db451b83ed2 +SIZE (pmw-4.27.tar.gz) = 2079252 |