diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-02-13 21:22:05 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-02-13 21:22:05 +0000 |
commit | 4444bd4182e638f488e3f73a6cfc5f5fe5aad67f (patch) | |
tree | 751c8a7c314a2bef2569b4254e2331a77a86d3c0 /audio/amarok/Makefile | |
parent | 31950a30cd8dae21a88d5a9756fca7a79b718c46 (diff) |
Use KDE_INVENT where appropriate
KDE ports that use unreleased versions / versions straight from git.
PORTVERSION or DISTVERSION increased:
- audio/amarok has a newer tag so the commit hash jumps.
- devel/heaptrack has a newer tag so the commit hash jumps.
- graphics/kooka advances to a newer commit, nothing spectacular.
- graphics/peruse advances a great deal to its current state, which
is slightly-before-a-real-release. This one will be dropping KDE_INVENT
and going to normally-released soon, says upstream.
- net/smb4k has a newer tag so the commit hash jumps.
PORTVERSION unchanged, but I didn't bump PORTREVISION either
because it's the same software:
- editors/kile gets the hash for the tag it was previously using.
(because USE_GITLAB does not understand tags and needs a full hash).
There is lots of newer commits but nothing that looks like a complete
releaseable state.
- net-im/ruqola gets the hash for the tag it was previously using.
Note that none of the updates that might have been possible were
reported by portscout; that's part of the hazard of using a semi-
official-at-best mirror. I hope it does catch updates from KDE Invent,
although these bits of software have flaky update schedules anyway.
Reviewed by: tcberner
Notes
Notes:
svn path=/head/; revision=565179
Diffstat (limited to 'audio/amarok/Makefile')
-rw-r--r-- | audio/amarok/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 364437badab7..f2dcb2dd75ff 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -2,9 +2,7 @@ PORTNAME= amarok DISTVERSIONPREFIX= v -DISTVERSION= 2.9.70 -PKGVERSIONSUFFIX= -g${GH_TAGNAME} -PORTREVISION= 3 +DISTVERSION= 2.9.71 CATEGORIES= audio kde MAINTAINER= kde@FreeBSD.org @@ -39,11 +37,9 @@ USE_KDE= archive auth attica bookmarks codecs config configwidgets \ USE_XORG= ice sm x11 xext USE_LDCONFIG= yes -CONFIGURE_ENV= MYSQL_DIR=${LOCALBASE} +KDE_INVENT= 3e11ccdd1417e70486eaaa84d8475182eec44c20 multimedia -USE_GITHUB= yes -GH_ACCOUNT= kde -GH_TAGNAME= 0aa6ae0c77 +CONFIGURE_ENV= MYSQL_DIR=${LOCALBASE} SHEBANG_FILES= src/kconf_update/amarok-2.4.1-tokens_syntax_update.pl CMAKE_ARGS= -DOPENSSL_ROOT_DIR=${OPENSSLBASE} |