ports/63415: missing contributed information

Oliver Eikemeier eikemeier at fillmore-labs.com
Thu Feb 26 23:10:23 UTC 2004


The following reply was made to PR ports/63415; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier at fillmore-labs.com>
To: Meno Abels <meno.abels at adviser.com>
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/63415: missing contributed information
Date: Fri, 27 Feb 2004 00:00:07 +0100

 > +# i am very unhappy about the version naming of crm114
 > +# but i didn't see any solutions that removes the redundancy.
 > +# Portlint is brutal in that case.
 > +# WARNING think on CRM114RELEASENAME to change
 > +DISTNAME=	${PORTNAME}-${PORTVERSION}-BlameYokohama.src
 > +DISTFILES=	${PORTNAME}-${PORTVERSION}-BlameYokohama.src.tar.gz \
 > +		${PORTNAME}-${PORTVERSION}-BlameYokohama.css.tar.gz
 >  
 >  MAINTAINER=	Meno.Abels at Adviser.com
 >  COMMENT=	An Markov based SpamFilter
 >  
 >  LIB_DEPENDS=	tre.4:${PORTSDIR}/textproc/libtre
 >  
 > +CRM114RELEASENAME=BlameYokohama
 > +
 
 either
 
 DISTNAME=	${DISTBASENAME}.src
 DISTFILES=	${DISTBASENAME}.src${EXTRACT_SUFX} ${DISTBASENAME}.css${EXTRACT_SUFX}
 [...]
 DISTBASENAME=	${PORTNAME}-${PORTVERSION}-${CRM114RELEASENAME}
 
 or
 
 DISTNAME=	${PORTNAME}-${PORTVERSION}-${CRM114RELEASENAME}.src
 DISTFILES=	${DISTBASENAME}${EXTRACT_SUFX} ${DISTBASENAME:R}.css${EXTRACT_SUFX}
 
 should work, wonders of the late evaluation.



More information about the freebsd-ports-bugs mailing list