From 16a2ae17c651ecd75da76ebaecea05d1265d6d8f Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 30 May 2000 08:12:13 +0000 Subject: Update to 0.27.2. PR: ports/18696 Submitted by: MAINTAINER Hmm. Seems Maintainer == Author of this port. So, please include `patch-ad' in your next release, thanks. --- misc/muuz/Makefile | 9 ++++----- misc/muuz/distinfo | 2 +- misc/muuz/files/patch-ac | 10 ++++++++++ misc/muuz/files/patch-ad | 10 ++++++++++ 4 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 misc/muuz/files/patch-ac create mode 100644 misc/muuz/files/patch-ad (limited to 'misc/muuz') diff --git a/misc/muuz/Makefile b/misc/muuz/Makefile index 870012d59d2c..36570493da99 100644 --- a/misc/muuz/Makefile +++ b/misc/muuz/Makefile @@ -5,17 +5,16 @@ # $FreeBSD$ # -PORTNAME= muuz -PORTVERSION= 0.27.1 -CATEGORIES= misc +PORTNAME= muuz +PORTVERSION= 0.27.2 +CATEGORIES= misc MASTER_SITES= ftp://toxic.magnesium.net/pub/FreeBSD/muuz/ MAINTAINER= kline@thought.org LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d -#USE_IMAKE= yes (... no, not yet) -USE_X_PREFIX= yes +USE_IMAKE= yes MAN1= muuz.1 .include diff --git a/misc/muuz/distinfo b/misc/muuz/distinfo index b0e5b377dc86..bbfa823db047 100644 --- a/misc/muuz/distinfo +++ b/misc/muuz/distinfo @@ -1 +1 @@ -MD5 (muuz-0.27.1.tar.gz) = 0bd78bf700a50496e1346b4acea05fe3 +MD5 (muuz-0.27.2.tar.gz) = 9ea52f17f310988e012fbd29e5304c7f diff --git a/misc/muuz/files/patch-ac b/misc/muuz/files/patch-ac new file mode 100644 index 000000000000..a21ad6bc9516 --- /dev/null +++ b/misc/muuz/files/patch-ac @@ -0,0 +1,10 @@ +--- Imakefile.orig Sat May 20 10:55:46 2000 ++++ Imakefile Sun May 21 19:01:32 2000 +@@ -53,6 +53,7 @@ + @grep -v "^#" helpOverview.h > ./helpOverview.text + @grep -v "^#" acknowledgement.h > ./acknowledgement.text + @grep -v "^#" aboutMuuz.h > ./aboutMuuz.text ++ @mkdir $(PROJECTROOT)/share/muuz + @cp -pf helpUserPrep.text $(PROJECTROOT)/share/muuz/helpUserPrep.text + @cp -pf helpPrep.text $(PROJECTROOT)/share/muuz/helpPrep.text + @cp -pf helpOverview.text $(PROJECTROOT)/share/muuz/helpOverview.text diff --git a/misc/muuz/files/patch-ad b/misc/muuz/files/patch-ad new file mode 100644 index 000000000000..87adf479aed0 --- /dev/null +++ b/misc/muuz/files/patch-ad @@ -0,0 +1,10 @@ +--- main.c.orig Sat May 20 04:57:58 2000 ++++ main.c Sun May 21 18:49:43 2000 +@@ -532,6 +532,7 @@ + } + + } ++void + usage(char *progname) + { + fprintf(stderr, "Usage: %s: [-hV]\n", progname); -- cgit v1.2.3