summaryrefslogtreecommitdiff
path: root/games/biorythm
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 08:13:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 08:13:17 +0000
commitbc1832860c1df2d120f025a1c3dae825fe2d245e (patch)
treedd1b006abab100c06876b36620f6fbbc31b5b415 /games/biorythm
parentadd tr-ircd 5.0.p6 (diff)
upgrade to 1.1.2
take maintainership PR: 37868 Submitted by: Martin Perry <Martin@raq.cx> (new maintainer)
Notes
Notes: svn path=/head/; revision=59610
Diffstat (limited to 'games/biorythm')
-rw-r--r--games/biorythm/Makefile8
-rw-r--r--games/biorythm/distinfo2
-rw-r--r--games/biorythm/files/patch-aa22
-rw-r--r--games/biorythm/files/patch-ab12
4 files changed, 32 insertions, 12 deletions
diff --git a/games/biorythm/Makefile b/games/biorythm/Makefile
index 7012e111e147..5811b4e7fc45 100644
--- a/games/biorythm/Makefile
+++ b/games/biorythm/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= biorythm
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= games
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= martin@raq.cx
LIB_DEPENDS= shhmsg.1:${PORTSDIR}/devel/libshhmsg \
shhopt.1:${PORTSDIR}/devel/libshhopt
@@ -21,9 +21,9 @@ MAN6= biorythm.6
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/biorythm
+ @${MKDIR} ${DOCSDIR}
.for file in CREDITS ChangeLog README
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/biorythm
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/games/biorythm/distinfo b/games/biorythm/distinfo
index 20b033d67a88..b6d68848660b 100644
--- a/games/biorythm/distinfo
+++ b/games/biorythm/distinfo
@@ -1 +1 @@
-MD5 (biorythm-1.1.1.tar.gz) = 0c304a6c37d56cb2d3c11e77225745b5
+MD5 (biorythm-1.1.2.tar.gz) = 4a85612ec675ce9fae4bb77cc48a6143
diff --git a/games/biorythm/files/patch-aa b/games/biorythm/files/patch-aa
index ad77bb6649d3..b715198c9c69 100644
--- a/games/biorythm/files/patch-aa
+++ b/games/biorythm/files/patch-aa
@@ -1,6 +1,12 @@
---- Makefile.orig Mon Jul 6 00:55:11 1998
-+++ Makefile Tue Jul 4 21:47:21 2000
-@@ -11,15 +11,15 @@
+--- Makefile.orig Sat Mar 2 21:32:42 2002
++++ Makefile Wed May 8 21:34:35 2002
+@@ -5,33 +5,29 @@
+ VERMIN = 1
+ VERPAT = 2
+ VERSION = $(VERMAJ).$(VERMIN).$(VERPAT)
+-COMPILED_DATE = `date '+%Y-%m-%d %H:%M:%S'`
+-COMPILED_BY = `whoami`
+
###########################################################################
# where are shhmsg and shhopt?
@@ -17,13 +23,15 @@
-INSTALL = install -m 644
-INSTALLPROG = install -s -m 755
-MKDIRP = install -d -m 755
+-
+-DEFINES = -DVERSION=\"$(VERSION)\" \
+- "-DCOMPILED_DATE=\"$(COMPILED_DATE)\"" \
+- "-DCOMPILED_BY=\"$(COMPILED_BY)\""
+INSTALL = ${BSD_INSTALL_DATA}
+INSTALLPROG = ${BSD_INSTALL_PROGRAM}
+MKDIRP = mkdir -p
-
- DEFINES = -DVERSION=\"$(VERSION)\" \
- "-DCOMPILED_DATE=\"$(COMPILED_DATE)\"" \
-@@ -27,11 +27,11 @@
++
++DEFINES = -DVERSION=\"$(VERSION)\"
###########################################################################
diff --git a/games/biorythm/files/patch-ab b/games/biorythm/files/patch-ab
new file mode 100644
index 000000000000..0f482d686d19
--- /dev/null
+++ b/games/biorythm/files/patch-ab
@@ -0,0 +1,12 @@
+--- biorythm.c.orig Sat Mar 2 21:31:53 2002
++++ biorythm.c Wed May 8 21:52:41 2002
+@@ -148,8 +148,7 @@
+ version(void)
+ {
+ printf(
+- "biorythm " VERSION ", by Sverre H. Huseby "
+- "(compiled " COMPILED_DATE " by " COMPILED_BY ")\n"
++ "biorythm " VERSION ", by Sverre H. Huseby\n"
+ );
+ exit(0);
+ }