[rkward] macports/kf5/kf5-rkward-binary: updated portfile to build the stable 0.7.0 release
m.eik michalke
null at kde.org
Fri Apr 13 23:17:08 UTC 2018
Git commit d0829218a3a75829327c315e20fba3ab3083a3c6 by m.eik michalke.
Committed on 13/04/2018 at 23:16.
Pushed by meikm into branch 'master'.
updated portfile to build the stable 0.7.0 release
M +5 -13 macports/kf5/kf5-rkward-binary/Portfile
https://commits.kde.org/rkward/d0829218a3a75829327c315e20fba3ab3083a3c6
diff --git a/macports/kf5/kf5-rkward-binary/Portfile b/macports/kf5/kf5-rkward-binary/Portfile
index 2a1ca8af..9806fb8d 100755
--- a/macports/kf5/kf5-rkward-binary/Portfile
+++ b/macports/kf5/kf5-rkward-binary/Portfile
@@ -37,29 +37,21 @@ subport ${name}-devel {
if {${subport} eq "${name}-devel"} {
conflicts-append \
${name}
- fetch.type git
-# git.url git://anongit.kde.org/rkward
-# v0.6.5-201-g9585a62
git.branch master
- version 0.6.9z
+ version 0.7.0z
distname ${kf5.project}-5
} else {
############
# stable release, subport used for binary bundles
conflicts-append \
${name}-devel
- description ${description} This port doesn't have a release version yet.
+ description ${description}
long_description \
- ${long_description} This port doesn't have a release version yet.
+ ${long_description}
use_xz yes
- pre-fetch {
- ui_error "This port doesn't have a release version yet."
- return -code error "This port doesn't have a release version yet."
- }
- checksums rmd160 0 \
- sha256 0
+# checksums rmd160 0 \
+# sha256 0
version 0.7.0
- git.url http://anongit.kde.org/rkward.git
git.branch releases/0.7.0
}
More information about the rkward-tracker
mailing list