Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2003 02:49:00 -0300
From:      Juan Salaverria <rael@vectorstar.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47155: Update port: irc/lostirc to 0.2.5
Message-ID:  <E18ZPNE-000ARX-00@demian.dhis.org>

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

>Number:         47155
>Category:       ports
>Synopsis:       Update port: irc/lostirc to 0.2.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 16 21:50:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Juan Salaverria <rael@vectorstar.net>
>Release:        FreeBSD 4.7-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD demian.trantor.org 4.7-RELEASE-p1 
FreeBSD 4.7-RELEASE-p1 #0: Thu Oct 24 04:38:17 ART 2002 
root@demian.trantor.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Maintainer update to 0.2.5

	Changes:
	Gettext support added
	Some bugs fixed

	Following PRs should be superseded by this one:
	[2002/11/26] ports/45764  ports-bugs  Update port: irc/lostirc - A simple and minimal IRC client for X
	[2002/12/28] ports/46605  ports-bugs  update of LostIRC port

>How-To-Repeat:
	
>Fix:

diff -ruN lostirc.bak/Makefile lostirc/Makefile
--- lostirc.bak/Makefile	Fri Aug 30 10:59:41 2002
+++ lostirc/Makefile	Thu Jan 16 11:05:55 2003
@@ -6,24 +6,27 @@
 #
 
 PORTNAME=	lostirc
-PORTVERSION=	0.1.4
+PORTVERSION=	0.2.5
 CATEGORIES=	irc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	rael@vectorstar.net
 
-LIB_DEPENDS=	gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \
-		sigc:${PORTSDIR}/devel/libsigc++
+LIB_DEPENDS=	gtkmm-2.0.1:${PORTSDIR}/x11-toolkits/gtk--2
 
 USE_X_PREFIX=	yes
 USE_GNOMENG=	yes
-USE_GNOME=	gtk12
+USE_GNOME=	gnomehack
 GNU_CONFIGURE=	yes
 
 MAN1=	lostirc.1
 
 DOCS=	AUTHORS COPYING ChangeLog TODO README INSTALL
+
+post-patch:
+	${PERL} -pi -e "s@^(Gnomedir = ).*@\1${PREFIX}/share/gnome/apps/Internet@" ${WRKSRC}/Makefile.am
+	${PERL} -pi -e "s@(Gnomedir = ).*@\1${PREFIX}/share/gnome/apps/Internet@" ${WRKSRC}/Makefile.in
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -ruN lostirc.bak/distinfo lostirc/distinfo
--- lostirc.bak/distinfo	Mon Jul 22 18:29:03 2002
+++ lostirc/distinfo	Thu Jan 16 11:07:03 2003
@@ -1 +1 @@
-MD5 (lostirc-0.1.4.tar.gz) = 3c0f826692622c67912d70ef6cc47051
+MD5 (lostirc-0.2.5.tar.gz) = 978eb7dd736c95a1dc1892cf67aec2c2
diff -ruN lostirc.bak/pkg-plist lostirc/pkg-plist
--- lostirc.bak/pkg-plist	Mon Jul  1 11:34:53 2002
+++ lostirc/pkg-plist	Thu Jan  9 14:35:02 2003
@@ -1,4 +1,5 @@
 share/gnome/apps/Internet/lostirc.desktop
+share/applnk/lostirc.desktop
 bin/lostirc
 %%PORTDOCS%%share/doc/lostirc/AUTHORS
 %%PORTDOCS%%share/doc/lostirc/COPYING
>Release-Note:
>Audit-Trail:
>Unformatted:

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18ZPNE-000ARX-00>