Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2002 13:29:23 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/37686: Update port: mail/gbiff to 3.1
Message-ID:  <200205022029.g42KTNtd070497@nwww.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         37686
>Category:       ports
>Synopsis:       Update port: mail/gbiff to 3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 02 13:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 3.1

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/mail/gbiff/Makefile mail/gbiff/Makefile
--- /usr/ports/mail/gbiff/Makefile	Mon Mar 18 22:20:58 2002
+++ mail/gbiff/Makefile	Sun Apr 28 16:34:32 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gbiff
-PORTVERSION=	3.0
+PORTVERSION=	3.1
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -24,8 +24,9 @@
 	@${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g ; \
 		 s|`gtk-config --cflags`|`\$$GTK_CONFIG --cflags`|g ; \
 		 s|`gtk-config --libs`|`\$$GTK_CONFIG --libs`|g ; \
+		 s|gnomeui --cflags|gnomeui applets --cflags|g ; \
 		 s|DATADIRNAME}"|DATADIRNAME}/gnome"|g' ${WRKSRC}/configure
-	@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
 		's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
 		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
 
diff -urN /usr/ports/mail/gbiff/distinfo mail/gbiff/distinfo
--- /usr/ports/mail/gbiff/distinfo	Sun Dec 23 14:44:32 2001
+++ mail/gbiff/distinfo	Fri Apr 26 21:46:55 2002
@@ -1 +1 @@
-MD5 (gbiff-3.0.tar.gz) = 2b712902ce0c4a29fd35f4be80b3180d
+MD5 (gbiff-3.1.tar.gz) = 565fbe268a876d26dddadd5ccd2e1da3
diff -urN /usr/ports/mail/gbiff/pkg-plist mail/gbiff/pkg-plist
--- /usr/ports/mail/gbiff/pkg-plist	Sun Dec 23 14:44:33 2001
+++ mail/gbiff/pkg-plist	Sun Apr 28 16:59:43 2002
@@ -1,7 +1,6 @@
 bin/gbiff
 etc/CORBA/servers/gbiff.gnorba
 share/gnome/applets/Network/gbiff.desktop
-share/gnome/locale/fr/LC_MESSAGES/gbiff.mo
 share/gnome/pixmaps/gbiff/gbiff.png
 share/gnome/pixmaps/gbiff/gnome-mail.xpm
 share/gnome/pixmaps/gbiff/gnome-nomail.xpm
@@ -10,5 +9,6 @@
 share/gnome/pixmaps/gbiff/logo.xpm
 share/gnome/pixmaps/gbiff/play.xpm
 share/gnome/sounds/gbiff/mail.wav
-@dirrm share/gnome/sounds/gbiff
+share/locale/fr/LC_MESSAGES/gbiff.mo
 @dirrm share/gnome/pixmaps/gbiff
+@dirrm share/gnome/sounds/gbiff

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205022029.g42KTNtd070497>