From owner-svn-ports-head@FreeBSD.ORG Thu Dec 26 16:28:55 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 ESMTPS id C3ACCE13; Thu, 26 Dec 2013 16:28:55 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F66F1E37; Thu, 26 Dec 2013 16:28:54 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id y10so11512310wgg.4 for ; Thu, 26 Dec 2013 08:28:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=EhANPxr20En837FQcR9fsXuFtqN5vzIoLaHsHbNbrXE=; b=a/a0SkBkSNeYknrOrwBbCsr1LSWar+Z3flnSh0Zqr+lmBKeRV0DdHkR5TrGL5u36wJ fXmEbU/a29MAPBRitVVuhkLJSrkkpJSBRjO6UstjoGiN3feIt2paWdU049mFUdWjCpiY PYmtmEa95Qs8tsMIAFhjd2fCUjvE+z58M0M2hYEiQkCqJZKQnwHRrmQPYCwM4kz9kW9t hmJDgI6z6lZAcA7XtJrN7Q3//11rmO9DYWco3Il/EY8CgFnF2jYn5tc4wiZYslZEmAbj J/CP3I/0Awkwrtq8DVrbh57PVCSV7mhA1vKX/JdmMFl7Wnh/twKFURRgFwA8o1Z3OduA ezlw== X-Received: by 10.180.90.37 with SMTP id bt5mr30267952wib.43.1388075333566; Thu, 26 Dec 2013 08:28:53 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id eh7sm37761172wic.2.2013.12.26.08.28.52 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 26 Dec 2013 08:28:52 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 26 Dec 2013 17:28:51 +0100 From: Baptiste Daroussin To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r337549 - head/archivers/plzip Message-ID: <20131226162851.GP40122@ithaqua.etoilebsd.net> References: <201312261627.rBQGRZU2065466@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FRaepaAnLTQkJ4tS" Content-Disposition: inline In-Reply-To: <201312261627.rBQGRZU2065466@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 26 Dec 2013 16:28:55 -0000 --FRaepaAnLTQkJ4tS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 26, 2013 at 04:27:35PM +0000, Baptiste Daroussin wrote: > Author: bapt > Date: Thu Dec 26 16:27:35 2013 > New Revision: 337549 > URL: http://svnweb.freebsd.org/changeset/ports/337549 >=20 > Log: > Support stage >=20 > Modified: > head/archivers/plzip/Makefile >=20 > Modified: head/archivers/plzip/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/archivers/plzip/Makefile Thu Dec 26 16:25:52 2013 (r337548) > +++ head/archivers/plzip/Makefile Thu Dec 26 16:27:35 2013 (r337549) > @@ -11,14 +11,13 @@ COMMENT=3D Parallel, lossless data compres > =20 > BUILD_DEPENDS=3D lzlib>=3D1.1:${PORTSDIR}/archivers/lzlib > =20 > -PLIST_FILES=3D bin/plzip > +PLIST_FILES=3D bin/plzip \ > + man/man1/plzip.1.gz > =20 > -NO_STAGE=3D yes > USES=3D gmake > GNU_CONFIGURE=3D yes > CONFIGURE_ARGS=3D CXXFLAGS=3D"-I${LOCALBASE}/include" \ > LDFLAGS=3D"-L${LOCALBASE}/lib" > -MAN1=3D plzip.1 > INFO=3D plzip > =20 > .include Every one should read:=20 Warren Block And not imp here :) Sorry for the confusion. regards, Bapt --FRaepaAnLTQkJ4tS Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlK8WUIACgkQ8kTtMUmk6EzzNgCghsWOSAi5vxTfa/V5FIJOFhRQ vpAAoKIVXkeirMmMqPUEvSQR4xaVlL1M =Sktn -----END PGP SIGNATURE----- --FRaepaAnLTQkJ4tS--