diff options
author | garga <garga@FreeBSD.org> | 2006-05-25 00:30:25 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-25 00:30:25 +0800 |
commit | 37e1bde6f750c4257cf39a951bea0d68bae004a8 (patch) | |
tree | 1c8bcdf4ddad26d5c7a1aa99c9aa4bc64c923711 /audio/glurp | |
parent | df42470b31917c990157adc615eac7796ca65964 (diff) | |
download | freebsd-ports-gnome-37e1bde6f750c4257cf39a951bea0d68bae004a8.tar.gz freebsd-ports-gnome-37e1bde6f750c4257cf39a951bea0d68bae004a8.tar.zst freebsd-ports-gnome-37e1bde6f750c4257cf39a951bea0d68bae004a8.zip |
Update to 0.11.6
PR: ports/96994
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer
Diffstat (limited to 'audio/glurp')
-rw-r--r-- | audio/glurp/Makefile | 3 | ||||
-rw-r--r-- | audio/glurp/distinfo | 6 | ||||
-rw-r--r-- | audio/glurp/pkg-plist | 18 |
3 files changed, 13 insertions, 14 deletions
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index b559ad815080..a5b42d2402c5 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= glurp -PORTVERSION= 0.11.5 -PORTREVISION= 1 +PORTVERSION= 0.11.6 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/audio/glurp/distinfo b/audio/glurp/distinfo index 8859dc2ba13b..2a52799d2ba8 100644 --- a/audio/glurp/distinfo +++ b/audio/glurp/distinfo @@ -1,3 +1,3 @@ -MD5 (glurp-0.11.5.tar.gz) = e3780a0a90fadb126a19898f3b7606fe -SHA256 (glurp-0.11.5.tar.gz) = 961ed90c38b7e10ef56b4bfac22c463cf74621f3e240c0adc1283b08b533c525 -SIZE (glurp-0.11.5.tar.gz) = 136564 +MD5 (glurp-0.11.6.tar.gz) = 17d1c780fe006b51886d774e387d0269 +SHA256 (glurp-0.11.6.tar.gz) = a9b1b5c03067fdb29ed8c4ca8cd9c67da8f5af2a5b332878059c52e0bb4a333c +SIZE (glurp-0.11.6.tar.gz) = 138603 diff --git a/audio/glurp/pkg-plist b/audio/glurp/pkg-plist index 526b90fe4228..7732a2656e78 100644 --- a/audio/glurp/pkg-plist +++ b/audio/glurp/pkg-plist @@ -1,20 +1,20 @@ bin/glurp +%%DATADIR%%/glurp.glade %%DATADIR%%/pixmaps/add.png %%DATADIR%%/pixmaps/config.png %%DATADIR%%/pixmaps/media-audiofile.png -%%DATADIR%%/pixmaps/player-prev.png -%%DATADIR%%/pixmaps/player-play.png -%%DATADIR%%/pixmaps/player-pause.png -%%DATADIR%%/pixmaps/player-stop.png -%%DATADIR%%/pixmaps/player-next.png -%%DATADIR%%/pixmaps/player-repeat.png -%%DATADIR%%/pixmaps/player-random.png -%%DATADIR%%/pixmaps/online.png %%DATADIR%%/pixmaps/offline.png +%%DATADIR%%/pixmaps/online.png %%DATADIR%%/pixmaps/outputs.png +%%DATADIR%%/pixmaps/player-next.png +%%DATADIR%%/pixmaps/player-pause.png +%%DATADIR%%/pixmaps/player-play.png +%%DATADIR%%/pixmaps/player-prev.png +%%DATADIR%%/pixmaps/player-random.png +%%DATADIR%%/pixmaps/player-repeat.png +%%DATADIR%%/pixmaps/player-stop.png %%DATADIR%%/pixmaps/playlist.png %%DATADIR%%/pixmaps/playlists.png %%DATADIR%%/pixmaps/remove.png -%%DATADIR%%/glurp.glade @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%% |