summaryrefslogtreecommitdiff
path: root/misc/muuz
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-05-30 08:12:13 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-05-30 08:12:13 +0000
commit16a2ae17c651ecd75da76ebaecea05d1265d6d8f (patch)
tree5b0a85071d2b6fd07288d56de0dfec52cdc48948 /misc/muuz
parentCorrect WWW (.php3 -> .php). (diff)
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.
Notes
Notes: svn path=/head/; revision=28978
Diffstat (limited to 'misc/muuz')
-rw-r--r--misc/muuz/Makefile9
-rw-r--r--misc/muuz/distinfo2
-rw-r--r--misc/muuz/files/patch-ac10
-rw-r--r--misc/muuz/files/patch-ad10
4 files changed, 25 insertions, 6 deletions
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 <bsd.port.mk>
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);