Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2000 15:37:02 +0900
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        asami@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   Re: versioning system
Message-ID:  <86aejrv7ch.wl@waterblue.imgsrc.co.jp>
In-Reply-To: In your message of "21 Mar 2000 22:45:33 GMT" <vqck8iwueqg.fsf_-_@silvia.hip.berkeley.edu>
References:  <200003200237.SAA95508@freefall.freebsd.org> <vqchfe2f0vg.fsf@silvia.hip.berkeley.edu> <20000320084714.A96452@dragon.nuxi.com> <vqcu2i1ec5e.fsf@silvia.hip.berkeley.edu> <864sa16kai.wl@archon.local.idaemons.org> <vqck8iwueqg.fsf_-_@silvia.hip.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
At 21 Mar 2000 22:45:33 GMT,
asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) wrote:
> If nobody has any objections, I will go sweep through the tree and
> make these changes.
> 
> In particular, bsd.port.mk will look like this:
> 
> ===
> .if defined(PKGNAME)
> ...error message
> .endif
> 
> .if !defined(PORTNAME) || !defined(VERSION)
> ...error message
> .endif
> 
> DISTNAME?= ${PORTNAME}-${VERSION}
> PKGNAME=   ${PORTNAME}-${VERSION}
> ===

I like this idea.  This helps maintainer to maintain ports easily.


-- 
Jun Kuriyama <kuriyama@FreeBSD.org> // FreeBSD Project


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?86aejrv7ch.wl>