aboutsummaryrefslogtreecommitdiff
path: root/print/mup
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-04-29 11:08:49 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-04-29 11:08:49 +0000
commite205c08bd021bb5eb81bd1f6b70eb22715fa1227 (patch)
tree591afeca0f240b34b8df3622c8333765998d7747 /print/mup
parentc46fbde3ff282d76904d2900e0aa6bc0952f96c4 (diff)
downloadports-e205c08bd021bb5eb81bd1f6b70eb22715fa1227.tar.gz
ports-e205c08bd021bb5eb81bd1f6b70eb22715fa1227.zip
Notes
Diffstat (limited to 'print/mup')
-rw-r--r--print/mup/Makefile5
-rw-r--r--print/mup/distinfo12
-rw-r--r--print/mup/files/Makefile.mup1
-rw-r--r--print/mup/files/patch-mupdisp::mupdisp.h10
4 files changed, 16 insertions, 12 deletions
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 <signal.h>
#include <string.h>
@@ -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 <unistd.h>
+-#else
-extern long lseek();
+-#endif