From owner-svn-ports-all@FreeBSD.ORG Mon Aug 19 10:15:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B31C1EE9; Mon, 19 Aug 2013 10:15:13 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A057721BD; Mon, 19 Aug 2013 10:15:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7JAFD9F010480; Mon, 19 Aug 2013 10:15:13 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7JAFDp2010476; Mon, 19 Aug 2013 10:15:13 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308191015.r7JAFDp2010476@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 19 Aug 2013 10:15:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324971 - head/net-im/naim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2013 10:15:13 -0000 Author: danfe Date: Mon Aug 19 10:15:12 2013 New Revision: 324971 URL: http://svnweb.freebsd.org/changeset/ports/324971 Log: - Fix targets' dependencies in an attempt to fix parallel (-jX) builds - While here: contract MASTER_SITES, restore original DETACH_DESC (pre- r324947; timeout from jgh@ since May 24), add DOCS to OPTIONS_DEFINE, define LICENSE (GPLv2) - In pkg-descr: kill EOL spaces and terminate URL with a slash as told by PH, section 3.2.1) Reported by: marino Approved by: miwi, bapt (portmgr, implicit) Modified: head/net-im/naim/Makefile head/net-im/naim/pkg-descr Modified: head/net-im/naim/Makefile ============================================================================== --- head/net-im/naim/Makefile Mon Aug 19 09:34:48 2013 (r324970) +++ head/net-im/naim/Makefile Mon Aug 19 10:15:12 2013 (r324971) @@ -1,14 +1,16 @@ -# Created by: mharo@area51.fremont.ca.us +# Created by: Michael Haro # $FreeBSD$ PORTNAME= naim PORTVERSION= 0.11.8.3.2 CATEGORIES= net-im irc -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE MAINTAINER= j@scre.ws COMMENT= Console ncurses-based AIM, ICQ, IRC, and Lily client +LICENSE= GPLv2 + GNU_CONFIGURE= yes USE_BZIP2= yes @@ -16,11 +18,15 @@ MAN1= naim.1 MLINKS= naim.1 nirc.1 naim.1 nicq.1 naim.1 nlily.1 PORTDOCS= FAQ README commands.txt keyboard.txt -OPTIONS_DEFINE= DETACH -DETACH_DESC= Activate 'detach' feature (requires misc/screen) +OPTIONS_DEFINE= DETACH DOCS +DETACH_DESC= Enable 'detach' feature (requires misc/screen) .include +# Fix parallel (-jX) builds: events.c #include's generated "conio_cmds.h" +post-patch: + @${ECHO_CMD} 'events.o: conio_cmds.h' >> ${WRKSRC}/src/Makefile.in + .if ${PORT_OPTIONS:MDOCS} CONFIGURE_ARGS+= --with-pkgdocdir=${DOCSDIR} .else Modified: head/net-im/naim/pkg-descr ============================================================================== --- head/net-im/naim/pkg-descr Mon Aug 19 09:34:48 2013 (r324970) +++ head/net-im/naim/pkg-descr Mon Aug 19 10:15:12 2013 (r324971) @@ -1,16 +1,16 @@ -naim is a console client for AOL Instant Messenger (AIM), AOL I Seek You +naim is a console client for AOL Instant Messenger (AIM), AOL I Seek You (ICQ), Internet Relay Chat (IRC), and The lily CMC. -It includes unique features like zero-configuration peer to peer encryption, -automatic message queueing, and incoming message modification (to correct +It includes unique features like zero-configuration peer to peer encryption, +automatic message queueing, and incoming message modification (to correct common spelling mistakes and expand common abbreviations; see /help filter). -It also includes powerful dynamic module support, allowing developers to +It also includes powerful dynamic module support, allowing developers to modify all major aspects of naim's behavior. -When combined with GNU Screen, naim is great to use as a chat client as -well as an answering machine. Individual users can detach, log out, pack -up and go home, then log back in from anywhere on the Internet to resume +When combined with GNU Screen, naim is great to use as a chat client as +well as an answering machine. Individual users can detach, log out, pack +up and go home, then log back in from anywhere on the Internet to resume their naim session. -WWW: http://naim.n.ml.org +WWW: http://naim.n.ml.org/