Bug 184514 - [PATCH] print/pmw: update to 4.27, take maintainership
Summary: [PATCH] print/pmw: update to 4.27, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-05 11:00 UTC by Muhammad Moinur Rahman
Modified: 2013-12-05 20:31 UTC (History)
0 users

See Also:


Attachments
pmw-4.27.patch (1.22 KB, patch)
2013-12-05 11:00 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-05 11:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-05 20:25:50 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-05 20:31:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!