svn commit: r510918 - head/irc/irssi-icb

Santhosh Raju fox at FreeBSD.org
Tue Sep 3 03:11:10 UTC 2019


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 at gmail.com
+MAINTAINER=	fox at 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>


More information about the svn-ports-all mailing list