Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2002 15:52:49 -0300
From:      Juan Salaverria <rael@vectorstar.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45764: Update port: irc/lostirc - A simple and minimal IRC client for X
Message-ID:  <E18GkpF-0004qs-00@demian.dhis.org>

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

>Number:         45764
>Category:       ports
>Synopsis:       Update port: irc/lostirc - A simple and minimal IRC client for X
>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:   Tue Nov 26 10:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Juan Salaverria
>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:
        Upgrade to 0.2.1
	
>How-To-Repeat:
	
>Fix:

diff -ruN lostirc.bak/Makefile lostirc/Makefile
--- lostirc.bak/Makefile	Fri Aug 30 10:59:41 2002
+++ lostirc/Makefile	Sat Nov 23 23:48:25 2002
@@ -6,24 +6,27 @@
 #
 
 PORTNAME=	lostirc
-PORTVERSION=	0.1.4
+PORTVERSION=	0.2.1
 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	Sat Nov 23 23:48:46 2002
@@ -1 +1 @@
-MD5 (lostirc-0.1.4.tar.gz) = 3c0f826692622c67912d70ef6cc47051
+MD5 (lostirc-0.2.1.tar.gz) = 2c3ce8c4abe5ad5f0095698e558e6738
diff -ruN lostirc.bak/pkg-plist lostirc/pkg-plist
--- lostirc.bak/pkg-plist	Mon Jul  1 11:34:53 2002
+++ lostirc/pkg-plist	Tue Nov 26 02:28:49 2002
@@ -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" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18GkpF-0004qs-00>