diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-16 21:39:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-16 21:39:12 +0800 |
commit | 9a588dd7ee931443c018230f13773da5050c57fc (patch) | |
tree | eb5ca753be49a3814b016492627caf25895ae9a2 /games | |
parent | b0a041e38d2380748f5668dc6abb318e1e6ca226 (diff) | |
download | freebsd-ports-gnome-9a588dd7ee931443c018230f13773da5050c57fc.tar.gz freebsd-ports-gnome-9a588dd7ee931443c018230f13773da5050c57fc.tar.zst freebsd-ports-gnome-9a588dd7ee931443c018230f13773da5050c57fc.zip |
- Distfile was rerolled (only change is addition of missing levels) [1]
- Fix typo in pkg-descr
Reported by: makc [1]
Diffstat (limited to 'games')
-rw-r--r-- | games/pushover/Makefile | 2 | ||||
-rw-r--r-- | games/pushover/distinfo | 6 | ||||
-rw-r--r-- | games/pushover/pkg-descr | 2 | ||||
-rw-r--r-- | games/pushover/pkg-plist | 1 |
4 files changed, 6 insertions, 5 deletions
diff --git a/games/pushover/Makefile b/games/pushover/Makefile index d5eb2afee054..5df03080dc82 100644 --- a/games/pushover/Makefile +++ b/games/pushover/Makefile @@ -7,6 +7,7 @@ PORTNAME= pushover PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF @@ -25,7 +26,6 @@ PORTDOCS= * post-patch: @${REINPLACE_CMD} -e '/PKG_CONFIG/ s|lua5.1|lua-5.1|' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/levels\/av/ d' ${WRKSRC}/Makefile.in .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/install-data-am/ s|install-dist_docDATA||' \ ${WRKSRC}/Makefile.in diff --git a/games/pushover/distinfo b/games/pushover/distinfo index 1d37ae53d23d..2f1a876583f2 100644 --- a/games/pushover/distinfo +++ b/games/pushover/distinfo @@ -1,3 +1,3 @@ -MD5 (pushover-0.0.1.tar.gz) = 0b6c7e98fb0238e6a7bf970bab960295 -SHA256 (pushover-0.0.1.tar.gz) = 8dd517311dc9bba1d6cef27f7bd980a7663ab3cf4464b9dce0d795c694a833fb -SIZE (pushover-0.0.1.tar.gz) = 2234074 +MD5 (pushover-0.0.1.tar.gz) = aeb0f0927f596623c5a1ea9cc27220e0 +SHA256 (pushover-0.0.1.tar.gz) = 612050d95b78a3c355a0f9630e4c7c2230ce3e9bdaa43f5a1392ad4d62608230 +SIZE (pushover-0.0.1.tar.gz) = 2235398 diff --git a/games/pushover/pkg-descr b/games/pushover/pkg-descr index d53392de6d41..b872e00e3b2c 100644 --- a/games/pushover/pkg-descr +++ b/games/pushover/pkg-descr @@ -1,5 +1,5 @@ Pushover is a fun puzzle game originally published by Ocean in 1992. -In this game you control an ant that can walk along platformt that +In this game you control an ant that can walk along platforms that are connected with ladders. On those platforms are dominos that need to fall according to some rules. diff --git a/games/pushover/pkg-plist b/games/pushover/pkg-plist index 62a90db5c6e6..ffa35da6f521 100644 --- a/games/pushover/pkg-plist +++ b/games/pushover/pkg-plist @@ -21,6 +21,7 @@ bin/pushover %%DATADIR%%/data/box.png %%DATADIR%%/data/carried.png %%DATADIR%%/data/dominos.png +%%DATADIR%%/levels/av.gz %%DATADIR%%/levels/original.gz %%DATADIR%%/themes/aztec.lua %%DATADIR%%/themes/aztec.png |