summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-13 07:34:19 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-13 07:34:19 +0000
commit5ee393c19e3786037afbf2ab1b1ae461799a4ae5 (patch)
tree5784c6bd68cce5d58f274f416dafbdb086d27594 /devel
parentNew port fvcool version 1.0.2: VCool for FreeBSD - Cooling software (diff)
Back version down. Makefile used a bad algorithm to get port version,
which broken when kde went to 3.0.4. No harm to back down here, since you can't have built the other one. PR: 43998 Submitted by: Lev Serebryakov
Notes
Notes: svn path=/head/; revision=67958
Diffstat (limited to 'devel')
-rw-r--r--devel/kdevelop/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile
index f1f03a70efbd..d57cfc524b81 100644
--- a/devel/kdevelop/Makefile
+++ b/devel/kdevelop/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= kdevelop
-PORTVERSION= ${KDE_VERSION:S/3.0/2.1/g}
+PORTVERSION= 2.1.3
CATEGORIES?= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src
@@ -26,8 +26,6 @@ RUN_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf \
a2ps:${PORTSDIR}/print/a2ps-letter
.endif
-KDE_PATCHFROM_VER= ${KDE_ORIGVER:S/3.0/2.1/g}
-KDE_PATCHTO_VER= ${KDE_VERSION:S/3.0/2.1/g}
KDE_DISTNAME= ${PORTNAME}-${PORTVERSION}_for_KDE_3.0
USE_KDELIBS_VER=3
USE_BZIP2= yes