- Update to 5.2

PR:		ports/93638
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2006-04-29 11:08:49 +00:00
parent c46fbde3ff
commit e205c08bd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160738
4 changed files with 16 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -18,6 +18,7 @@ SRCS= abshorz.c \
fontdata.c \
globals.c \
grpsyl.c \
ifgram.c \
lex.c \
locvar.c \
lyrics.c \

View file

@ -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