From 22d85ee38ec3039cf7d8da26d83496f6bb485280 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Fri, 12 May 2017 21:08:20 +0000 Subject: [PATCH] - Update to 1.0.8 - Add LICENSE --- games/sol/Makefile | 16 +++++++++------- games/sol/distinfo | 5 +++-- games/sol/files/patch-Makefile | 19 ++++++++++--------- 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/games/sol/Makefile b/games/sol/Makefile index 253205331441..9aeb30c0ff85 100644 --- a/games/sol/Makefile +++ b/games/sol/Makefile @@ -2,23 +2,25 @@ # $FreeBSD$ PORTNAME= sol -PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTVERSION= 1.0.8 CATEGORIES= games MASTER_SITES= http://shh.thathost.com/pub-unix/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Solitaire card game for X Window System -LIB_DEPENDS= libshhopt.so.1:devel/libshhopt \ - libshhmsg.so.1:devel/libshhmsg \ - libxalloc.so.1:devel/libxalloc \ - libshhcards.so.1:games/libshhcards +LICENSE= ART10 + +LIB_DEPENDS= libXaw.so:x11-toolkits/libXaw \ + libshhcards.so:games/libshhcards \ + libshhmsg.so:devel/libshhmsg \ + libshhopt.so:devel/libshhopt \ + libxalloc.so:devel/libxalloc CONFLICTS= gnome-games-* USES= gmake -USE_XORG= xpm x11 xaw +USE_XORG= ice sm x11 xext xmu xpm xt OPTIONS_DEFINE= DOCS diff --git a/games/sol/distinfo b/games/sol/distinfo index 14653ccb9138..78372264432a 100644 --- a/games/sol/distinfo +++ b/games/sol/distinfo @@ -1,2 +1,3 @@ -SHA256 (sol-1.0.7.tar.gz) = ad8eebf93408b2bded3a68440e98dcb8a05434532fe3301d7a18136ec4819607 -SIZE (sol-1.0.7.tar.gz) = 32597 +TIMESTAMP = 1494621752 +SHA256 (sol-1.0.8.tar.gz) = 2e1e8bf4b8636e77e63db956d6da0da873f024059ec0273615940470af94bf10 +SIZE (sol-1.0.8.tar.gz) = 34499 diff --git a/games/sol/files/patch-Makefile b/games/sol/files/patch-Makefile index f94aa9ff516a..02f0630e0d27 100644 --- a/games/sol/files/patch-Makefile +++ b/games/sol/files/patch-Makefile @@ -1,18 +1,19 @@ ---- Makefile.old Mon Aug 26 10:37:17 2002 -+++ Makefile Mon Aug 26 10:39:35 2002 -@@ -13,9 +13,8 @@ +--- Makefile.orig 2017-04-29 20:57:57 UTC ++++ Makefile +@@ -13,10 +13,8 @@ COMPILED_BY = `whoami` # Where are shhmsg, shhopt, xalloc, shhcards, Xpm and X11? # GNU/Linux at home -INCDIR = -I/usr/local/include -I/usr/X11R6/include \ -- -I/usr/local/include/X11 --LIBDIR = -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/X11 -+INCDIR = -I${LOCALBASE}/include -+LIBDIR = -L${LOCALBASE}/lib +- -I/usr/local/include/X11 -I/opt/X11/include +-LIBDIR = -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/X11 \ +- -L/opt/X11/lib ++INCDIR = -I${LOCALBASE}/include ++LIBDIR = -L${LOCALBASE}/lib EXTRA_LIBS = -lSM -lICE # Irix at Ifi -@@ -54,18 +53,18 @@ +@@ -55,18 +53,18 @@ EXTRA_LIBS = -liberty endif # DEC Alpha at USIT @@ -39,7 +40,7 @@ #INSTLIBDIR = /hom/sverrehu/lib #INSTBINDIR = /hom/sverrehu/bin/$$HOSTTYPE #INSTMANDIR = /hom/sverrehu/man/man6 -@@ -85,11 +84,11 @@ +@@ -86,11 +84,11 @@ DEFINES = -DVERSION=\"$(VERSION)\" \ ###########################################################################