diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-26 00:44:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-26 00:44:57 +0000 |
commit | 2cf990079ef26567c686b51d29deb0a60cc843b2 (patch) | |
tree | d5a52d36a7c0b2fccc5a8875d6764de6eb4adbb6 | |
parent | 845235f6d43f9b8461792f00d7917d2a32565cbc (diff) | |
download | freebsd-ports-2cf990079ef26567c686b51d29deb0a60cc843b2.zip |
Update port: games/polypuzzle update to 1.6
- Updating this port will fix the fetch problem.
PR: ports/90406
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
-rw-r--r-- | games/polypuzzle/Makefile | 8 | ||||
-rw-r--r-- | games/polypuzzle/distinfo | 5 | ||||
-rw-r--r-- | games/polypuzzle/pkg-plist | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/games/polypuzzle/Makefile b/games/polypuzzle/Makefile index 72322a82057a..7f8387b9c098 100644 --- a/games/polypuzzle/Makefile +++ b/games/polypuzzle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= polypuzzle -PORTVERSION= 1.5.1 +PORTVERSION= 1.6 CATEGORIES= games tcl84 tk84 MASTER_SITES= ftp://ibiblio.org/pub/Linux/games/ EXTRACT_SUFX= .tgz @@ -20,10 +20,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes NO_BUILD= yes -DOC_FILES= About Bugs Changelog Copyright Install Math Readme Thanks Todo +DOC_FILES= About Bugs Changelog Install Instructions Links Math Readme \ + Thanks Todo DATA_FILES= menus pieces.3x20 pieces.783 pieces.bonus pieces.colours \ pieces.flower pieces.large pieces.medium pieces.monster \ - pieces.small pieces.square pieces.star pieces.triangle + pieces.round pieces.small pieces.square pieces.star \ + pieces.triangle pre-install: @${REINPLACE_CMD} -e "s:%%DATADIR%%:${DATADIR}:g" ${WRKSRC}/polypuzzle diff --git a/games/polypuzzle/distinfo b/games/polypuzzle/distinfo index b216513cb8a8..5ab6ba6ad362 100644 --- a/games/polypuzzle/distinfo +++ b/games/polypuzzle/distinfo @@ -1,2 +1,3 @@ -MD5 (polypuzzle-1.5.1.tgz) = 02c8d6ed7ff40930cf9362b88fbf9f8d -SIZE (polypuzzle-1.5.1.tgz) = 14385 +MD5 (polypuzzle-1.6.tgz) = 9c13f348cfda6e831e9364783bfe63e8 +SHA256 (polypuzzle-1.6.tgz) = c8f0ae00b50bedc0cd1ddda21fcf491c0fc1b1e1d4e35d61d3b23e8740fa70a9 +SIZE (polypuzzle-1.6.tgz) = 16814 diff --git a/games/polypuzzle/pkg-plist b/games/polypuzzle/pkg-plist index 34fc6615a755..9da1d3dd56ab 100644 --- a/games/polypuzzle/pkg-plist +++ b/games/polypuzzle/pkg-plist @@ -10,13 +10,15 @@ bin/polypuzzle %%DATADIR%%/pieces.monster %%DATADIR%%/pieces.small %%DATADIR%%/pieces.square +%%DATADIR%%/pieces.round %%DATADIR%%/pieces.star %%DATADIR%%/pieces.triangle %%PORTDOCS%%%%DOCSDIR%%/About %%PORTDOCS%%%%DOCSDIR%%/Bugs %%PORTDOCS%%%%DOCSDIR%%/Changelog -%%PORTDOCS%%%%DOCSDIR%%/Copyright %%PORTDOCS%%%%DOCSDIR%%/Install +%%PORTDOCS%%%%DOCSDIR%%/Instructions +%%PORTDOCS%%%%DOCSDIR%%/Links %%PORTDOCS%%%%DOCSDIR%%/Math %%PORTDOCS%%%%DOCSDIR%%/Readme %%PORTDOCS%%%%DOCSDIR%%/Thanks |