From owner-svn-ports-head@FreeBSD.ORG Wed Aug 28 19:21:25 2013 Return-Path: Delivered-To: svn-ports-head@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 987B0BF6 for ; Wed, 28 Aug 2013 19:21:25 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pd0-f176.google.com (mail-pd0-f176.google.com [209.85.192.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EB05211F for ; Wed, 28 Aug 2013 19:21:25 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id q10so6687915pdj.21 for ; Wed, 28 Aug 2013 12:21:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=l341XI0FsQ0VM1lpH86JEh3wbeZc8MVSsN3CzmFLSf0=; b=V7P5SjiB2jJEVvjojhE3m9IKdfTybctVZucwbDXgK7ZD+FpOWaxpR+y6wCmAqT3bYy QHaP6/lDAlZ9rOrSjkK6XuXbvTZ3StMte9Z3Ab2xM7XdaKvlIeScXMy1AAxVj8T+ys/X q4R3S5R4+yEoPQnPiWWZRa3TpF3BSSuHrpA8q9xUDZJJe/UstaxC38cUPK/6Oz7Y55Ou Z8qbd7CfcyFKEKF5eLWOxwEeYoFxlD+ygZ4J3piIlOBaNKVfVEs+Wg59K6+PZMsim0fP PH7eAeWovDQoS+aGAqkwZ33h18ssMVaJqa5v/rDD0NCvoY9NuG5oe4gP7XoYpWspfe1r Cb/A== X-Gm-Message-State: ALoCoQk2CqSfrfhO3QfSgrIscBg20VFpjTXw27MI1BrCKnHjQoZX8Hu8fzfnFIgnDs8CqlU97Ra4 MIME-Version: 1.0 X-Received: by 10.68.212.37 with SMTP id nh5mr29510738pbc.16.1377717208622; Wed, 28 Aug 2013 12:13:28 -0700 (PDT) Sender: bsd-src@helfman.org Received: by 10.70.100.165 with HTTP; Wed, 28 Aug 2013 12:13:28 -0700 (PDT) In-Reply-To: <201308191015.r7JAFDp2010476@svn.freebsd.org> References: <201308191015.r7JAFDp2010476@svn.freebsd.org> Date: Wed, 28 Aug 2013 12:13:28 -0700 X-Google-Sender-Auth: 7w7O1OTMRYcvUiamNOT-pSAx72k Message-ID: Subject: Re: svn commit: r324971 - head/net-im/naim From: Jason Helfman To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 28 Aug 2013 19:21:25 -0000 There was a timeout for me on changing a DESC? Is there a pr I missed for this somewhere? -jgh On Mon, Aug 19, 2013 at 3:15 AM, Alexey Dokuchaev wrote: > 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/ > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve