From owner-svn-ports-head@FreeBSD.ORG Wed Jul 10 20:06:08 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]) by hub.freebsd.org (Postfix) with ESMTP id B28358AF; Wed, 10 Jul 2013 20:06:08 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) by mx1.freebsd.org (Postfix) with ESMTP id C5D6E1913; Wed, 10 Jul 2013 20:06:07 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hq4so6760945wib.8 for ; Wed, 10 Jul 2013 13:06:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=byai89yQATo5yFSQNiC7QlIZNWuig4UlQpXZqE4ORpQ=; b=iElWsRKDLAevQLa8fy+KQ0E4D4GtVeyHaiKCbfYMnvh9dO0guHRyw/1mqi44uXzgPZ zWSDiq1jOhEy6SRTxuegVLihw12zlYGY860hn+MPXIlStgIv6RegkWj+FquPBokQeNV1 DWo4A4c6W2hKsdHQWE+tjJIPG+nqP07MJI7Qsi81fow7u7cCe3w7wVRG8Zuxx5imW+gN MfKdP+ElaRG0/Babad43YqIXApkxuI241KENx1hnbRg3YHlBxfyoSms0IUOJrujzQlBT bLq9gcpffviMd1vFCL6cLs9mB630fd3KaaslhN+yD+vjyUzayEmZ9o0BTImFdzzq9iM/ /lNQ== X-Received: by 10.194.93.74 with SMTP id cs10mr19269079wjb.9.1373486767009; Wed, 10 Jul 2013 13:06:07 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id h8sm38221093wie.1.2013.07.10.13.06.05 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 10 Jul 2013 13:06:06 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 10 Jul 2013 22:06:03 +0200 From: Baptiste Daroussin To: Pawel Pekala Subject: Re: svn commit: r322729 - in head: archivers/dpkg audio/rosegarden comms/efax-gtk deskutils/ksmoothdock deskutils/treeline devel/upnp finance/homebank games/gigalomania games/quackle graphics/podofo ma... Message-ID: <20130710200603.GC68830@ithaqua.etoilebsd.net> References: <201307101941.r6AJfVP2060264@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f+W+jCU1fRNres8c" Content-Disposition: inline In-Reply-To: <201307101941.r6AJfVP2060264@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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, 10 Jul 2013 20:06:08 -0000 --f+W+jCU1fRNres8c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable First thank you :) Just a note: [...] > Modified: head/deskutils/treeline/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/deskutils/treeline/Makefile Wed Jul 10 19:01:44 2013 (r322728) > +++ head/deskutils/treeline/Makefile Wed Jul 10 19:41:30 2013 (r322729) > @@ -39,16 +39,12 @@ ISPELL_DESC=3D Install with ispell support > PYXML_DESC=3D Use pythons py-xml instead of textproc/expat2 > =20 > OPTIONS_DEFAULT=3D ASPELL PYXML > +OPTIONS_SUB=3D yes > =20 > -.include > - > -.if ${PORT_OPTIONS:MASPELL} > -BUILD_DEPENDS+=3D aspell:${PORTSDIR}/textproc/aspell > -.endif > +ASPELL_BUILD_DEPENDS=3D aspell:${PORTSDIR}/textproc/aspell > +ISPELL_BUILD_DEPENDS=3D ispell:${PORTSDIR}/textproc/ispell > =20 > -.if ${PORT_OPTIONS:MISPELL} > -BUILD_DEPENDS+=3D ispell:${PORTSDIR}/textproc/ispell > -.endif > +.include > =20 > .if !${PORT_OPTIONS:MPYXML} > LIB_DEPENDS+=3D expat:${PORTSDIR}/textproc/expat2 > @@ -56,9 +52,6 @@ LIB_DEPENDS+=3D expat:${PORTSDIR}/textproc > =20 > .if ${PORT_OPTIONS:MHTTPLOAD} > DISTFILES+=3D httpload2.py:plugins Could become HTTPLOAD_DISTFILES+=3D httpload2.py:plugins > -PLIST_SUB+=3D HTTPLOAD=3D"" > -.else > -PLIST_SUB+=3D HTTPLOAD=3D"@comment " > .endif > =20 > do-install: >=20 regards, Bapt --f+W+jCU1fRNres8c Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlHdvqsACgkQ8kTtMUmk6Ex5UACdEO4FiTH6chV5MJLTkjkF4vw6 KQAAnisyVBs140hpl8qRgFw43A52wB+f =bR1S -----END PGP SIGNATURE----- --f+W+jCU1fRNres8c--