Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2019 03:11:09 +0000 (UTC)
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510918 - head/irc/irssi-icb
Message-ID:  <201909030311.x833B9ZZ065394@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fox
Date: Tue Sep  3 03:11:09 2019
New Revision: 510918
URL: https://svnweb.freebsd.org/changeset/ports/510918

Log:
  irc/irssi-icb: Makefile cleanup
  
  - Cleans up the Makefile by running portlint(1) and portfmt(1).
  - Also adds "gnome" to USES to prevent the "USE_GNOME alone is deprecated" message.
  - Updates the MAINTAINER email
  
  PR:		239996
  Approved by:	philip (mentor)

Modified:
  head/irc/irssi-icb/Makefile

Modified: head/irc/irssi-icb/Makefile
==============================================================================
--- head/irc/irssi-icb/Makefile	Tue Sep  3 03:03:33 2019	(r510917)
+++ head/irc/irssi-icb/Makefile	Tue Sep  3 03:11:09 2019	(r510918)
@@ -5,7 +5,7 @@ PORTVERSION=	0.17
 PORTREVISION=	2
 CATEGORIES=	irc
 
-MAINTAINER=	santhosh.raju@gmail.com
+MAINTAINER=	fox@FreeBSD.org
 COMMENT=	Irssi plugin for connecting to ICB network
 
 LICENSE=	GPLv2
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${LOCALBASE}/include/irssi/src/common.h:irc/irssi
 RUN_DEPENDS=	irssi:irc/irssi
 
-USES=		autoreconf libtool pkgconfig
+USES=		autoreconf gnome libtool pkgconfig
 USE_LDCONFIG=	yes
 USE_GNOME=	glib20
 
@@ -23,10 +23,11 @@ GH_ACCOUNT=	mglocker
 GH_TAGNAME=	c4e2ea8
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-static --with-irssi=${LOCALBASE}/include/irssi
+CONFIGURE_ARGS=	--disable-static \
+		--with-irssi=${LOCALBASE}/include/irssi
 INSTALL_TARGET=	install-strip
 
-PLIST_FILES=	lib/irssi/modules/libicb_core.so \
-		lib/irssi/modules/libfe_icb.so
+PLIST_FILES=	lib/irssi/modules/libfe_icb.so \
+		lib/irssi/modules/libicb_core.so
 
 .include <bsd.port.mk>



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