diff options
author | alane <alane@FreeBSD.org> | 2002-10-13 15:34:19 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-13 15:34:19 +0800 |
commit | f074eeca68e41c2e0108d0a5c060202ba072c97a (patch) | |
tree | 5e2fcf0d4ff55a6c0617f87dbd88c20670f1b18d /devel/kdevelop | |
parent | 9f71f97cf33285601acc75f3ebc173bd2d02d811 (diff) | |
download | freebsd-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/kdevelop')
-rw-r--r-- | devel/kdevelop/Makefile | 4 |
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 |