mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
- USE_GITHUB to fix fetch - NOPORTDOCS -> DOCS option - Don't install multiple copies of license - Tab -> space in pkg-descr - Bump PORTREVISION Approved by: portmgr (blanket approval)
This commit is contained in:
parent
fb8980749d
commit
31c806e7de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359238
@ -3,20 +3,18 @@
|
||||
|
||||
PORTNAME= charmtimetracker
|
||||
PORTVERSION= 1.6.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://nodeload.github.com/KDAB/Charm/tarball/
|
||||
DISTNAME= ${PORTVERSION}
|
||||
EXTRACT_SUFX=
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= avg@icyb.net.ua
|
||||
COMMENT= Time tracker
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/License.txt
|
||||
|
||||
WRKSRC= ${WRKDIR}/KDAB-Charm-3151d25
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= KDAB
|
||||
GH_PROJECT= Charm
|
||||
GH_COMMIT= 3151d25
|
||||
|
||||
USES= cmake
|
||||
CMAKE_ARGS+= -DCharm_VERSION:STRING=${PORTVERSION}
|
||||
@ -26,9 +24,11 @@ USE_QT4= qmake_build moc_build rcc_build uic_build corelib gui network \
|
||||
USE_XORG= ice x11 xext xscrnsaver
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= ReadMe.txt License.txt
|
||||
.endif
|
||||
PORTDOCS= ReadMe.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${RM} -f ${STAGEDIR}${DOCSDIR}/License.txt
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (charmtimetracker/1.6.0) = 23d1ba7cd9c9b2c49738d1eb8cacbc303bb717b46746a89723a925141bd61ca6
|
||||
SIZE (charmtimetracker/1.6.0) = 730670
|
||||
SHA256 (charmtimetracker-1.6.0.tar.gz) = 23d1ba7cd9c9b2c49738d1eb8cacbc303bb717b46746a89723a925141bd61ca6
|
||||
SIZE (charmtimetracker-1.6.0.tar.gz) = 730670
|
||||
|
@ -9,4 +9,4 @@ Wednesday again, the activity report for the "Ironing Laundry" task
|
||||
would list the event on tuesday, the event on wednesday and a total of
|
||||
five hours.
|
||||
|
||||
WWW: https://github.com/KDAB/Charm
|
||||
WWW: https://github.com/KDAB/Charm
|
||||
|
Loading…
Reference in New Issue
Block a user