diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-08-07 05:37:59 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-08-07 05:37:59 +0000 |
commit | 485803869cb9bad947c5da9c0490457d2bd0b97e (patch) | |
tree | feea7540d80203d8224097622c80847a949b805c /games/gmastermind/Makefile | |
parent | 7bced1ec06b134b9a910bc7126eae2e825b587e8 (diff) |
- udpate to 0.6
- update MASTER_SITES and WWW
Notes
Notes:
svn path=/head/; revision=279087
Diffstat (limited to 'games/gmastermind/Makefile')
-rw-r--r-- | games/gmastermind/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/gmastermind/Makefile b/games/gmastermind/Makefile index 78b286148d3f..09f5d729ad56 100644 --- a/games/gmastermind/Makefile +++ b/games/gmastermind/Makefile @@ -6,12 +6,11 @@ # PORTNAME= gmastermind -PORTVERSION= 0.2 -PORTREVISION= 2 +PORTVERSION= 0.6 CATEGORIES= games gnustep -MASTER_SITES= http://www.gnustep.it/marko/GMastermind/ -DISTNAME= GMastermind2 -EXTRACT_SUFX= .tgz +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= gap +DISTNAME= GMastermind-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= The well-known mastermind game |