Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jun 2006 01:00:24 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99378: Update port: print/abcm2ps to 4.12.19
Message-ID:  <20060624010024.32a1a715.tkato432@yahoo.com>
Resent-Message-ID: <200606231610.k5NGAMPk070706@freefall.freebsd.org>

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

>Number:         99378
>Category:       ports
>Synopsis:       Update port: print/abcm2ps to 4.12.19
>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:   Fri Jun 23 16:10:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p18 i386
>Organization:
>Environment:
>Description:
- Update to version 4.12.19

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/abcm2ps/Makefile print/abcm2ps/Makefile
--- /usr/ports/print/abcm2ps/Makefile	Fri Dec 24 02:56:00 2004
+++ print/abcm2ps/Makefile	Fri Jun 16 03:16:17 2006
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/print/abcm2ps/Makefile,v 1.8 2004/12/23 10:19:41 krion Exp $
 
 PORTNAME=	abcm2ps
-PORTVERSION=	3.7.21
+PORTVERSION=	4.12.19
 CATEGORIES=	print audio
 MASTER_SITES=	http://moinejf.free.fr/
 
@@ -15,15 +15,25 @@
 GNU_CONFIGURE=	yes
 ALL_TARGET=	${PORTNAME}
 
-PORTDOCS=	README
+PORTDOCS=	Changes README deco.abc journey.abc mtunes1.abc mtunes2.abc \
+		multilang.abc newfeatures.abc sample.abc sample2.abc \
+		sample3.abc sample4.abc voices.abc sample3.eps features.txt \
+		format.txt options.txt
 PLIST_FILES=	bin/abcm2ps %%DATADIR%%/fbook.fmt %%DATADIR%%/fonts.fmt \
 		%%DATADIR%%/landscape.fmt %%DATADIR%%/tight.fmt
 PLIST_DIRS=	%%DATADIR%%
 
-post-install:
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/abcm2ps ${PREFIX}/bin
+	@${MKDIR} ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/*.fmt ${DATADIR}
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.for file in ${PORTDOCS}
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
 .endif
 
 .include <bsd.port.mk>
+
diff -urN /usr/ports/print/abcm2ps/distinfo print/abcm2ps/distinfo
--- /usr/ports/print/abcm2ps/distinfo	Wed Nov  9 13:36:06 2005
+++ print/abcm2ps/distinfo	Fri Jun 16 03:10:22 2006
@@ -1,3 +1,3 @@
-MD5 (abcm2ps-3.7.21.tar.gz) = 8bcda368edfbe17ea9c63c4102233d0a
-SHA256 (abcm2ps-3.7.21.tar.gz) = b605d51c3cf7c32cb2e2441e611b3a8dfe8c0ddf9aaf806f401724e647a932d1
-SIZE (abcm2ps-3.7.21.tar.gz) = 195774
+MD5 (abcm2ps-4.12.19.tar.gz) = 1d555c66695770ea1de0d5c24bfbc3c2
+SHA256 (abcm2ps-4.12.19.tar.gz) = 3a1b9467f5557350b55e3ab1c3d15128ca0cd5846f9219773a342fc9cf19de12
+SIZE (abcm2ps-4.12.19.tar.gz) = 213423
>Release-Note:
>Audit-Trail:
>Unformatted:



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