From owner-svn-ports-all@FreeBSD.ORG Wed Aug 28 19:13:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81C019F0 for ; Wed, 28 Aug 2013 19:13:29 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5866320AE for ; Wed, 28 Aug 2013 19:13:29 +0000 (UTC) Received: by mail-pb0-f51.google.com with SMTP id jt11so6617537pbb.24 for ; Wed, 28 Aug 2013 12:13:28 -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=IRTL4QDWxe6rzwdWKaNRBMeoAaDYhg8QICrGTTCrqC1cERMCWkVQQKAbAfeMtekJrv Ly0RS+BsBFWlAyShpvrcX9H42qnXZYDMsLdvP3bHDzR9+lk5Td9Fby4cqq0hSYXXx0h8 aUG69Kpg112H9xt+Ba1vmY3W3/kiA0d8HQfijIVE71JJxpSSQ+j3isDAC66pByidNxJm bVPFYnhiV9nnzcbBPqGL/b0PkcEab3I2fYJD5UpKZ629GveJhwiMEv22R2XiZjOHRflQ wMEewYVKIDr41Sk6KgGfrcvPwC4MyHNWeBbd8fFzWHcOLTnZLk0JSJf5esVlVjiXN1FV DR1Q== X-Gm-Message-State: ALoCoQlxAD33a52dGJwSaP/i8fg2BButxMlXa5ZhK8RiSF1A1VKlvmAfFJXEA4zL0GuSMM3KwmlX 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-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: Wed, 28 Aug 2013 19:13:29 -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