Index: head/print/mup/Makefile =================================================================== --- head/print/mup/Makefile (revision 160737) +++ head/print/mup/Makefile (revision 160738) @@ -1,49 +1,48 @@ # New ports collection makefile for: mup # Date Created: Oct 4, 2002 # Whom: Daniel O'Connor # # $FreeBSD$ # 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 USE_XLIB= yes MAN1= mup.1 mkmupfnt.1 mupdisp.1 mupprnt.1 PLIST_FILES= bin/mkmupfnt bin/mup bin/mupdisp bin/mupprnt MOREDOCS= README0 docs/overview.txt docs/register.txt docs/README1 \ docs/mupfeat.txt docs/faq.txt docs/license.txt docs/uguide.ps PORTDOCS= * post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile ${CP} ${FILESDIR}/Makefile.mup ${WRKSRC}/mup/Makefile ${CP} ${FILESDIR}/Makefile.fnt ${WRKSRC}/mkmupfnt/Makefile ${CP} ${FILESDIR}/Makefile.disp ${WRKSRC}/mupdisp/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mup/mup ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mkmupfnt/mkmupfnt ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mupdisp/mupdisp ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/mupprnt ${PREFIX}/bin .for f in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/docs/${f} ${PREFIX}/man/man1 .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/uguide ${FIND} ${WRKSRC}/docs/uguide -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/uguide \; .for f in ${MOREDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/print/mup/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/print/mup/distinfo =================================================================== --- head/print/mup/distinfo (revision 160737) +++ head/print/mup/distinfo (revision 160738) @@ -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 Property changes on: head/print/mup/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/print/mup/files/Makefile.mup =================================================================== --- head/print/mup/files/Makefile.mup (revision 160737) +++ head/print/mup/files/Makefile.mup (revision 160738) @@ -1,59 +1,60 @@ PROG= mup LDADD+= -lm NOMAN= NO_MAN= SRCS= abshorz.c \ absvert.c \ assign.c \ beaming.c \ beamstem.c \ brac.c \ charinfo.c \ check.c \ debug.c \ errors.c \ extchtbl.c \ font.c \ fontdata.c \ globals.c \ grpsyl.c \ + ifgram.c \ lex.c \ locvar.c \ lyrics.c \ macros.c \ main.c \ mainlist.c \ map.c \ midi.c \ midiutil.c \ mkchords.c \ muschtbl.c \ nxtstrch.c \ parstssv.c \ parstuff.c \ phrase.c \ plutils.c \ print.c \ prntdata.c \ prntmisc.c \ prnttab.c \ prolog.c \ range.c \ rational.c \ relvert.c \ restsyl.c \ roll.c \ setgrps.c \ setnotes.c \ ssv.c \ stuff.c \ symtbl.c \ tie.c \ trantab.c \ trnspose.c \ undrscre.c \ utils.c \ ytab.c .include Property changes on: head/print/mup/files/Makefile.mup ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/print/mup/files/patch-mupdisp::mupdisp.h =================================================================== --- head/print/mup/files/patch-mupdisp::mupdisp.h (revision 160737) +++ head/print/mup/files/patch-mupdisp::mupdisp.h (revision 160738) @@ -1,19 +1,23 @@ ---- 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 #include -#include -#if !defined(linux) && !defined(__EMX__) +#if !defined(linux) && !defined(__EMX__) && !defined(__FreeBSD__) /* 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 Property changes on: head/print/mup/files/patch-mupdisp::mupdisp.h ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property