aboutsummaryrefslogtreecommitdiff
path: root/games/sol
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-08-26 13:26:06 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-08-26 13:26:06 +0000
commit0b176a9d376099b6f601200fd8b658b219b057c9 (patch)
tree68603e883400e75720101f344ed43204fc5ea259 /games/sol
parentca764113b63e94db8fe3de075a6c1f075eb89db9 (diff)
downloadports-0b176a9d376099b6f601200fd8b658b219b057c9.tar.gz
ports-0b176a9d376099b6f601200fd8b658b219b057c9.zip
Upgrade to 1.0.7.
Pass maintainership to submitter. PR: ports/42017 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: dwcjr (mentor)
Notes
Notes: svn path=/head/; revision=65042
Diffstat (limited to 'games/sol')
-rw-r--r--games/sol/Makefile7
-rw-r--r--games/sol/distinfo2
-rw-r--r--games/sol/files/patch-aa14
3 files changed, 13 insertions, 10 deletions
diff --git a/games/sol/Makefile b/games/sol/Makefile
index ef5dadc52be4..cfbd07266674 100644
--- a/games/sol/Makefile
+++ b/games/sol/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= sol
-PORTVERSION= 1.0.6
+PORTVERSION= 1.0.7
CATEGORIES= games
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= edwin@mavetju.org
LIB_DEPENDS= shhopt.1:${PORTSDIR}/devel/libshhopt \
shhmsg.1:${PORTSDIR}/devel/libshhmsg \
@@ -23,6 +23,9 @@ USE_XPM= yes
MAN6= sol.6
+pre-build:
+ cd ${WRKSRC} && ${GMAKE} depend
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sol ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sol.6 ${PREFIX}/man/man6
diff --git a/games/sol/distinfo b/games/sol/distinfo
index 472b26ff0dfa..1ea0ce83e888 100644
--- a/games/sol/distinfo
+++ b/games/sol/distinfo
@@ -1 +1 @@
-MD5 (sol-1.0.6.tar.gz) = cbc5c9091506646b9ce2c34674df0ce5
+MD5 (sol-1.0.7.tar.gz) = 6c9e1162c9546392a02711443179aa43
diff --git a/games/sol/files/patch-aa b/games/sol/files/patch-aa
index 9af1c970551b..4d8940ad7c3d 100644
--- a/games/sol/files/patch-aa
+++ b/games/sol/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sun Jul 5 17:30:26 1998
-+++ Makefile Tue Jul 4 21:59:11 2000
+--- Makefile.old Mon Aug 26 10:37:17 2002
++++ Makefile Mon Aug 26 10:39:35 2002
@@ -13,9 +13,8 @@
# Where are shhmsg, shhopt, xalloc, shhcards, Xpm and X11?
@@ -9,10 +9,10 @@
-LIBDIR = -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/X11
+INCDIR = -I${LOCALBASE}/include -I${X11BASE}/include
+LIBDIR = -L${LOCALBASE}/lib -L${X11BASE}/lib
+ EXTRA_LIBS = -lSM -lICE
# Irix at Ifi
- ifeq ($(HOSTTYPE),sgi)
-@@ -53,18 +52,18 @@
+@@ -54,18 +53,18 @@
endif
# DEC Alpha at USIT
@@ -33,13 +33,13 @@
-INSTLIBDIR = /var/local/lib/games
-INSTBINDIR = /usr/local/games
-INSTMANDIR = /usr/local/man/man6
-+INSTLIBDIR = ${PREFIX}/share/sol
-+INSTBINDIR = ${PREFIX}/bin
++INSTLIBDIR = ${PREFIX}/lib/games
++INSTBINDIR = ${PREFIX}/games
+INSTMANDIR = ${PREFIX}/man/man6
#INSTLIBDIR = /hom/sverrehu/lib
#INSTBINDIR = /hom/sverrehu/bin/$$HOSTTYPE
#INSTMANDIR = /hom/sverrehu/man/man6
-@@ -84,11 +83,11 @@
+@@ -85,11 +84,11 @@
###########################################################################