Skip to content

Commit

Permalink
kdevelop-php: Version bump to 1.3.1 and adjusting to DETAILS to remov…
Browse files Browse the repository at this point in the history
…e $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.
  • Loading branch information
Dennis Veatch committed Jul 20, 2012
1 parent 3ab60b8 commit 3b5bf6c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions 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
Expand Down

0 comments on commit 3b5bf6c

Please sign in to comment.