Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2013 20:25:42 +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: r335685 - head/print/pmw
Message-ID:  <201312052025.rB5KPghL094908@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  5 20:25:41 2013
New Revision: 335685
URL: http://svnweb.freebsd.org/changeset/ports/335685

Log:
  - 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>

Modified:
  head/print/pmw/Makefile
  head/print/pmw/distinfo

Modified: head/print/pmw/Makefile
==============================================================================
--- head/print/pmw/Makefile	Thu Dec  5 20:25:34 2013	(r335684)
+++ head/print/pmw/Makefile	Thu Dec  5 20:25:41 2013	(r335685)
@@ -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>

Modified: head/print/pmw/distinfo
==============================================================================
--- head/print/pmw/distinfo	Thu Dec  5 20:25:34 2013	(r335684)
+++ head/print/pmw/distinfo	Thu Dec  5 20:25:41 2013	(r335685)
@@ -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



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