diff options
author | tg <tg@FreeBSD.org> | 2001-05-08 19:53:55 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-05-08 19:53:55 +0800 |
commit | da06353c19204cca24b7b2cb4a3c1fd18ba2d6ef (patch) | |
tree | aa40a401f7ba7e4fdcee5f4d2e07252e0adb0f9d /games | |
parent | c832cc655fd276a712220df22d1eb5a5607d6bce (diff) | |
download | freebsd-ports-gnome-da06353c19204cca24b7b2cb4a3c1fd18ba2d6ef.tar.gz freebsd-ports-gnome-da06353c19204cca24b7b2cb4a3c1fd18ba2d6ef.tar.zst freebsd-ports-gnome-da06353c19204cca24b7b2cb4a3c1fd18ba2d6ef.zip |
Upgrade to 4.71.
Submitted by: sobomax
Diffstat (limited to 'games')
-rw-r--r-- | games/pysol/Makefile | 28 | ||||
-rw-r--r-- | games/pysol/distinfo | 3 | ||||
-rw-r--r-- | games/pysol/pkg-plist | 5 |
3 files changed, 14 insertions, 22 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index 38dc086101e3..50e0d042e2d8 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -6,39 +6,29 @@ # PORTNAME= pysol -PORTVERSION= 4.60 +PORTVERSION= 4.71 CATEGORIES= games -MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= tg -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pysol.py.bz2 -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/ MAINTAINER= tg@FreeBSD.org -BUILD_DEPENDS= bunzip2:${PORTSDIR}/archivers/bzip2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +USE_BZIP2= yes USE_PYTHON= yes -MAN6= pysol.6 - -post-extract: - ${LOCALBASE}/bin/bunzip2 -c ${DISTDIR}/pysol.py.bz2 \ - > ${WRKSRC}/pysol.py +NO_BUILD= yes -do-build: - ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${WRKSRC} +MAN6= pysol.6 do-install: ${SED} -e "s|@pkgdatadir@|${PREFIX}/share/pysol|" \ -e "s|^exec python|exec ${PYTHON_CMD}|" \ - < ${WRKSRC}/pysol > ${PREFIX}/bin/pysol - ${CHMOD} +x ${PREFIX}/bin/pysol + < ${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 xf -) - ${INSTALL_DATA} ${WRKSRC}/pysol.pyc ${PREFIX}/share/pysol + (cd ${WRKSRC}/data; tar -cf - .) | \ + (cd ${PREFIX}/share/pysol; tar --unlink -xf -) .include <bsd.port.mk> diff --git a/games/pysol/distinfo b/games/pysol/distinfo index 2336cc549c70..0e06796396a9 100644 --- a/games/pysol/distinfo +++ b/games/pysol/distinfo @@ -1,2 +1 @@ -MD5 (pysol-4.60.tar.gz) = ca07612bb1c7c604111e11f49abefda7 -MD5 (pysol.py.bz2) = 8a5bfdb0b675a8fbecedad1d06240d11 +MD5 (pysol-4.71.tar.bz2) = 6c73b5dedf240bd456e642ce1a2eb871 diff --git a/games/pysol/pkg-plist b/games/pysol/pkg-plist index 42637f0e9f9a..26b602a283a4 100644 --- a/games/pysol/pkg-plist +++ b/games/pysol/pkg-plist @@ -941,6 +941,7 @@ share/pysol/html/rules/thumbandpouch.html share/pysol/html/rules/tipati.html share/pysol/html/rules/towerofhanoy.html share/pysol/html/rules/trefoil.html +share/pysol/html/rules/tripeaks.html share/pysol/html/rules/unionsquare.html share/pysol/html/rules/vamana.html share/pysol/html/rules/varaha.html @@ -987,9 +988,11 @@ share/pysol/music/Bye_For_Now.COPYRIGHT share/pysol/music/Bye_For_Now.s3m share/pysol/music/Ranger_Song.COPYRIGHT share/pysol/music/Ranger_Song.s3m -share/pysol/pysol.pyc share/pysol/pysol.xbm share/pysol/pysol.xpm +share/pysol/pysol_15.pyc +share/pysol/pysol_20.pyc +share/pysol/pysol_21.pyc share/pysol/sound/autodrop.wav share/pysol/sound/autoflip.wav share/pysol/sound/deal01.wav |