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$
|
||||
|
||||
PORTNAME= taskcoach
|
||||
PORTVERSION= 1.4.2
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 1.4.3
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION}
|
||||
DISTNAME= TaskCoach-${PORTVERSION}
|
||||
|
@ -15,14 +14,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:2.7 shebangfix
|
||||
USE_PYTHON= distutils
|
||||
PYDISTUTILS_EGGINFO=${DISTNAME}-py${PYTHON_VER}.egg-info
|
||||
SHEBANG_FILES= taskcoach.py
|
||||
USE_PYTHON= distutils autoplist noflavors
|
||||
USE_WX= 3.0+
|
||||
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:
|
||||
@${REINPLACE_CMD} -e 's|taskcoach.py|taskcoach|' \
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (TaskCoach-1.4.2.tar.gz) = 2f9a70f6abab688704ea0536f0eacbbb599a1cadda84f10d7dc5de07f711e34f
|
||||
SIZE (TaskCoach-1.4.2.tar.gz) = 2905614
|
||||
TIMESTAMP = 1519348407
|
||||
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…
Reference in a new issue