From owner-svn-ports-head@freebsd.org Sun Mar 18 17:16:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 738B1F64852; Sun, 18 Mar 2018 17:16:57 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 254D47C1EE; Sun, 18 Mar 2018 17:16:57 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 203A22350F; Sun, 18 Mar 2018 17:16:57 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2IHGvMA087371; Sun, 18 Mar 2018 17:16:57 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2IHGvVD087370; Sun, 18 Mar 2018 17:16:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803181716.w2IHGvVD087370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 18 Mar 2018 17:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464936 - head/net-im/centerim X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net-im/centerim X-SVN-Commit-Revision: 464936 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2018 17:16:57 -0000 Author: yuri Date: Sun Mar 18 17:16:56 2018 New Revision: 464936 URL: https://svnweb.freebsd.org/changeset/ports/464936 Log: net-im/centerim: Unbreak by fixing shebang in misc/CenterIMLog2HTML.py Port changes: * Add LICENSE * Add missing LIB_DEPENDS * Change spaces to tabs * Add USES=python Approved by: portmgr (port compliance, infrastructure) Modified: head/net-im/centerim/Makefile Modified: head/net-im/centerim/Makefile ============================================================================== --- head/net-im/centerim/Makefile Sun Mar 18 17:07:39 2018 (r464935) +++ head/net-im/centerim/Makefile Sun Mar 18 17:16:56 2018 (r464936) @@ -11,17 +11,21 @@ MASTER_SITES= http://www.centerim.org/download/release MAINTAINER= frank@altpeter.de COMMENT= Text mode menu- and window-driven IM interface -LIB_DEPENDS= libcurl.so:ftp/curl +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USES= iconv gmake ncurses pkgconfig shebangfix ssl +LIB_DEPENDS= libassuan.so:security/libassuan \ + libcurl.so:ftp/curl \ + libgpg-error.so:security/libgpg-error + +USES= iconv gmake ncurses pkgconfig python shebangfix ssl GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-ssl --with-openssl CONFLICTS= centericq-[0-9]* centerim-devel-[0-9]* -SHEBANG_FILES= misc/cimformathistory misc/cimextracthistory.pl -SHEBANG_LANG= gawk +SHEBANG_FILES= misc/CenterIMLog2HTML.py misc/cimformathistory misc/cimextracthistory.pl gawk_OLD_CMD= /bin/gawk gawk_CMD= /usr/bin/awk @@ -36,7 +40,7 @@ RSS_DESC= RSS Support LJ_DESC= LiveJournal Support GG_DESC= Gadu-Gadu Protocol Support -OPTIONS_DEFAULT= MULTIBYTE FRIBIDI MSN YAHOO IRC JABBER GPGME RSS LJ GG +OPTIONS_DEFAULT= MULTIBYTE FRIBIDI MSN YAHOO IRC JABBER GPGME RSS LJ GG OPTIONS_SUB= yes @@ -59,8 +63,6 @@ GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme GPGME_CONFIGURE_OFF= --with-gpgme-prefix=/nonexistent post-patch: - @${REINPLACE_CMD} -e '1 s|/usr/bin/python|/usr/bin/env python|' \ - ${WRKSRC}/misc/CenterIMLog2HTML.py @${REINPLACE_CMD} -e 's|-R$$found_dir|-Wl,-rpath,$$found_dir|' \ ${WRKSRC}/configure