diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 11:19:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 11:19:29 +0800 |
commit | 320e1ae04a5cb648decf7687de1c7f4374992b84 (patch) | |
tree | e214c064234f069b4fcf1d4d9b33d13e1ac5ff74 /games/gnomesudoku | |
parent | 30c5702c27b8779244ed77aaceab1faf8ebc99b7 (diff) | |
download | freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.tar.gz freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.tar.zst freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.zip |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
Diffstat (limited to 'games/gnomesudoku')
-rw-r--r-- | games/gnomesudoku/Makefile | 4 | ||||
-rw-r--r-- | games/gnomesudoku/distinfo | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/gnomesudoku/Makefile b/games/gnomesudoku/Makefile index 7905c33f0e03..3ca66db4068c 100644 --- a/games/gnomesudoku/Makefile +++ b/games/gnomesudoku/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomesudoku PORTVERSION= 0.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games gnome MASTER_SITES= SF/gnome-sudoku/gnome-sudoku/${PORTVERSION} DISTNAME= gnome-sudoku-${PORTVERSION} @@ -26,7 +26,7 @@ MAKE_ENV+= DISPLAY="localhost:1001" .endif .endif -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes USE_GNOME= gnomehack gnomeprefix pygnome2 pygnomedesktop diff --git a/games/gnomesudoku/distinfo b/games/gnomesudoku/distinfo index df8c65b13816..e3e3f83edb6d 100644 --- a/games/gnomesudoku/distinfo +++ b/games/gnomesudoku/distinfo @@ -1,3 +1,2 @@ -MD5 (gnome-sudoku-0.6.0.tar.gz) = 4084b498856fcd6a96abbb3247440604 SHA256 (gnome-sudoku-0.6.0.tar.gz) = 8d80644b3aaec3bde969dd606742c22cd2b156cddf48dd326494295ca2306f0c SIZE (gnome-sudoku-0.6.0.tar.gz) = 160277 |