diff options
author | alane <alane@FreeBSD.org> | 2003-01-09 01:45:57 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-01-09 01:45:57 +0000 |
commit | 7a7da5fa12f200ab331fa56976a01d5748ad6c7e (patch) | |
tree | 2981b8db66ee887cf8c8552bef82c894f32e3ddc /audio | |
parent | 0ba4df1651e398693d551d07dec5e9d7f8af3953 (diff) | |
download | FreeBSD-ports-7a7da5fa12f200ab331fa56976a01d5748ad6c7e.zip FreeBSD-ports-7a7da5fa12f200ab331fa56976a01d5748ad6c7e.tar.gz |
Committed pr 46828 - the upgrade to 3.0.4 part. The cdparanoia dep needs to
wait until that lib stabilizes a bit more, according to the mailing list
msgs that I am seeing. I do not want to require and link in a lib that's
still really in the "let's get this to work on all cases" state.
PR: 46828
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Reviewed by: Hunter S. Thompson and Pinky (who both said "Poit!")
Approved by: Raoul Duke, who also did ritual sacrifice of a WIN32 coder.
Obtained from: *Live* Human Adrenal Glands
Diffstat (limited to 'audio')
-rw-r--r-- | audio/grip/Makefile | 2 | ||||
-rw-r--r-- | audio/grip/distinfo | 2 | ||||
-rw-r--r-- | audio/grip/pkg-plist | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index eded348..74a9139 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grip -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 PORTREVISION= 0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/audio/grip/distinfo b/audio/grip/distinfo index d1b0bfd..c0d8c51 100644 --- a/audio/grip/distinfo +++ b/audio/grip/distinfo @@ -1 +1 @@ -MD5 (grip-3.0.3.tar.gz) = b580ca44ed12d478bb6289d09cb7ad38 +MD5 (grip-3.0.4.tar.gz) = f77cdb50c57466ce7a83ccd77918fe8c diff --git a/audio/grip/pkg-plist b/audio/grip/pkg-plist index 295bca3..edc7c29 100644 --- a/audio/grip/pkg-plist +++ b/audio/grip/pkg-plist @@ -81,10 +81,10 @@ share/locale/zh_HK/LC_MESSAGES/grip.mo share/locale/zh_TW/LC_MESSAGES/grip.mo share/pixmaps/gripicon.png %%PORTDOCS%%@exec /bin/mkdir -p %D/share/gnome/help/grip/C/images -%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help/grip/C/images || true -%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help/grip/C || true -%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help/grip || true -%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help || true -@dirrm share/gnome/apps/Multimedia -@dirrm share/gnome/apps -@dirrm share/gnome +%%PORTDOCS%%@dirrm share/gnome/help/grip/C/images +%%PORTDOCS%%@dirrm share/gnome/help/grip/C +%%PORTDOCS%%@dirrm share/gnome/help/grip +%%PORTDOCS%%@unexec /bin/rmdir %D/share/gnome/help 2>/dev/null || true +@unexec /bin/rmdir %D/share/gnome/apps/Multimedia 2>/dev/null || true +@unexec /bin/rmdir %D/share/gnome/apps 2>/dev/null || true +@unexec /bin/rmdir %D/share/gnome 2>/dev/null || true |