1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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.
This commit is contained in:
Akinori MUSHA 2000-05-30 08:12:13 +00:00
parent a1abc9948c
commit 16a2ae17c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28978
4 changed files with 25 additions and 6 deletions

View File

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

View File

@ -1 +1 @@
MD5 (muuz-0.27.1.tar.gz) = 0bd78bf700a50496e1346b4acea05fe3
MD5 (muuz-0.27.2.tar.gz) = 9ea52f17f310988e012fbd29e5304c7f

10
misc/muuz/files/patch-ac Normal file
View File

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

10
misc/muuz/files/patch-ad Normal file
View File

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