[Lunar-commits] <moonbase-kde> kdevelop-php: Version bump to 1.3.1 and adjusting to DETAILS to remove $MAJOR. After talking with
Dennis Veatch
stumbles at lunar-linux.org
Fri Jul 20 11:49:51 CEST 2012
commit 3b5bf6cc427e113af9dc54db70cd70c4106e4021
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Fri, 20 Jul 2012 02:49:51 -0700
URL: https://github.com/lunar-linux/moonbase-kde/commit/3b5bf6cc427e113af9dc54db70cd70c4106e4021
kdevelop-php: Version bump to 1.3.1 and adjusting to DETAILS to remove $MAJOR. After talking with
Ratler using the $(module_version) function made the most sense. The intent here is not to start
polluting DETAILS with functions. The issue as pointed out by Ratler in the past deals with $MAJOR
interfering with lin -w. The *preferred* method is using ${VERSION%.*) or some iteration of that.
---
utils/kdevelop-php/DETAILS +3/-4
1 files changed, 3 insertions (+), 4 deletions (-)
--- a/utils/kdevelop-php/DETAILS
+++ b/utils/kdevelop-php/DETAILS
@@ -1,9 +1,8 @@
MODULE=kdevelop-php
- MAJOR=4.2.3
- VERSION=1.2.3
+ VERSION=1.3.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$KDE_URL/stable/kdevelop/$MAJOR/src
- SOURCE_VFY=sha1:b0dc43cf01d2005f2ad66872ce6b49b093a7ceb4
+ SOURCE_URL=$KDE_URL/stable/kdevelop/$(module_version kdevelop)/src
+ SOURCE_VFY=sha1:
MODULE_PREFIX=${KDE_PREFIX:-/usr}
WEB_SITE=http://www.kde.org
ENTERED=20100501
More information about the Lunar-commits
mailing list