From owner-svn-ports-head@FreeBSD.ORG Thu Oct 3 13:18:43 2013 Return-Path: Delivered-To: svn-ports-head@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 0D734209; Thu, 3 Oct 2013 13:18:43 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CBFC23FE; Thu, 3 Oct 2013 13:18:42 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id t61so2201830wes.20 for ; Thu, 03 Oct 2013 06:18:40 -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=48lDb2148eQ8ZLhlx6qU9mIyGIquAlN9LFfJQaawFLA=; b=GMmqJKSq7mTAVVKdFh1qTZSUJBOLpU6JElh4BDzk4zUn6J/JjDN+LMZt2w75IABlu3 Spvr3wLLfpXWf6ohTvWnlcOwHyzRmmqmR9+5pqhWNImzKx2jsmHNLwZpUscCMCaloQE7 sV6oXUEz4E8Kh8s0XzF9WJUGyJf8pwuTFgNTP46gq9uw+bVbm7W04lCUTYeMbLjDW18T PUGNz/dFcmlazUFC9jPU47fo9zh4P7PHbIhBf1V6ZJGjDs5rrGlTr1QtFV4x2CtLwxGh HLP1Xso68PGliLPfhhAFt7+w5QIPZVxZs7HeVnaL1Ywsj85qnwiG94uKH+dJ4M6kQWZ2 4ArA== X-Received: by 10.194.122.168 with SMTP id lt8mr589598wjb.76.1380806320540; Thu, 03 Oct 2013 06:18:40 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id c4sm13740573wiz.0.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 03 Oct 2013 06:18:39 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 3 Oct 2013 15:18:37 +0200 From: Baptiste Daroussin To: Boris Samorodov Subject: Re: svn commit: r329178 - head/devel/rvm Message-ID: <20131003131837.GD9150@ithaqua.etoilebsd.net> References: <201310031308.r93D8hrU069563@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VMt1DrMGOVs3KQwf" Content-Disposition: inline In-Reply-To: <201310031308.r93D8hrU069563@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: Thu, 03 Oct 2013 13:18:43 -0000 --VMt1DrMGOVs3KQwf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 03, 2013 at 01:08:43PM +0000, Boris Samorodov wrote: > Author: bsam > Date: Thu Oct 3 13:08:43 2013 > New Revision: 329178 > URL: http://svnweb.freebsd.org/changeset/ports/329178 >=20 > Log: > . support staging; > . remove the indefinite article from COMMENT; > . use new LIB_DEPENDS syntax; > . incorporate gmake and pathfix into USES macro; > . remove useless standard definition of WRKSRC. >=20 > Modified: > head/devel/rvm/Makefile > head/devel/rvm/pkg-plist >=20 > Modified: head/devel/rvm/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/devel/rvm/Makefile Thu Oct 3 13:05:48 2013 (r329177) > +++ head/devel/rvm/Makefile Thu Oct 3 13:08:43 2013 (r329178) > @@ -10,24 +10,12 @@ MASTER_SITES=3D ftp://ftp.coda.cs.cmu.edu/ > ftp://ftp.nctu.edu.tw/mirror/Coda/src/ > =20 > MAINTAINER=3D ports@FreeBSD.org > -COMMENT=3D A persistent VM library > +COMMENT=3D Persistent VM library > =20 > -LIB_DEPENDS=3D lwp.2:${PORTSDIR}/devel/lwp > +LIB_DEPENDS=3D liblwp.so:${PORTSDIR}/devel/lwp > =20 > -USES=3D pkgconfig > -USE_GMAKE=3D yes > +USES=3D gmake pathfix pkgconfig > GNU_CONFIGURE=3D yes > USE_LDCONFIG=3D yes > =20 > -WRKSRC=3D ${WRKDIR}/${PORTNAME}-${PORTVERSION} > - > -MAN1=3D rdsinit.1 rvmutl.1 > - > -NO_STAGE=3D yes > -post-extract: > -.for file in Makefile.in > - @${REINPLACE_CMD} -e \ > - 's#(libdir)#{prefix}/libdata#g' ${WRKSRC}/${file} > -.endfor > - > .include >=20 > Modified: head/devel/rvm/pkg-plist > =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/devel/rvm/pkg-plist Thu Oct 3 13:05:48 2013 (r329177) > +++ head/devel/rvm/pkg-plist Thu Oct 3 13:08:43 2013 (r329178) > @@ -15,6 +15,8 @@ lib/libseglwp.la > lib/libseglwp.so > lib/libseglwp.so.3 > libdata/pkgconfig/rvmlwp.pc > +man/man1/rdsinit.1.gz > +man/man1/rvmutl.1.gz > sbin/rdsinit > sbin/rvmutl > @dirrm include/rvm Btw for this port the name is conflicting with archivers/rvm As stated here: https://wiki.freebsd.org/ports/PkgNameCollisions Can you have a look and make one of the both having a different name? regards, Bapt --VMt1DrMGOVs3KQwf Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlJNbq0ACgkQ8kTtMUmk6ExfOgCaAh4MEddCBkpPl5zsiobzaeb1 jxwAoLQLHWFj4iHVTpLdPBIA+JJAz9PS =cS0S -----END PGP SIGNATURE----- --VMt1DrMGOVs3KQwf--