Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2001 23:12:40 +0200 (CEST)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        lioux@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   Re: ports/30856: Updated port: mail/elm+ME - 2.4ME+94 (patchlevel c)
Message-ID:  <200110172112.f9HLCer46810@gits.dyndns.org>

next in thread | raw e-mail | index | archive | help
Hi Mario,

could you apply the following patch concerning the version naming of
elm+ME. IMHO, 2.4.94c would be more appropriate than 2.4.94.0c.

thanks in advance.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/elm+ME/Makefile,v
retrieving revision 1.72
diff -u -r1.72 Makefile
--- Makefile	2001/10/06 18:19:43	1.72
+++ Makefile	2001/10/15 22:51:20
@@ -6,13 +6,9 @@
 #
 
 PORTNAME=	elm+ME
-PORTVERSION=	2.4.94.0c
+PORTVERSION=	2.4.94${PATCHLEVEL}
 CATEGORIES=	mail
-.if ${PORTVERSION:M*[a-z]} == ""
-DISTNAME=	${PORTNAME:S/+ME//}-${PORTVERSION:R}ME+${PORTVERSION:E}
-.else
-DISTNAME=	${PORTNAME:S/+ME//}-${PORTVERSION:R:R}ME+${PORTVERSION:R:E}
-.endif
+DISTNAME=	${PORTNAME:S/+ME//}-${PORTVERSION:R}ME+${PORTVERSION:E:S|${PATCHLEVEL}||}
 
 # here are the main repositories.
 MASTER_SITES=	ftp://ftp.ozone.fmi.fi/KEH/ \
@@ -32,6 +28,7 @@
 PATCHFILES=	${DISTNAME:S/+/+PL/}a.patch.gz \
 		${DISTNAME:S/+/+PL/}b.patch.gz \
 		${DISTNAME:S/+/+PL/}c.patch.gz
+PATCHLEVEL=	c
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	clefevre@citeweb.net

Cyrille.
-- 
Cyrille Lefevre                 mailto:clefevre@citeweb.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110172112.f9HLCer46810>