diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-23 16:35:29 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-23 16:35:29 +0000 |
commit | 52096dd651f94d8aa0efeb072fdbdce633d1747d (patch) | |
tree | fc27763aef14de5f588f42f59ed551bb979ea5da /print | |
parent | 42c443f7f54e971b2fc5d8c22b29479de4084b92 (diff) |
Update to 4.12.19
PR: 99378
Submitted by: Ports fury
Notes
Notes:
svn path=/head/; revision=166128
Diffstat (limited to 'print')
-rw-r--r-- | print/abcm2ps/Makefile | 17 | ||||
-rw-r--r-- | print/abcm2ps/distinfo | 6 |
2 files changed, 16 insertions, 7 deletions
diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile index 3b11916af5ac..902bb261c30d 100644 --- a/print/abcm2ps/Makefile +++ b/print/abcm2ps/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= abcm2ps -PORTVERSION= 3.7.21 +PORTVERSION= 4.12.19 CATEGORIES= print audio MASTER_SITES= http://moinejf.free.fr/ @@ -15,15 +15,24 @@ COMMENT= Converts ABC to music sheet in PostScript format 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 --git a/print/abcm2ps/distinfo b/print/abcm2ps/distinfo index 9d9765cc9a41..e5586d19369d 100644 --- a/print/abcm2ps/distinfo +++ b/print/abcm2ps/distinfo @@ -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 |