Skip to content

Commit

Permalink
devel/scons: Update to 4.1.0.post1
Browse files Browse the repository at this point in the history
Changes:	https://scons.org/tag/releases.html
		https://github.com/SCons/scons/blob/master/CHANGES.txt
PR:		256329
Tested by:	Ronald Klop <ronald-lists@klop.ws>
  • Loading branch information
sunpoet committed Jul 14, 2021
1 parent 542477e commit 4a4944f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
22 changes: 5 additions & 17 deletions devel/scons/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Created by: Peter Haight <peterh@sapros.com>

PORTNAME= scons
PORTVERSION= 3.1.2
PORTREVISION= 1
PORTVERSION= 4.1.0.post1
CATEGORIES= devel python
MASTER_SITES= SF
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
Expand All @@ -11,23 +10,12 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Build tool alternative to make

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python:3.6+ shebangfix
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes
WRKSRC= ${WRKDIR}/SCons-${PORTVERSION}

PLIST_SUB= SCONS_VER=${PORTVERSION}

SHEBANG_FILES= script/scons*

post-patch:
@${REINPLACE_CMD} -e 's|distutils\(\.command\.install\)$$|setuptools\1|; s|distutils\(\.command\.install\.\)|setuptools\1|' ${WRKSRC}/setup.py
@${FIND} ${WRKSRC} -name '*.orig' -delete

.include <bsd.port.pre.mk>

PYDISTUTILS_INSTALLARGS+= --standard-lib

.include <bsd.port.post.mk>
.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/scons/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1585059178
SHA256 (scons-3.1.2.tar.gz) = 7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb
SIZE (scons-3.1.2.tar.gz) = 668298
TIMESTAMP = 1622561317
SHA256 (scons-4.1.0.post1.tar.gz) = 52be492ff5f0dfeb773826c4431d0baba03701574f19e574b55a1085ed57a2e7
SIZE (scons-4.1.0.post1.tar.gz) = 3008712
11 changes: 11 additions & 0 deletions devel/scons/files/patch-setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- setup.cfg.orig 2021-05-28 17:56:43 UTC
+++ setup.cfg
@@ -56,7 +56,7 @@ console_scripts =
scons.tool.docbook = *.*

[options.data_files]
-. = scons.1
+share/man/man1 = scons.1
scons-time.1
sconsign.1

0 comments on commit 4a4944f

Please sign in to comment.