mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
deskutils/taskcoach: 1.4.2 -> 1.4.3
Port changes: * Remove pkg-plist: it records the list correctly now. * Add USE_PYTHON=noflavors: this is an app
This commit is contained in:
parent
e02e6d9373
commit
b4a3aaa40d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474656
3 changed files with 10 additions and 1496 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= taskcoach
|
PORTNAME= taskcoach
|
||||||
PORTVERSION= 1.4.2
|
DISTVERSION= 1.4.3
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= deskutils python
|
CATEGORIES= deskutils python
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION}
|
||||||
DISTNAME= TaskCoach-${PORTVERSION}
|
DISTNAME= TaskCoach-${PORTVERSION}
|
||||||
|
@ -15,14 +14,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
|
||||||
|
|
||||||
NO_ARCH= yes
|
|
||||||
USES= python:2.7 shebangfix
|
USES= python:2.7 shebangfix
|
||||||
USE_PYTHON= distutils
|
SHEBANG_FILES= taskcoach.py
|
||||||
PYDISTUTILS_EGGINFO=${DISTNAME}-py${PYTHON_VER}.egg-info
|
USE_PYTHON= distutils autoplist noflavors
|
||||||
USE_WX= 3.0+
|
USE_WX= 3.0+
|
||||||
WX_COMPS= python:lib
|
WX_COMPS= python:lib
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
SHEBANG_FILES= taskcoach.py
|
PLIST_FILES= bin/taskcoach \
|
||||||
|
share/applications/taskcoach.desktop \
|
||||||
|
share/pixmaps/taskcoach.png
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|taskcoach.py|taskcoach|' \
|
@${REINPLACE_CMD} -e 's|taskcoach.py|taskcoach|' \
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (TaskCoach-1.4.2.tar.gz) = 2f9a70f6abab688704ea0536f0eacbbb599a1cadda84f10d7dc5de07f711e34f
|
TIMESTAMP = 1519348407
|
||||||
SIZE (TaskCoach-1.4.2.tar.gz) = 2905614
|
SHA256 (TaskCoach-1.4.3.tar.gz) = a2885ffefc0d5b55a0cbe47ad1a2d57cde52595cbba786ebf661bd2435071a2b
|
||||||
|
SIZE (TaskCoach-1.4.3.tar.gz) = 2927984
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue