aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-10-13 15:34:19 +0800
committeralane <alane@FreeBSD.org>2002-10-13 15:34:19 +0800
commitf074eeca68e41c2e0108d0a5c060202ba072c97a (patch)
tree5e2fcf0d4ff55a6c0617f87dbd88c20670f1b18d /devel
parent9f71f97cf33285601acc75f3ebc173bd2d02d811 (diff)
downloadfreebsd-ports-gnome-f074eeca68e41c2e0108d0a5c060202ba072c97a.tar.gz
freebsd-ports-gnome-f074eeca68e41c2e0108d0a5c060202ba072c97a.tar.zst
freebsd-ports-gnome-f074eeca68e41c2e0108d0a5c060202ba072c97a.zip
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
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