Index: head/games/pysol/Makefile =================================================================== --- head/games/pysol/Makefile (revision 62091) +++ head/games/pysol/Makefile (revision 62092) @@ -1,35 +1,36 @@ # New ports collection makefile for: PySol # Date created: 11 September 1998 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= pysol -PORTVERSION= 4.80 +PORTVERSION= 4.81 CATEGORIES= games -MASTER_SITES= http://pysol2.sourceforge.net/download/ +MASTER_SITES= http://pysol2.sourceforge.net/download/ \ + http://www.oberhumer.com/opensource/pysol/download/ MAINTAINER= tg@FreeBSD.org RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter USE_BZIP2= yes USE_PYTHON= yes NO_BUILD= yes MAN6= pysol.6 do-install: ${SED} -e "s|@pkgdatadir@|${PREFIX}/share/pysol|" \ -e "s|@prefix@|${PREFIX}|" \ -e "s|@PYTHON@|${PYTHON_CMD}|" \ < ${WRKSRC}/pysol > ${WRKDIR}/pysol ${INSTALL_SCRIPT} ${WRKDIR}/pysol ${PREFIX}/bin/pysol ${INSTALL_DATA} ${WRKSRC}/pysol.6 ${PREFIX}/man/man6 @${MKDIR} ${PREFIX}/share/pysol (cd ${WRKSRC}/data; tar -cf - .) | \ (cd ${PREFIX}/share/pysol; tar --unlink -xf -) .include Property changes on: head/games/pysol/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/games/pysol/distinfo =================================================================== --- head/games/pysol/distinfo (revision 62091) +++ head/games/pysol/distinfo (revision 62092) @@ -1 +1 @@ -MD5 (pysol-4.80.tar.bz2) = aa948d81d380a34f7bf3806537e694e4 +MD5 (pysol-4.81.tar.bz2) = 3a4148f8cd4afd907f7f6798e4ab976f Property changes on: head/games/pysol/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/games/pysol/pkg-descr =================================================================== --- head/games/pysol/pkg-descr (revision 62091) +++ head/games/pysol/pkg-descr (revision 62092) @@ -1,21 +1,21 @@ PySol - a Python Solitaire Game Highlights: ----------- - based upon an extensible solitaire engine - - currently supports 201 different games - expect more to come + - currently supports 202 different games - expect more to come - includes my all time favorite "Gypsy" - very nice look and feel - unlimited undo & redo - load & save games - player statistics - computer gives hints and plays demo games - integrated help system - PySol is portable across X, Windows and MacOS I'm awaiting your suggestions and bug reports :-) Have fun, Markus WWW: http://wildsau.idv.uni-linz.ac.at/mfx/pysol.html Property changes on: head/games/pysol/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property