Date: Wed, 28 Aug 2013 12:13:28 -0700 From: Jason Helfman <jgh@FreeBSD.org> To: Alexey Dokuchaev <danfe@freebsd.org> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r324971 - head/net-im/naim Message-ID: <CAMuy=%2Bhj5YBW4%2BJAD-Fv8XDAjRhJBWiKmt=LbEUshWkA%2B3Wrrw@mail.gmail.com> In-Reply-To: <201308191015.r7JAFDp2010476@svn.freebsd.org> References: <201308191015.r7JAFDp2010476@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <danfe@freebsd.org> 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 <mharo@area51.fremont.ca.us> > # $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 <bsd.port.options.mk> > > +# 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMuy=%2Bhj5YBW4%2BJAD-Fv8XDAjRhJBWiKmt=LbEUshWkA%2B3Wrrw>