From owner-svn-ports-all@FreeBSD.ORG  Thu Dec  5 20:25:42 2013
Return-Path: <owner-svn-ports-all@FreeBSD.ORG>
Delivered-To: svn-ports-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id D0419C3E;
 Thu,  5 Dec 2013 20:25:42 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id A4B1F18DB;
 Thu,  5 Dec 2013 20:25:42 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB5KPgSV094919;
 Thu, 5 Dec 2013 20:25:42 GMT (envelope-from sunpoet@svn.freebsd.org)
Received: (from sunpoet@localhost)
 by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB5KPghL094908;
 Thu, 5 Dec 2013 20:25:42 GMT (envelope-from sunpoet@svn.freebsd.org)
Message-Id: <201312052025.rB5KPghL094908@svn.freebsd.org>
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Date: Thu, 5 Dec 2013 20:25:42 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r335685 - head/print/pmw
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Dec 2013 20:25:42 -0000

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