svn commit: r329178 - head/devel/rvm

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 3 13:18:43 UTC 2013


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
> 
> 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.
> 
> Modified:
>   head/devel/rvm/Makefile
>   head/devel/rvm/pkg-plist
> 
> Modified: head/devel/rvm/Makefile
> ==============================================================================
> --- 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=	ftp://ftp.coda.cs.cmu.edu/
>  		ftp://ftp.nctu.edu.tw/mirror/Coda/src/
>  
>  MAINTAINER=	ports at FreeBSD.org
> -COMMENT=	A persistent VM library
> +COMMENT=	Persistent VM library
>  
> -LIB_DEPENDS=	lwp.2:${PORTSDIR}/devel/lwp
> +LIB_DEPENDS=	liblwp.so:${PORTSDIR}/devel/lwp
>  
> -USES=		pkgconfig
> -USE_GMAKE=	yes
> +USES=		gmake pathfix pkgconfig
>  GNU_CONFIGURE=	yes
>  USE_LDCONFIG=	yes
>  
> -WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
> -
> -MAN1=		rdsinit.1 rvmutl.1
> -
> -NO_STAGE=	yes
> -post-extract:
> -.for file in Makefile.in
> -	@${REINPLACE_CMD} -e \
> -		's#(libdir)#{prefix}/libdata#g' ${WRKSRC}/${file}
> -.endfor
> -
>  .include <bsd.port.mk>
> 
> Modified: head/devel/rvm/pkg-plist
> ==============================================================================
> --- 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20131003/a72a37b7/attachment.sig>


More information about the svn-ports-all mailing list