mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update Grip to 3.0.3 and fix plist.
Approved by: kris
This commit is contained in:
parent
bce150250c
commit
66e5b8e811
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71725
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= grip
|
||||
PORTVERSION= 3.0.2
|
||||
# PORTREVISION= 1
|
||||
PORTVERSION= 3.0.3
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=grip
|
||||
|
@ -1 +1 @@
|
||||
MD5 (grip-3.0.2.tar.gz) = c8c193e599304c1d048b0a691e8a2e59
|
||||
MD5 (grip-3.0.3.tar.gz) = b580ca44ed12d478bb6289d09cb7ad38
|
||||
|
@ -1,18 +0,0 @@
|
||||
--- configure.in.orig Mon Jun 17 22:45:51 2002
|
||||
+++ configure.in Wed Jul 24 20:17:34 2002
|
||||
@@ -30,13 +30,13 @@
|
||||
AC_PROG_CXX
|
||||
AC_ISC_POSIX
|
||||
AC_HEADER_STDC
|
||||
-AC_CHECK_HEADERS(sys/vfs.h sys/statvfs.h)
|
||||
+dnl AC_CHECK_HEADERS(sys/vfs.h sys/statvfs.h)
|
||||
AC_CHECK_HEADERS(linux/cdrom.h linux/ucdrom.h sys/cdio.h io/cam/cdrom.h sys/mntent.h)
|
||||
AC_CHECK_HEADERS(linux/soundcard.h machine/soundcard.h sys/soundcard.h sys/audioio.h sys/audio.io.h sun/audioio.h)
|
||||
|
||||
AC_ARG_PROGRAM
|
||||
AM_PROG_LIBTOOL
|
||||
-GNOME_PTHREAD_CHECK
|
||||
+dnl GNOME_PTHREAD_CHECK
|
||||
|
||||
GNOME_GHTTP_CHECK
|
||||
if test "$GHTTP_LIB" = ""; then
|
@ -69,6 +69,7 @@ share/gnome/apps/Multimedia/grip.desktop
|
||||
%%PORTDOCS%%share/gnome/help/grip/C/trkedit.png
|
||||
%%PORTDOCS%%share/gnome/help/grip/C/volume.png
|
||||
%%PORTDOCS%%share/gnome/help/grip/C/x135.html
|
||||
share/locale/ca/LC_MESSAGES/grip.mo
|
||||
share/locale/de/LC_MESSAGES/grip.mo
|
||||
share/locale/es/LC_MESSAGES/grip.mo
|
||||
share/locale/fr/LC_MESSAGES/grip.mo
|
||||
@ -79,10 +80,11 @@ share/locale/zh_CN/LC_MESSAGES/grip.mo
|
||||
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 || true
|
||||
%%PORTDOCS%%@unexec /bin/rmdir share/gnome/help/grip/C/images || true
|
||||
%%PORTDOCS%%@unexec /bin/rmdir share/gnome/help/grip/C || true
|
||||
%%PORTDOCS%%@unexec /bin/rmdir share/gnome/help/grip || true
|
||||
%%PORTDOCS%%@unexec /bin/rmdir share/gnome/help || true
|
||||
%%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
|
||||
|
Loading…
Reference in New Issue
Block a user