Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2013 02:54:48 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/181070: print/pmw: Update to version 4.26
Message-ID:  <20130806025448.4303409dbd5e5db804117e0f@yahoo.com>
Resent-Message-ID: <201308051810.r75IA5bl020247@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181070
>Category:       ports
>Synopsis:       print/pmw: Update to version 4.26
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 05 18:10:05 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 4.26

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/pmw/Makefile print/pmw/Makefile
--- /usr/ports/print/pmw/Makefile	2013-06-21 03:53:14.000000000 +0900
+++ print/pmw/Makefile	2013-08-06 00:00:00.000000000 +0900
@@ -2,27 +2,30 @@
 # $FreeBSD: head/print/pmw/Makefile 321320 2013-06-19 20:12:38Z linimon $
 
 PORTNAME=	pmw
-PORTVERSION=	4.12
+PORTVERSION=	4.26
 CATEGORIES=	print audio
-MASTER_SITES=	ftp://ftp.univie.ac.at/applications/www.quercite.com/ \
-		http://www.quercite.com/
+MASTER_SITES=	http://www.quercite.com/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	High quality music typesetting program
 
+LICENSE=	GPLv2
+
 GNU_CONFIGURE=	yes
+MAKE_ARGS=	FULLECHO=""
 ALL_TARGET=	build
 
+SUB_FILES=	pkg-message
+
 MAN1=		pmw.1
 
-PKGMESSAGE=	${WRKDIR}/pkg-message
-SUB_FILES=	pkg-message
+.include <bsd.port.options.mk>
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-.for file in ChangeLog spec.pdf
-	${INSTALL_MAN} ${WRKSRC}/doc/${file} ${DOCSDIR}
+.for i in ChangeLog spec.pdf
+	(cd ${WRKSRC}/doc && ${INSTALL_DATA} ${i} ${DOCSDIR})
 .endfor
 .endif
 	@${CAT} ${PKGMESSAGE}
diff -urN /usr/ports/print/pmw/distinfo print/pmw/distinfo
--- /usr/ports/print/pmw/distinfo	2013-06-21 03:53:14.000000000 +0900
+++ print/pmw/distinfo	2013-08-06 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (pmw-4.12.tar.gz) = 70d9076a63ab0287099154d351d996a63cf252f3b820db115df4f4d944ecc1f6
-SIZE (pmw-4.12.tar.gz) = 1242978
+SHA256 (pmw-4.26.tar.gz) = 7266b60e20a085b0e07dd35c9696dcbc4f3176276fcc12a81b92e159d6459bf1
+SIZE (pmw-4.26.tar.gz) = 1985819
diff -urN /usr/ports/print/pmw/pkg-plist print/pmw/pkg-plist
--- /usr/ports/print/pmw/pkg-plist	2013-06-21 03:53:14.000000000 +0900
+++ print/pmw/pkg-plist	2013-08-06 00:00:00.000000000 +0900
@@ -20,6 +20,8 @@
 %%DATADIR%%/fontmetrics/Helvetica-BoldOblique.afm
 %%DATADIR%%/fontmetrics/Helvetica-Oblique.afm
 %%DATADIR%%/fontmetrics/Helvetica.afm
+%%DATADIR%%/fontmetrics/LICENCE
+%%DATADIR%%/fontmetrics/MustRead.html
 %%DATADIR%%/fontmetrics/NewCenturySchlbk-Bold.afm
 %%DATADIR%%/fontmetrics/NewCenturySchlbk-BoldItalic.afm
 %%DATADIR%%/fontmetrics/NewCenturySchlbk-Italic.afm
>Release-Note:
>Audit-Trail:
>Unformatted:



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