svn commit: r355079 - head/sysutils/stow

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 4 14:02:48 UTC 2014


On Sat, May 24, 2014 at 08:53:28PM +0000, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Sat May 24 20:53:27 2014
> New Revision: 355079
> URL: http://svnweb.freebsd.org/changeset/ports/355079
> QAT: https://qat.redports.org/buildarchive/r355079/
> 
> Log:
>   - Convert to new options framework
>   - Use USES=gmake and USES=tar:bzip2
>   - Support STAGEDIR
>   - While I'm here, simplify Makefile
>   
>   PR:		ports/190165
>   Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com> (maintainer)
> 
> Added:
>   head/sysutils/stow/pkg-plist   (contents, props changed)
> Modified:
>   head/sysutils/stow/Makefile
> 
> Modified: head/sysutils/stow/Makefile
> ==============================================================================
> --- head/sysutils/stow/Makefile	Sat May 24 20:53:22 2014	(r355078)
> +++ head/sysutils/stow/Makefile	Sat May 24 20:53:27 2014	(r355079)
> @@ -3,6 +3,7 @@
>  
>  PORTNAME=	stow
>  PORTVERSION=	2.2.0
> +PORTREVISION=	1
>  CATEGORIES=	sysutils
>  MASTER_SITES=	GNU
>  
> @@ -14,34 +15,25 @@ LICENSE_FILE=	${WRKSRC}/COPYING
>  
>  TEST_DEPENDS=	p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output
>  
> -USE_BZIP2=	yes
> -USES=		perl5
> -USE_GMAKE=	yes
> +USES=		gmake perl5 tar:bzip2
>  GNU_CONFIGURE=	yes
>  CONFIGURE_ENV=	ac_cv_path_PERL=${PERL}
>  INSTALL_TARGET=	install-exec-am install-dist_pmstowDATA install-info-am \
>  		install-man install-pmDATA
>  
> -MAN8=		stow.8
> +OPTIONS=	DOCS

This is not good :)

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-head/attachments/20140604/c9395b3b/attachment.sig>


More information about the svn-ports-head mailing list