From cb8faeaf9d1513e2f4d184af27616bfa1b8e7035 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 2 Nov 2003 11:34:05 +0000 Subject: Fix ports with a non-conforming PORTVERSION This is a followup to PR 56958. The following ports have a hyphen in their version number: Toni Andjelkovic devel/pcsc-lite: 1.2.0-rc1 => 1.2.0.r1 John R. Shannon devel/gdb53-act: 5.3-act => 5.3 Vivek Khera mail/postfix-current: 2.0.14-20030812 => 2.0.14.20030812 PORTEPOCH => 2 neither pkg_version nor portupgrade see the part of the version before the last '-', i.e. devel/pcsc-lite is seen as version rc1, 1.3.0-b2 would be regarded as a previous version. PR: ports/58642 Submitted by: Oliver Eikemeier --- devel/gdb53-act/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel/gdb53-act') diff --git a/devel/gdb53-act/Makefile b/devel/gdb53-act/Makefile index e7f3ce745129..4ff1ae5d6305 100644 --- a/devel/gdb53-act/Makefile +++ b/devel/gdb53-act/Makefile @@ -5,8 +5,10 @@ # $FreeBSD$ PORTNAME= gdb -PORTVERSION= 5.3-act +PORTVERSION= 5.3 +PORTEPOCH= 1 CATEGORIES= devel +PKGNAMESUFFIX= -act MAINTAINER= john@johnrshannon.com COMMENT= GDB 5.3 modified by ACT for Ada programming language @@ -56,7 +58,6 @@ do-fetch: fi; \ fi; - do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR}/gdb-5.3 ; pax -pe -rwt . ${WRKSRC} -- cgit v1.2.3