diff options
author | pav <pav@FreeBSD.org> | 2003-12-29 23:26:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-29 23:26:56 +0800 |
commit | bdb9f15a1e2a1afca4c9e5fbe71c94a50a2dcff5 (patch) | |
tree | 95252eb58e750bc51c2d166de9b3d5e43295787f | |
parent | 2818b02ca54bae597404cb123bc52de1a1737581 (diff) | |
download | freebsd-ports-gnome-bdb9f15a1e2a1afca4c9e5fbe71c94a50a2dcff5.tar.gz freebsd-ports-gnome-bdb9f15a1e2a1afca4c9e5fbe71c94a50a2dcff5.tar.zst freebsd-ports-gnome-bdb9f15a1e2a1afca4c9e5fbe71c94a50a2dcff5.zip |
- Update Daemon theme to 1.1
PR: ports/59717
Submitted by: Chris Burkert <chris@chrisburkert.de>
Approved by: maintainer timeout (1 month)
-rw-r--r-- | games/xpenguins/Makefile | 6 | ||||
-rw-r--r-- | games/xpenguins/distinfo | 2 | ||||
-rw-r--r-- | games/xpenguins/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/games/xpenguins/Makefile b/games/xpenguins/Makefile index 66470e37c317..fa31594a5927 100644 --- a/games/xpenguins/Makefile +++ b/games/xpenguins/Makefile @@ -7,12 +7,12 @@ PORTNAME= xpenguins PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://xpenguins.seul.org/ \ http://www.chrisburkert.de/download/unix/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - xpenguins-daemon-1.0.tar.gz + xpenguins-daemon-1.1.tar.gz 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.0.tar.gz -C ${DATADIR}/themes + ${TAR} zx --no-same-owner -f ${DISTDIR}/xpenguins-daemon-1.1.tar.gz -C ${DATADIR}/themes .include <bsd.port.mk> diff --git a/games/xpenguins/distinfo b/games/xpenguins/distinfo index 3d0539412f9e..3a34b6de14bc 100644 --- a/games/xpenguins/distinfo +++ b/games/xpenguins/distinfo @@ -1,2 +1,2 @@ MD5 (xpenguins-2.2.tar.gz) = 2ccf555d55f9b0377017322b3b3d27a4 -MD5 (xpenguins-daemon-1.0.tar.gz) = 2b422a6c99daa322447118c85a40688b +MD5 (xpenguins-daemon-1.1.tar.gz) = e2ba08769d7913f1cd408a0e2b2addcc diff --git a/games/xpenguins/pkg-plist b/games/xpenguins/pkg-plist index f92b918473b1..7f3dacd21d54 100644 --- a/games/xpenguins/pkg-plist +++ b/games/xpenguins/pkg-plist @@ -74,6 +74,8 @@ share/xpenguins/themes/Daemon/config share/xpenguins/themes/Daemon/daemon.png share/xpenguins/themes/Daemon/walker.xpm share/xpenguins/themes/Daemon/faller.xpm +share/xpenguins/themes/Daemon/explosion.xpm +share/xpenguins/themes/Daemon/exit.xpm @dirrm share/xpenguins/themes/Turtles @dirrm share/xpenguins/themes/Penguins @dirrm share/xpenguins/themes/Classic_Penguins |