On Mon, May 10, 2010 at 7:37 PM, Sahil Tandon <[email protected]> wrote: > Regarding portlint's FATAL output, please review Package Naming > Conventions in the Handbook. Specifically, "If the software version has > strings like ``alpha'', ``beta'', ``rc'', or ``pre'', take the first > letter and put it immediately after a period." So you could try > sometihng like: > > PORTVERSION= 3.0.p1 > DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/}
I have been trying a number of variations as suggested in the Handbook, but your suggestion worked well. 'portlint -a' now only warns about there being only one mirror. I will work on resolving that next. Thank you, -- Christer Edwards _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
