mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
This commit is contained in:
parent
1e9a1d0e63
commit
49e2275ba7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460786
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= tftpy
|
PORTNAME= tftpy
|
||||||
PORTVERSION= 0.6.2
|
PORTVERSION= 0.6.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= ftp python
|
CATEGORIES= ftp python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
USES= python
|
USES= python
|
||||||
|
|
||||||
GH_ACCOUNT= msoulier
|
GH_ACCOUNT= msoulier
|
||||||
|
|
Loading…
Add table
Reference in a new issue