Date: Wed, 19 Apr 2000 10:46:54 +0300 (EEST) From: "Maxim Sobolev" <sobomax@altavista.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18085: [PATCH] Update of the PySol (games/pysol) port to the new 4.10 version Message-ID: <200004190746.KAA09534@vega.vega.com>
next in thread | raw e-mail | index | archive | help
>Number: 18085 >Category: ports >Synopsis: [PATCH] Update of the PySol (games/pysol) port to the new 4.10 version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 19 00:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: FreeBSD 3.4-STABLE i386 >Organization: Vega International Capital >Environment: >Description: Update of the PySol (games/pysol) port to the new 4.00 version. Also added a knob to allow user install supplemental sound module. >How-To-Repeat: >Fix: diff -ruN /usr/ports/games/pysol/Makefile pysol/Makefile --- /usr/ports/games/pysol/Makefile Tue Apr 18 09:40:56 2000 +++ pysol/Makefile Wed Apr 19 09:51:28 2000 @@ -6,7 +6,7 @@ # PORTNAME= pysol -PORTVERSION= 4.00 +PORTVERSION= 4.10 CATEGORIES= games MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX} @@ -15,11 +15,22 @@ RUN_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +.if defined(WITH_SOUND) +RUN_DEPENDS+= ${LOCALBASE}/lib/python1.5/site-packages/pysolsoundservermodule.so:${PORTSDIR}/audio/pysol-sound-server +.endif + NO_BUILD= yes MAN6= pysol.6 CARDSETS= pysol-cardsets-3.40 + +.if !defined(WITH_SOUND) +post-extract: + @${ECHO_MSG} + @${ECHO_MSG} "If you want install sound support please use \"make -DWITH_SOUND\"" + @${ECHO_MSG} +.endif do-install: ${SED} -e "s|@pkgdatadir@|${PREFIX}/share/pysol|" < ${WRKSRC}/pysol > ${PREFIX}/bin/pysol diff -ruN /usr/ports/games/pysol/files/md5 pysol/files/md5 --- /usr/ports/games/pysol/files/md5 Mon Apr 17 11:39:53 2000 +++ pysol/files/md5 Wed Apr 19 09:51:51 2000 @@ -1,2 +1,2 @@ -MD5 (pysol-4.00.tar.gz) = df7417195334ce581557b749c0e466ed +MD5 (pysol-4.10.tar.gz) = d53c4ed1f3129a667dd270b9367c0d34 MD5 (pysol-cardsets-3.40.tar.gz) = e7eda702f3cd1ba319b5f254aeea32b7 diff -ruN /usr/ports/games/pysol/pkg/PLIST pysol/pkg/PLIST --- /usr/ports/games/pysol/pkg/PLIST Mon Apr 17 11:39:57 2000 +++ pysol/pkg/PLIST Wed Apr 19 10:19:37 2000 @@ -5038,10 +5038,8 @@ share/pysol/html/rules/fan.html share/pysol/html/rules/fifteenplus.html share/pysol/html/rules/flowerclock.html -share/pysol/html/rules/flyingdragon.html share/pysol/html/rules/forecell.html share/pysol/html/rules/fortress.html -share/pysol/html/rules/fortresstowers.html share/pysol/html/rules/fortyandeight.html share/pysol/html/rules/fortythieves.html share/pysol/html/rules/fourteen.html @@ -5074,6 +5072,7 @@ share/pysol/html/rules/larasgame.html share/pysol/html/rules/littleforty.html share/pysol/html/rules/lucas.html +share/pysol/html/rules/mahjongg.html share/pysol/html/rules/maria.html share/pysol/html/rules/martha.html share/pysol/html/rules/matriarchy.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004190746.KAA09534>