svn commit: r440715 - in head/games/sol: . files

Emanuel Haupt ehaupt at FreeBSD.org
Fri May 12 21:08:22 UTC 2017


Author: ehaupt
Date: Fri May 12 21:08:20 2017
New Revision: 440715
URL: https://svnweb.freebsd.org/changeset/ports/440715

Log:
  - Update to 1.0.8
  - Add LICENSE

Modified:
  head/games/sol/Makefile
  head/games/sol/distinfo
  head/games/sol/files/patch-Makefile

Modified: head/games/sol/Makefile
==============================================================================
--- head/games/sol/Makefile	Fri May 12 20:58:08 2017	(r440714)
+++ head/games/sol/Makefile	Fri May 12 21:08:20 2017	(r440715)
@@ -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 at 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
 

Modified: head/games/sol/distinfo
==============================================================================
--- head/games/sol/distinfo	Fri May 12 20:58:08 2017	(r440714)
+++ head/games/sol/distinfo	Fri May 12 21:08:20 2017	(r440715)
@@ -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

Modified: head/games/sol/files/patch-Makefile
==============================================================================
--- head/games/sol/files/patch-Makefile	Fri May 12 20:58:08 2017	(r440714)
+++ head/games/sol/files/patch-Makefile	Fri May 12 21:08:20 2017	(r440715)
@@ -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)\" \
  
  ###########################################################################
  


More information about the svn-ports-all mailing list