Date: Thu, 3 Oct 2013 13:08:43 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329178 - head/devel/rvm Message-ID: <201310031308.r93D8hrU069563@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310031308.r93D8hrU069563>