From owner-freebsd-ports Wed Oct 17 14:12:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 2BB2337B403 for ; Wed, 17 Oct 2001 14:12:43 -0700 (PDT) Received: (qmail 84026105 invoked by uid 0); 17 Oct 2001 21:12:41 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 17 Oct 2001 21:12:41 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f9HLCer46810; Wed, 17 Oct 2001 23:12:40 +0200 (CEST) (envelope-from root) Message-Id: <200110172112.f9HLCer46810@gits.dyndns.org> Subject: Re: ports/30856: Updated port: mail/elm+ME - 2.4ME+94 (patchlevel c) In-Reply-To: To: lioux@FreeBSD.org Date: Wed, 17 Oct 2001 23:12:40 +0200 (CEST) Cc: ports@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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