mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.1.7
- Convert to new option framework
This commit is contained in:
parent
773f134396
commit
5514a99f49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313451
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: py-bitstring
|
||||
# Date created: 2010-11-29
|
||||
# Whom: Sofian Brabez <sbrabez@gmail.com>
|
||||
#
|
||||
# Created by: Sofian Brabez <sbrabez@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bitstring
|
||||
PORTVERSION= 3.0.2
|
||||
PORTVERSION= 3.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -24,13 +20,15 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
|
||||
PORTDOCS= PKG-INFO README.txt release_notes.txt
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
regression-test:
|
||||
regression-test: extract
|
||||
@(cd ${WRKSRC}/test && ${PYTHON_CMD} -c 'import unittest, test_${PORTNAME}; unittest.main(test_${PORTNAME})')
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (bitstring-3.0.2.zip) = 842fe034675de50b7616f0f84290630d24f079e8fea3adc8ed384e35e0cce84c
|
||||
SIZE (bitstring-3.0.2.zip) = 618856
|
||||
SHA256 (bitstring-3.1.0.zip) = 7cc3d34f605f80162e7441f90b9ef4f182306a946bbab806e83de31f48a4b38a
|
||||
SIZE (bitstring-3.1.0.zip) = 620245
|
||||
|
Loading…
Reference in New Issue
Block a user