From e205c08bd021bb5eb81bd1f6b70eb22715fa1227 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Sat, 29 Apr 2006 11:08:49 +0000 Subject: - Update to 5.2 PR: ports/93638 Submitted by: maintainer --- print/mup/Makefile | 5 ++--- print/mup/distinfo | 12 ++++++------ print/mup/files/Makefile.mup | 1 + print/mup/files/patch-mupdisp::mupdisp.h | 10 +++++++--- 4 files changed, 16 insertions(+), 12 deletions(-) (limited to 'print/mup') diff --git a/print/mup/Makefile b/print/mup/Makefile index e98c83b54d7e..8581e31f3c31 100644 --- a/print/mup/Makefile +++ b/print/mup/Makefile @@ -6,11 +6,10 @@ # PORTNAME= mup -PORTVERSION= 5.1 -PORTREVISION= 1 +PORTVERSION= 5.2 CATEGORIES= print audio MASTER_SITES= ftp://ftp.arkkra.com/pub/unix/ -DISTFILES= mup51src.tar.gz mup51doc.tar.gz +DISTFILES= mup52src.tar.gz mup52doc.tar.gz MAINTAINER= darius@dons.net.au COMMENT= A shareware program for typesetting music diff --git a/print/mup/distinfo b/print/mup/distinfo index e4cb32bf0ff1..fa1352c40a11 100644 --- a/print/mup/distinfo +++ b/print/mup/distinfo @@ -1,6 +1,6 @@ -MD5 (mup51src.tar.gz) = be9657f88d1811cac222f16a23aee4f2 -SHA256 (mup51src.tar.gz) = 29a4108d881f92e59672542858ea72466dfa52e0f265e7b81003155dc530d2af -SIZE (mup51src.tar.gz) = 816673 -MD5 (mup51doc.tar.gz) = e3f4ddf4b3eca298f3c8685817d5458e -SHA256 (mup51doc.tar.gz) = 7d0ea9b91b7764dc734d769fe97c544b3336abf0dba46367d0bc7bd5862ac954 -SIZE (mup51doc.tar.gz) = 667966 +MD5 (mup52src.tar.gz) = e869c7032857d5fa6b370cbf90886718 +SHA256 (mup52src.tar.gz) = b5c27ec1ee6bf8366b828b2181e0038129f31d7e8766229bfb1ca199174c1de4 +SIZE (mup52src.tar.gz) = 854970 +MD5 (mup52doc.tar.gz) = aee1709906dd95ccd0880c3538ba1719 +SHA256 (mup52doc.tar.gz) = dc1208732155d1254487b4aeb2a7d38ebe9945a072bca4160d664ede9fc8004b +SIZE (mup52doc.tar.gz) = 692221 diff --git a/print/mup/files/Makefile.mup b/print/mup/files/Makefile.mup index 916f7641ecb1..a221b14078d3 100644 --- a/print/mup/files/Makefile.mup +++ b/print/mup/files/Makefile.mup @@ -18,6 +18,7 @@ SRCS= abshorz.c \ fontdata.c \ globals.c \ grpsyl.c \ + ifgram.c \ lex.c \ locvar.c \ lyrics.c \ diff --git a/print/mup/files/patch-mupdisp::mupdisp.h b/print/mup/files/patch-mupdisp::mupdisp.h index 9ff9bb04ec29..bf8350db6af4 100644 --- a/print/mup/files/patch-mupdisp::mupdisp.h +++ b/print/mup/files/patch-mupdisp::mupdisp.h @@ -1,5 +1,5 @@ ---- mupdisp/mupdisp.h.orig Sun Oct 5 17:53:43 2003 -+++ mupdisp/mupdisp.h Sun Oct 5 17:54:05 2003 +--- mupdisp/mupdisp.h.orig Sun Jan 15 10:39:51 2006 ++++ mupdisp/mupdisp.h Mon Feb 20 17:31:40 2006 @@ -12,8 +12,7 @@ #include #include @@ -10,10 +10,14 @@ /* undef SIGCHLD to avoid conflict with Xos.h */ #undef SIGCHLD #endif -@@ -146,6 +145,3 @@ +@@ -146,10 +145,4 @@ extern void init P((void)); extern void do_cmd P((int c)); -extern char *getenv(); -extern long ftell(); +-#ifdef __STDC__ + #include +-#else -extern long lseek(); +-#endif -- cgit v1.2.3