diff options
author | pav <pav@FreeBSD.org> | 2004-07-01 17:00:31 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-01 17:00:31 +0000 |
commit | d3dd320adf5a5916ddf9bae7e3a50a66da9764ab (patch) | |
tree | 5f48edfdd9750c590c68eb0a24d4269fdf7f5de4 | |
parent | 77a19836eda6d67392bce7f76f54f9af64863187 (diff) | |
download | FreeBSD-ports-d3dd320adf5a5916ddf9bae7e3a50a66da9764ab.zip FreeBSD-ports-d3dd320adf5a5916ddf9bae7e3a50a66da9764ab.tar.gz |
- Update xpenguins-daemon addon to 1.2
PR: ports/67926
Submitted by: Christian Burkert <chris@chrisburkert.de>
Approved by: maintainer timeout (14 days)
-rw-r--r-- | games/xpenguins/Makefile | 12 | ||||
-rw-r--r-- | games/xpenguins/distinfo | 4 | ||||
-rw-r--r-- | games/xpenguins/pkg-plist | 1 |
3 files changed, 9 insertions, 8 deletions
diff --git a/games/xpenguins/Makefile b/games/xpenguins/Makefile index fa31594..27d12fd 100644 --- a/games/xpenguins/Makefile +++ b/games/xpenguins/Makefile @@ -7,12 +7,12 @@ PORTNAME= xpenguins PORTVERSION= 2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= http://xpenguins.seul.org/ \ - http://www.chrisburkert.de/download/unix/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - xpenguins-daemon-1.1.tar.gz +MASTER_SITES= http://xpenguins.seul.org/:xp \ + http://www.chrisburkert.de/download/unix/:ch +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:xp \ + xpenguins-daemon-1.2.tar.gz:ch EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= lyngbol@wheel.dk @@ -26,6 +26,6 @@ MAN1= xpenguins.1 post-install: /usr/bin/umask 0222 && \ - ${TAR} zx --no-same-owner -f ${DISTDIR}/xpenguins-daemon-1.1.tar.gz -C ${DATADIR}/themes + ${TAR} zx --no-same-owner -f ${DISTDIR}/xpenguins-daemon-1.2.tar.gz -C ${DATADIR}/themes .include <bsd.port.mk> diff --git a/games/xpenguins/distinfo b/games/xpenguins/distinfo index 91e9b89..d1c9e3d 100644 --- a/games/xpenguins/distinfo +++ b/games/xpenguins/distinfo @@ -1,4 +1,4 @@ MD5 (xpenguins-2.2.tar.gz) = 2ccf555d55f9b0377017322b3b3d27a4 SIZE (xpenguins-2.2.tar.gz) = 275210 -MD5 (xpenguins-daemon-1.1.tar.gz) = e2ba08769d7913f1cd408a0e2b2addcc -SIZE (xpenguins-daemon-1.1.tar.gz) = 30652 +MD5 (xpenguins-daemon-1.2.tar.gz) = 5c58ca1c8dabd5b9f127fd6e2a434023 +SIZE (xpenguins-daemon-1.2.tar.gz) = 33393 diff --git a/games/xpenguins/pkg-plist b/games/xpenguins/pkg-plist index 7f3dacd..d226e7b 100644 --- a/games/xpenguins/pkg-plist +++ b/games/xpenguins/pkg-plist @@ -70,6 +70,7 @@ share/xpenguins/themes/Turtles/tumbler.xpm share/xpenguins/themes/Turtles/turtle.png share/xpenguins/themes/Turtles/walker.xpm share/xpenguins/themes/Daemon/about +share/xpenguins/themes/Daemon/climber.xpm share/xpenguins/themes/Daemon/config share/xpenguins/themes/Daemon/daemon.png share/xpenguins/themes/Daemon/walker.xpm |