Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 2017 09:00:28 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455638 - head/devel/build
Message-ID:  <201712060900.vB690Seg006596@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec  6 09:00:28 2017
New Revision: 455638
URL: https://svnweb.freebsd.org/changeset/ports/455638

Log:
  - Update WWW
  - Add NO_ARCH
  - Add LICENSE_FILE

Modified:
  head/devel/build/Makefile
  head/devel/build/pkg-descr

Modified: head/devel/build/Makefile
==============================================================================
--- head/devel/build/Makefile	Wed Dec  6 09:00:23 2017	(r455637)
+++ head/devel/build/Makefile	Wed Dec  6 09:00:28 2017	(r455638)
@@ -4,21 +4,23 @@
 PORTNAME=	build
 PORTVERSION=	0.3.10
 CATEGORIES=	devel
-MASTER_SITES=	http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/
+MASTER_SITES=	https://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Massively-parallel build system implemented on top of GNU make
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	bash:shells/bash
 
 USES=		gmake tar:bzip2
-
-NO_BUILD=	yes
 MAKEFILE=	makefile
 MAKE_ARGS=	install_prefix=${STAGEDIR}${PREFIX}
+
+NO_BUILD=	yes
+NO_ARCH=	yes
 
 PLIST_SUB=	BUILD_VER=${PORTVERSION:R}
 

Modified: head/devel/build/pkg-descr
==============================================================================
--- head/devel/build/pkg-descr	Wed Dec  6 09:00:23 2017	(r455637)
+++ head/devel/build/pkg-descr	Wed Dec  6 09:00:28 2017	(r455638)
@@ -14,4 +14,4 @@ Some of its features include:
 * inter-project dependency tracking.
 * extensible language/compiler framework.
 
-WWW: http://www.codesynthesis.com/projects/build/
+WWW: https://www.codesynthesis.com/projects/build/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712060900.vB690Seg006596>