svn commit: r363876 - head/devel/xc3sprog

Max Brazhnikov makc at freebsd.org
Sun Aug 3 15:18:15 UTC 2014


On Sun, 03 Aug 2014 11:25:55 +0000Sun Aug  3 11:25:54 2014 Kurt Jaeger wrote:
> Author: pi
> Date: Sun Aug  3 11:25:54 2014
> New Revision: 363876
> URL: http://svnweb.freebsd.org/changeset/ports/363876
> QAT: https://qat.redports.org/buildarchive/r363876/
> 
> Log:
>   devel/xc3sprog: r449 -> r769, new distsite, stagify
>   
>   PR:		188055
>   Submitted by:	pi
>   Approved by:	wkoszek at FreeBSD.org (maintainer timeout)
> 
> Modified:
>   head/devel/xc3sprog/Makefile
>   head/devel/xc3sprog/distinfo
> 
> Modified: head/devel/xc3sprog/Makefile
> ==============================================================================
> --- head/devel/xc3sprog/Makefile	Sun Aug  3 11:22:45 2014	(r363875)
> +++ head/devel/xc3sprog/Makefile	Sun Aug  3 11:25:54 2014	(r363876)
> @@ -1,29 +1,27 @@
> -# Created by: Wojciech A. Koszek <wkoszek at FreeBSD.org>
>  # $FreeBSD$
>  
>  PORTNAME=	xc3sprog
> -PORTVERSION=	r449
> -PORTREVISION=	1
> +PORTVERSION=	r769
>  CATEGORIES=	devel
> -MASTER_SITES=	http://FreeBSD.czest.pl/~wkoszek/ports/
> +MASTER_SITES=	http://opsec.eu/src/xc3sprog/
>  
> -MAINTAINER= ports at FreeBSD.org
> +MAINTAINER=	ports at FreeBSD.org
>  COMMENT=	Free programmer for Xilinx Spartan S3E Starter Kit
>  
>  LIB_DEPENDS=	libftdi.so:${PORTSDIR}/devel/libftdi
> -RUN_DEPENDS=	${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload
> +RUN_DEPENDS=	${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload \
> +		${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake
>  
> -USES=		cmake
> +USES=		tar:xz
>  ALL_TARGET=	xc3sprog
>  
>  PLIST_FILES=	bin/xc3sprog
>  
> -NO_STAGE=	yes
> -do-install:
> -	${INSTALL_PROGRAM} ${WRKSRC}/xc3sprog ${PREFIX}/bin
> +pre-configure:
> +	cd ${WRKSRC} && cmake .

What's wrong with USES=cmake? 



More information about the svn-ports-all mailing list